{"info":{"_postman_id":"4f67ea51-9cb9-44bb-9c6d-eede46317ef6","name":"OneBill OSS Developer Guide","description":"<html><head></head><body><p>OneBill OSS Developers Guide can be used by a technical user who intends to integrate their existing business applications with OneBill OSS using an API (Application Programming Interface).<br>This is a developer's guide to integrating with OneBill with REST web services. The documentation contains the list of the various REST APIs across the different functional modules offered by OneBill. To refer BSS application APIs, <a href=\"https://dev.onebillsoftware.com/\"><b>click here.</b></a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>OneBill uses ProActive Rest APIs based on Spring Security Framework which provides both, Authentication and Authorization to client applications. We have used spring Security authentication for a secure and easy integration that extends the ability of the system to meet the client's requirements.</p>\n<p><strong>Original Request URL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ruby\">NOTE: Do a POST request for the following URL.\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">https://www....com/proactive/rest/authentication/login\n\n</code></pre>\n<p><strong>Request Parameter Description</strong></p>\n<ul>\n<li>tenantId: The tenantId will be provided to the user by the OneBill support/sales team at the time of setting up the account. TenantId for every environment (Sandbox/Trial/Production) would be different.</li>\n<li>username: The username used for accessing the ProActive system.</li>\n<li>password: The password used for accessing the ProActive system.</li>\n</ul>\n<p><strong>NOTE:</strong> Here all Login request parameter values (tenantId, username, and password) should be passed in base64 encoded format.</p>\n<p><strong>Sample Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"tenantId\" : \"cGhlb25peA==\",\n\"username\" : \"b25lYmlsbF8yNUBvbmViaWxsLm5ldA==\",\n\"password\" : \"QmFieTEyMzQ1\"\n}\n\n</code></pre>\n<p><strong>Sample Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"status\":\"Success\",\n\"tenantId\":\"b2J0ZWFt\",\n\"accessToken\":\n\"aGFyaWRhc358cc466ede5de07d4aa10e70e\",\n\"faultCode\":null,\n\"faultMessage\":null\n}\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"}],"owner":"9682794","collectionId":"4f67ea51-9cb9-44bb-9c6d-eede46317ef6","publishedId":"2s9Yynm4ng","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-24T07:23:23.000Z"},"item":[{"name":"Search Devices","item":[{"name":"Fetch all the devices in the tenant with 100 ItemsPerPage","id":"cc39a6a8-3553-40e2-be58-eaca8f1764b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{TenantID} {AccessToken}","type":"text"}],"url":"{{Host}}/proactive/rest/api/deviceManagement/{TenantID}////100////","description":"<p>This API is used to fetch all the devices in the tenant. It will give you a list of all the devices available in the application.</p>\n","urlObject":{"path":["proactive","rest","api","deviceManagement","{TenantID}","","","","100","","","",""],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"ce53e779-d504-4978-a863-bb7201a801cc","name":"Fetch all the devices in the tenant with 100 ItemsPerPage","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{Token}}","type":"text"}],"url":"{{Host}}/proactive/rest/api/deviceManagement/onebilldoc////100////"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 24 Jan 2024 09:52:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"sdpauth, sdprefreshtoken"},{"key":"Access-Control-Allow-Headers","value":"*, Content-Type, Pragma, Origin, Authorization, party, X-XSRF-TOKEN, X-Requested-With, Access-Control-Allow-Headers,Accept, Access-Control-Allow-Credentials, X-Auth-Token, version, cache"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"availableCount\": 32,\n    \"deviceList\": [\n        {\n            \"deviceId\": \"840983\",\n            \"deviceType\": \"DID\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": \"09687\",\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": null,\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": {\n                \"isRequired\": \"Yes\"\n            },\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"onebilldoc\",\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR1234\",\n            \"customerName\": null,\n            \"createdDate\": \"2021-11-11 04:08:44\",\n            \"lastModifiedDate\": \"2021-11-11 04:08:44\",\n            \"createdBy\": null,\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:65\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"transit\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": \"TR_LOC_002_ONE\",\n            \"transitLocationCode\": \"LOC_002\",\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:64\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"transit\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": \"TR_LOC_002_ONE\",\n            \"transitLocationCode\": \"LOC_002\",\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:63\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR2104\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:62\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": \"SUB15002-PR_CALL_SERVICE\",\n            \"serviceName\": \"CALL_SERVICE\",\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR11702\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": \"2022-01-17 06:19:36\",\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2022-01-17 06:19:36\",\n            \"assigned_order\": \"OR18602-1461967049587705126\",\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"OR18602-1461967049587705126\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:61\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR2104\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:60\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR2104\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:59\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": \"SUB15102-PR_CALL_SERVICE\",\n            \"serviceName\": \"CALL_SERVICE\",\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR11702\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": \"2022-01-18 01:32:44\",\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2022-01-18 01:32:44\",\n            \"assigned_order\": \"OR18702-1462258118992872842\",\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"OR18702-1462258118992872842\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:58\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR1902\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2023-11-20 02:21:39\",\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"onebill_rest_api\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:57\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": \"SUB3503-PR_CALL_SERVICE\",\n            \"serviceName\": \"CALL_SERVICE\",\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR4102\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": \"2020-07-17 09:25:15\",\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2020-07-17 09:25:15\",\n            \"assigned_order\": \"OR5103\",\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"OR5103\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:56\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR2104\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:55\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": \"SUB17102-PR_CALL_SERVICE\",\n            \"serviceName\": \"CALL_SERVICE\",\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR11702\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": \"2022-03-23 23:36:29\",\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2022-03-23 23:36:29\",\n            \"assigned_order\": \"OR20902-1485768976297381410\",\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"OR20902-1485768976297381410\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:54\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": \"OBD-SUB17106-OBD-SR12904-PR_CALL_SERVICE\",\n            \"serviceName\": \"CALL_SERVICE\",\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"OBD-SR12904\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": \"2022-03-30 04:43:47\",\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2022-03-30 04:43:47\",\n            \"assigned_order\": \"OBD-OR20909-1488020734558096939\",\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"OBD-OR20909-1488020734558096939\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:53\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": \"SUB17103-PR_CALL_SERVICE\",\n            \"serviceName\": \"CALL_SERVICE\",\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR11702\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": \"2022-03-30 04:40:13\",\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2022-03-30 04:40:13\",\n            \"assigned_order\": \"OR20903-1485769616620801571\",\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"OR20903-1485769616620801571\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:52\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR2104\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:51\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:50\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR2104\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:49\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR2104\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:48\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:47\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:46\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:45\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": \"SUB15203-PR_CALL_SERVICE\",\n            \"serviceName\": \"CALL_SERVICE\",\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"SR11702\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": \"2022-01-20 03:04:13\",\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2022-01-20 03:04:13\",\n            \"assigned_order\": \"OR18803-1463005929602565615\",\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"OR18803-1463005929602565615\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:44\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:43\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:42\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:41\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:40\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:39\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:38\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:37\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:36\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:35\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:34\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:33\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:32\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:31\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:30\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:29\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:28\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:27\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:26\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:25\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:24\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:23\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:22\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 10:33:03\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:21\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": {},\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": null,\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2023-01-30 22:25:22\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:20\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"assigned\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": \"OBD-SUB17107-OBD-SR12904-PR_CALL_SERVICE\",\n            \"serviceName\": \"CALL_SERVICE\",\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"715\",\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": \"SR1615\",\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"OBD-SR12904\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 11:16:31\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": \"2022-03-30 05:04:52\",\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": \"2022-03-30 05:04:52\",\n            \"assigned_order\": \"OBD-OR20910-1488026022686248492\",\n            \"cancellation_order\": null,\n            \"last_status_change_order\": \"OBD-OR20910-1488026022686248492\"\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:19\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"3\",\n            \"partnerId\": \"Nascom Partners\",\n            \"partnerAccountNumber\": \"\",\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 11:16:31\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:18\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"302\",\n            \"partnerId\": \"DigiOcean\",\n            \"partnerAccountNumber\": \"\",\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 11:16:31\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:17\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"302\",\n            \"partnerId\": \"DigiOcean\",\n            \"partnerAccountNumber\": \"\",\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 11:16:31\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:16\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"3\",\n            \"partnerId\": \"Nascom Partners\",\n            \"partnerAccountNumber\": \"\",\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 11:16:31\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        }\n    ]\n}\n"}],"_postman_id":"cc39a6a8-3553-40e2-be58-eaca8f1764b2"},{"name":"Fetch all the Available devices for a specific Partner","id":"0b3e1193-d072-450d-9560-e52b94707477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{TenantID} {AccessToken}","type":"text"}],"url":"{{Host}}/proactive/rest/api/deviceManagement/{TenantID}///available/100////{PartnerAccountNumber}","description":"<p>This API is used to fetch the devices available in the specific partner. Provide the Partner Account number in the URL to fetch the devices.</p>\n","urlObject":{"path":["proactive","rest","api","deviceManagement","{TenantID}","","","available","100","","","","{PartnerAccountNumber}"],"host":["{{Host}}"],"query":[],"variable":[]}},"response":[{"id":"f5b88f47-d706-42e3-87c4-9808df29eebc","name":"Fetch all the Available devices for a specific Partner","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{TenantID} {AccessToken}","type":"text"}],"url":"{{Host}}/proactive/rest/api/deviceManagement/{TenantID}///available/100////{PartnerAccountNumber}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 25 Jan 2024 06:51:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2197"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"sdpauth, sdprefreshtoken"},{"key":"Access-Control-Allow-Headers","value":"*, Content-Type, Pragma, Origin, Authorization, party, X-XSRF-TOKEN, X-Requested-With, Access-Control-Allow-Headers,Accept, Access-Control-Allow-Credentials, X-Auth-Token, version, cache"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"availableCount\": 2,\n    \"deviceList\": [\n        {\n            \"deviceId\": \"00:0a:95:9d:68:18\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"302\",\n            \"partnerId\": \"DigiOcean\",\n            \"partnerAccountNumber\": \"SR1202\",\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 11:16:31\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        },\n        {\n            \"deviceId\": \"00:0a:95:9d:68:17\",\n            \"deviceType\": \"WIFI_ROUTER\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": null,\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": \"This is WiFi Router\",\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": null,\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"302\",\n            \"partnerId\": \"DigiOcean\",\n            \"partnerAccountNumber\": \"SR1202\",\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2019-11-19 10:33:03\",\n            \"lastModifiedDate\": \"2019-11-19 11:16:31\",\n            \"createdBy\": \"dilip.staging@gmail.com\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        }\n    ]\n}\n"}],"_postman_id":"0b3e1193-d072-450d-9560-e52b94707477"},{"name":"Fetch all the devices by giving custom attribute filter","id":"8232443b-3ce5-4218-946c-3f4c6430a965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{TenantID} {AccessToken}","type":"text"}],"url":"{{Host}}/proactive/rest/api/deviceManagement/onebilldoc////30////?filterCustomAttributes=%7B%22OrderNumber%22%3A%22OR10001%22%7D","description":"<p>This API is used to search the devices using the custom attribute. In this, you need to pass the custom attribute in the request URL.</p>\n","urlObject":{"path":["proactive","rest","api","deviceManagement","onebilldoc","","","","30","","","",""],"host":["{{Host}}"],"query":[{"key":"filterCustomAttributes","value":"%7B%22OrderNumber%22%3A%22OR10001%22%7D"}],"variable":[]}},"response":[{"id":"6a270c8b-cdd3-43cd-a7dd-ae6f389d3756","name":"Fetch all the devices by giving custom attribute filter","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{TenantID} {AccessToken}","type":"text"}],"url":{"raw":"{{Host}}/proactive/rest/api/deviceManagement/onebilldoc////30////?filterCustomAttributes=%7B%22OrderNumber%22%3A%22OR10001%22%7D","host":["{{Host}}"],"path":["proactive","rest","api","deviceManagement","onebilldoc","","","","30","","","",""],"query":[{"key":"filterCustomAttributes","value":"%7B%22OrderNumber%22%3A%22OR10001%22%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 29 Jan 2024 09:36:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1130"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"sdpauth, sdprefreshtoken"},{"key":"Access-Control-Allow-Headers","value":"*, Content-Type, Pragma, Origin, Authorization, party, X-XSRF-TOKEN, X-Requested-With, Access-Control-Allow-Headers,Accept, Access-Control-Allow-Credentials, X-Auth-Token, version, cache"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"availableCount\": 1,\n    \"deviceList\": [\n        {\n            \"deviceId\": \"Test001\",\n            \"deviceType\": \"DID\",\n            \"deviceState\": \"available\",\n            \"networkElementId\": \"CISCO\",\n            \"deviceCategory\": null,\n            \"manufacturerName\": null,\n            \"tenantId\": \"onebilldoc\",\n            \"modelNumber\": null,\n            \"pairedDeviceType\": null,\n            \"pairedDeviceId\": \"\",\n            \"cartonId\": null,\n            \"transitRequestCode\": null,\n            \"transitLocationCode\": null,\n            \"device_descr\": null,\n            \"serialNumber\": null,\n            \"childDevice\": null,\n            \"deviceAttributes\": {\n                \"isRequired\": \"Yes\",\n                \"OrderNumber\": \"OR10001\",\n                \"Date\": \"01/01/2024\"\n            },\n            \"warrantyPeriod\": null,\n            \"subscriptionIdentifier\": null,\n            \"serviceName\": null,\n            \"productName\": null,\n            \"type\": null,\n            \"carrier\": null,\n            \"partnerAccountId\": \"onebilldoc\",\n            \"partnerId\": \"onebilldoc\",\n            \"partnerAccountNumber\": null,\n            \"accountId\": null,\n            \"nation\": null,\n            \"regional\": null,\n            \"state\": null,\n            \"city\": null,\n            \"area\": null,\n            \"pin\": null,\n            \"locationCode\": \"CENTRAL\",\n            \"customerId\": \"\",\n            \"customerName\": null,\n            \"createdDate\": \"2024-01-25 02:46:29\",\n            \"lastModifiedDate\": \"2024-01-25 02:46:29\",\n            \"createdBy\": \"OneBillDoc\",\n            \"modifiedBy\": null,\n            \"assigned_date\": null,\n            \"shipped_date\": null,\n            \"cancellation_date\": null,\n            \"last_status_change_date\": null,\n            \"assigned_order\": null,\n            \"cancellation_order\": null,\n            \"last_status_change_order\": null\n        }\n    ]\n}\n"}],"_postman_id":"8232443b-3ce5-4218-946c-3f4c6430a965"}],"id":"8b168b3c-74d0-4f93-b343-9357135f8f3e","description":"<p>This API is used to search the devices in the application. Refer the below for URL parameters</p>\n<p>Replace with the appropriate value(s) in the following path parameters present in the URL.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tenantID</td>\n<td>This is the tenant id as provided for the tenant. This is a mandatory field.</td>\n</tr>\n<tr>\n<td>deviceType</td>\n<td>This is the type of the device.</td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>The customer ID.</td>\n</tr>\n<tr>\n<td>deviceState</td>\n<td>The state of the device. (Allowed values are available, assigned, and tenant-specific custom states).</td>\n</tr>\n<tr>\n<td>itemsPerPage</td>\n<td>This value controls the no. Of devices to be shown in output.</td>\n</tr>\n<tr>\n<td>carton</td>\n<td>The Carton ID</td>\n</tr>\n<tr>\n<td>locationCode</td>\n<td>The Location Code.</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>The Pagination of the API response. Starts from 0</td>\n</tr>\n<tr>\n<td>partner account number</td>\n<td>The Partner Account Number.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE:</strong> Only is a mandatory path parameter.</p>\n<p><strong>NOTE:</strong> If not passing value(s) for any parameter then empty forward Slash ( / ) should be passed just like in the sample examples below.</p>\n","_postman_id":"8b168b3c-74d0-4f93-b343-9357135f8f3e"}]}