{"info":{"_postman_id":"c5071831-235f-4070-bd36-8aaaab460a97","name":"RAPID Documentation","description":"<html><head></head><body><h2 id=\"welcome\">Welcome!</h2>\n<p>Welcome to Masterstream ERP's API. This API specification documentation describes Masterstream ERP's RESTful API product catalog for its <em><strong>RAPID</strong></em> services.</p>\n<p>In this documentation you will find all necessary information to help you integrate with our API endpoints. </p>\n<hr>\n<h3 id=\"authenticationauthorization\">Authentication/Authorization</h3>\n<p>Every API endpoint within Masterstream ERP's API catalog requires authentication. Any API request made to one of our API endpoints requires the <em><strong>Authorization</strong></em> header to be set with your organization's API token.</p>\n<p>Prior to use, you will need an API token to get started. If you do not have one, please contact <strong><a href=\"mailto:CustomerSuccess@mserp.com\">CustomerSuccess@mserp.com</a></strong>.</p>\n<p>Think of your API token like a password:</p>\n<p>Store it securely</p>\n<ul>\n<li>Don't share it with anyone outside of your organization</li>\n<li>Don't put it in any code on your website or in a Url that someone could find</li>\n<li>This API token is specific to your platform and acts as a password, so do not share this access token.</li>\n</ul>\n<hr>\n<h3 id=\"general-errors\">General errors</h3>\n<ul>\n<li><p><strong>A0</strong> - Internal error</p>\n</li>\n<li><p><strong>A01</strong> - Unrecognized validation error</p>\n</li>\n<li><p><strong>A02</strong> - Job not found</p>\n</li>\n</ul>\n<hr>\n<h3 id=\"questionscommentssuggestions\">Questions/Comments/Suggestions</h3>\n<p>If you have any questions or comments, please let us know at <strong><a href=\"mailto:CustomerSuccess@mserp.com\">CustomerSuccess@mserp.com</a></strong>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7832519","collectionId":"c5071831-235f-4070-bd36-8aaaab460a97","publishedId":"SW7UcWBz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-11-13T17:16:03.000Z"},"item":[{"name":"BandwidthFinder","item":[{"name":"/v1","id":"038c346a-16e9-4945-9b52-33c456619e0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{apiToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"street\": \"<string> (Required)\",\n        \"street2\": \"<string> (Optional)\",\n        \"city\": \"<string> (Optional)\",\n        \"state\": \"<string> (Optional)\",\n        \"zipCode\": \"<string> (Optional)\"\n    },\n    {\n        \"street\": \"<string> (Required)\",\n        \"city\": \"<string> (Optional)\",\n        \"state\": \"<string> (Optional)\",\n        \"zipCode\": \"<string> (Optional)\"\n    },\n    {\n        \"street\": \"<string> (Required)\",\n        \"zipCode\": \"<string> (Optional)\"\n    },\n    {\n        \"street\": \"<string> (Required)\",\n        \"city\": \"<string> (Optional)\",\n        \"state\": \"<string> (Optional)\"\n    }\n]"},"url":"https://rapid.mserp.com/availability/v1","description":"<h2 id=\"possible-validation-error-codes\">Possible validation error codes</h2>\n<ul>\n<li><strong>A11</strong> - validation error for field street</li>\n<li><strong>A12</strong> - validation error for field street2</li>\n<li><strong>A13</strong> - validation error for field city</li>\n<li><strong>A14</strong> - validation error for field state</li>\n<li><strong>A15</strong> - validation error for field zipCode</li>\n</ul>\n","urlObject":{"host":["https://rapid.mserp.com/availability/v1"],"query":[],"variable":[]}},"response":[{"id":"1eb205fd-c056-40ee-833f-67c9b947781a","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiToken}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"street\": \"23 SW 64th Ct\",\n        \"street2\": \"23 SW 64th Ct\",\n        \"city\": \"Miami\",\n        \"state\": \"FL\",\n        \"zipCode\": \"34505\"\n    },\n    {\n        \"street\": \"709 N. Burris Ave\",\n        \"city\": \"compton\",\n        \"state\": \"ca\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://rapid.mserp.com/availability/v1/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Nov 2019 11:16:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"109"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2e755f9d-2fde-44f7-9bc6-3e3ddacdb893"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"CegTIGErPHcFd3Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbc1413-93ca13085d592ee037ceb3f8"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"078d0afd-b9f3-4406-bbdd-3b6945a71f78\",\n    \"createdAt\": \"2019-11-01T11:16:36.195Z\",\n    \"status\": \"processing\"\n}"},{"id":"59f292bc-089b-446f-a193-cf6e71b056f0","name":"422 'street' missing required peer 'zipCode'","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"street\": \"<string> (Required)\",\n        \"state\": \"<string> (Optional)\"\n    }\n]"},"url":"https://rapid.mserp.com/availability/v1"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Nov 2019 10:33:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f64a3574-9e8d-4f88-9542-cbe43acd8e54"},{"key":"x-amz-apigw-id","value":"DCqW4EZaPHcF2Xg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dca8a92-28fe456c0a5aa882a30cc544"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"validationErrors\": {\n            \"0.street\": {\n                \"code\": \"A01\",\n                \"message\": \"'street' missing required peer 'zipCode'\"\n            }\n        }\n    }\n}"},{"id":"723199de-4c6d-4e22-a380-88cb7c197d00","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"street\": \"<string>\",\n        \"street2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zipCode\": \"<string>\"\n    },\n    {\n        \"street\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zipCode\": \"<string>\"\n    },\n    {\n        \"street\": \"<string>\",\n        \"zipCode\": \"<string>\"\n    },\n    {\n        \"street\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\"\n    }\n]"},"url":"https://rapid.mserp.com/availability/v1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2019 11:56:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0100b50f-4db5-40e5-8ec0-676a02cbfdd7"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"C_jhPHfGPHcFlQg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dc94c6e-30a36d2d32a632fe9751e47f"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"9c62886c-88f9-4608-872f-51393317e954","name":"422 'street' is required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"city\": \"compton\",\n        \"state\": \"ca\",\n        \"zipCode\": \"90221\"\n    }\n]"},"url":"https://rapid.mserp.com/availability/v1"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 13:56:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"cb336a28-75a9-4f51-8dcb-ca7d93f0645d"},{"key":"x-amz-apigw-id","value":"C18OYGGWvHcFxqA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dc573f5-b2d811f6d5ac03e83d0fc928"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"validationErrors\": {\n            \"0.street\": {\n                \"code\": \"A01\",\n                \"message\": \"'street' is required\"\n            }\n        }\n    }\n}"},{"id":"a0e49bfb-dbf5-4908-8641-693fa3f98237","name":"Empty request param","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n    \t\"street\": \"23 SW 64th Ct\",\n    \t\"street2\": \"\",\n    \t\"city\": \"Miami\",\n    \t\"state\": \"FL\",\n    \t\"zipCode\": \"34505\"\n\t}\n]"},"url":"https://rapid.mserp.com/availability/v1/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Nov 2019 11:15:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"381c66b3-fa14-41f2-abe5-ec2d4abf3daa"},{"key":"x-amz-apigw-id","value":"CegM2GxyPHcF7ww="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbc13eb-cf03e648b6e01c200cb966c8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"validationErrors\": {\n            \"0.street2\": {\n                \"code\": \"A01\",\n                \"message\": \"'street2' is not allowed to be empty\"\n            }\n        }\n    }\n}"}],"_postman_id":"038c346a-16e9-4945-9b52-33c456619e0c"},{"name":"/v1/job/:jobId","id":"c818274f-d91b-4887-b89f-1cf910ac357a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{apiToken}}"}],"url":"https://rapid.mserp.com/availability/v1/job/:jobId","description":"<h2 id=\"possible-job-status\">Possible job status</h2>\n<ul>\n<li><strong>A21</strong> - Address failed to validate</li>\n<li><strong>A22</strong> - Census lookup failed</li>\n</ul>\n","urlObject":{"path":["job",":jobId"],"host":["https://rapid.mserp.com/availability/v1"],"query":[],"variable":[{"description":{"content":"<p>ID of availability job</p>\n","type":"text/plain"},"type":"string","value":"d2d54a1e-0ca6-40b6-a2b2-1e5e3e6819a4","key":"jobId"}]}},"response":[{"id":"2c64a95d-d2d2-4808-9879-93ba2611cace","name":"200 Job with multiple candidates address ","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiToken}}"}],"url":{"raw":"https://rapid.mserp.com/availability/v1/job/:jobId","host":["https://rapid.mserp.com/availability"],"path":["v1","job",":jobId"],"variable":[{"key":"jobId","value":"d2d54a1e-0ca6-40b6-a2b2-1e5e3e6819a4","type":"string","description":"ID of avaiability job"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2019 11:51:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1570"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2019fd1e-81ac-476c-b0e3-0a35421030f4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"C_i1xHQyPHcF48g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dc94b58-54bcf273cc7211315a8fd6d1"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"d2d54a1e-0ca6-40b6-a2b2-1e5e3e6819a4\",\n    \"createdAt\": \"2019-11-11T11:51:39.106Z\",\n    \"completedAt\": \"2019-11-11T11:51:39.797Z\",\n    \"status\": \"completed\",\n    \"availability\": [\n        {\n            \"error\": {\n                \"domesticAddress\": {\n                    \"code\": \"A1010\",\n                    \"message\": \"Multiple address candidates found\",\n                    \"candidates\": [\n                        {\n                            \"secondaryNumber\": null,\n                            \"zipCode\": \"90221\",\n                            \"deliveryPoint\": \"09\",\n                            \"blockCode\": \"060375416052003\",\n                            \"streetPredirection\": \"N\",\n                            \"city\": \"Compton\",\n                            \"plus4Code\": \"2159\",\n                            \"precision\": \"Zip9\",\n                            \"latitude\": 33.90113,\n                            \"secondaryDesignator\": null,\n                            \"defaultCityName\": \"Compton\",\n                            \"primaryNumber\": \"709\",\n                            \"addressId\": \"NzA5LW4tYnVycmlzLWF2ZSxjb21wdG9uLWNhLTkwMjIxLTIxNTk=\",\n                            \"streetName\": \"Burris\",\n                            \"deliveryPointCheckDigit\": \"0\",\n                            \"streetSuffix\": \"Ave\",\n                            \"state\": \"CA\",\n                            \"lastValidated\": \"2019-11-08T11:53:44.029Z\",\n                            \"longitude\": -118.21217,\n                            \"buildingType\": \"Residential\"\n                        },\n                        {\n                            \"secondaryNumber\": null,\n                            \"zipCode\": \"90221\",\n                            \"deliveryPoint\": \"09\",\n                            \"blockCode\": \"060375424013009\",\n                            \"streetPredirection\": \"S\",\n                            \"city\": \"Compton\",\n                            \"plus4Code\": \"3946\",\n                            \"precision\": \"Zip9\",\n                            \"latitude\": 33.89002,\n                            \"secondaryDesignator\": null,\n                            \"defaultCityName\": \"Compton\",\n                            \"primaryNumber\": \"709\",\n                            \"addressId\": \"NzA5LXMtYnVycmlzLWF2ZSxjb21wdG9uLWNhLTkwMjIxLTM5NDY=\",\n                            \"streetName\": \"Burris\",\n                            \"deliveryPointCheckDigit\": \"5\",\n                            \"streetSuffix\": \"Ave\",\n                            \"state\": \"CA\",\n                            \"lastValidated\": \"2019-10-24T14:57:32.220Z\",\n                            \"longitude\": -118.21143,\n                            \"buildingType\": \"Residential\"\n                        }\n                    ]\n                }\n            },\n            \"results\": {\n                \"broadband\": [],\n                \"dedicated\": [],\n                \"mobile\": []\n            },\n            \"location\": {\n                \"zipCode\": \"90221\",\n                \"state\": \"ca\",\n                \"city\": \"compton\",\n                \"street\": \"709 Burris Ave\",\n                \"addressId\": \"dc353562-17ee-435c-9b25-af8deebaa8f2\",\n                \"building_clli\": \"\",\n                \"swc_clli\": \"\",\n                \"ilec\": \"\",\n                \"cable_co\": \"\",\n                \"ocn\": \"\"\n            }\n        }\n    ]\n}"},{"id":"347a8a78-9af7-472d-8ddc-7be6431f68b3","name":"404 Job result was requested by another company","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiToken}}"}],"url":{"raw":"https://rapid.mserp.com/availability/v1/job/:jobId","host":["https://rapid.mserp.com/availability"],"path":["v1","job",":jobId"],"variable":[{"key":"jobId","value":"759c7973-2e8c-4eed-9d15-68bb9a8b26e1","type":"string","description":"ID of avaiability job"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 13:41:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b00cbec1-79d4-470f-8ce8-466af66f7090"},{"key":"x-amz-apigw-id","value":"C16GMFmSPHcFoPA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dc5708d-1cab3dada993baf2f9c028f3"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"jobNotFound\": {\n            \"message\": \"Job '759c7973-2e8c-4eed-9d15-68bb9a8b26e1' not found\",\n            \"code\": \"A02\"\n        }\n    }\n}"},{"id":"37add92b-d145-45fe-bfbd-09fabc2799a5","name":"200 Job with invalid address","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiToken}}"}],"url":{"raw":"https://rapid.mserp.com/availability/v1/job/:jobId","host":["https://rapid.mserp.com/availability"],"path":["v1","job",":jobId"],"variable":[{"key":"jobId","value":"9b4fb9ab-2e51-4014-9f7e-44008737bb70","type":"string","description":"ID of avaiability job"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2019 11:49:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"523"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"503ade85-b898-465d-be39-cfed8db5cce8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"C_ijsHsYPHcF9xA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dc94ae4-4b8b43798867d32d4bed4d0c"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"9b4fb9ab-2e51-4014-9f7e-44008737bb70\",\n    \"createdAt\": \"2019-11-11T11:49:42.699Z\",\n    \"completedAt\": \"2019-11-11T11:49:43.595Z\",\n    \"status\": \"completed\",\n    \"availability\": [\n        {\n            \"error\": {\n                \"domesticAddress\": {\n                    \"code\": \"A1010\",\n                    \"message\": \"Address failed to validate\",\n                    \"candidates\": []\n                }\n            },\n            \"results\": {\n                \"broadband\": [],\n                \"dedicated\": [],\n                \"mobile\": []\n            },\n            \"location\": {\n                \"zipCode\": \"90221\",\n                \"state\": \"ca\",\n                \"city\": \"compton\",\n                \"street\": \"1365 IL-130\",\n                \"addressId\": \"f314385b-2104-415f-830a-34f6682097fa\",\n                \"building_clli\": \"\",\n                \"swc_clli\": \"\",\n                \"ilec\": \"\",\n                \"cable_co\": \"\",\n                \"ocn\": \"\"\n            }\n        }\n    ]\n}"},{"id":"6608a510-493f-45ef-a8fd-bde01a6e3101","name":"404 JobNotFound","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiToken}}"}],"url":{"raw":"https://rapid.mserp.com/availability/v1/job/:jobId","host":["https://rapid.mserp.com/availability"],"path":["v1","job",":jobId"],"variable":[{"key":"jobId","value":"123456","type":"string","description":"ID of avaiability job"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 13:08:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"dc48455d-6ada-4d50-950d-df067560ed66"},{"key":"x-amz-apigw-id","value":"C11PjHa7PHcFxww="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dc568c9-ef538c5098040c306345000a"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"jobNotFound\": {\n            \"message\": \"Job '123456' not found\",\n            \"code\": \"A02\"\n        }\n    }\n}"},{"id":"86653d00-972e-4558-a973-ec88e4be0e61","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiToken}}"}],"url":{"raw":"https://rapid.mserp.com/availability/v1/job/:jobId","host":["https://rapid.mserp.com/availability"],"path":["v1","job",":jobId"],"variable":[{"key":"jobId","value":"759c7973-2e8c-4eed-9d15-68bb9a8b26e1","type":"string","description":"ID of avaiability job"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Nov 2019 11:17:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3550"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3ea20a09-fda4-4e9c-82fe-c812cbaedf38"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"Cege9H7VPHcFz1w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbc145f-d3298140c2fada608e9395a8"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"759c7973-2e8c-4eed-9d15-68bb9a8b26e1\",\n    \"status\": \"completed\",\n    \"createdAt\": \"2019-11-08T11:53:41.836Z\",\n    \"completedAt\": \"2019-11-08T11:53:45.532Z\",\n    \"availability\": [\n        {\n            \"results\": {\n                \"broadband\": [\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 0.768,\n                                \"maxDownSpeed\": 18,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"ADSL2,ADSL2+\",\n                                \"technologyDescription\": \"ADSL2,ADSL2+\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            },\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 10,\n                                \"maxDownSpeed\": 50,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"VDSL\",\n                                \"technologyDescription\": \"VDSL\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"AT&T Services, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"ViaSat, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Cable (DOCSIS 3.1)\",\n                                \"technologyDescription\": \"Cable Modem - DOCSIS 3.1\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"COMCAST CABLE COMMUNICATIONS, LLC\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"GCI Communication Corp.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"HNS License Sub, LLC\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 1.3,\n                                \"maxDownSpeed\": 2,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"VSAT Systems, LLC\"\n                    }\n                ],\n                \"dedicated\": [],\n                \"mobile\": []\n            },\n            \"location\": {\n                \"zipCode\": \"34505\",\n                \"blockCode\": \"120860058023000\",\n                \"city\": \"Miami\",\n                \"street\": \"23 SW 64th Ct\",\n                \"latitude\": 25.76972,\n                \"street2\": \"23 SW 64th Ct\",\n                \"state\": \"FL\",\n                \"addressId\": \"MjMtc3ctNjR0aC1jdC0jLTIzLSMtNjQsbWlhbWktZmwtMzMxNDQtMzEyMw==\",\n                \"longitude\": -80.30088,\n                \"building_clli\": \"\",\n                \"swc_clli\": \"\",\n                \"ilec\": \"\",\n                \"cable_co\": \"\",\n                \"ocn\": \"\"\n            }\n        },\n        {\n            \"results\": {\n                \"broadband\": [\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 0.768,\n                                \"maxDownSpeed\": 18,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"ADSL2,ADSL2+\",\n                                \"technologyDescription\": \"ADSL2,ADSL2+\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            },\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 0.128,\n                                \"maxDownSpeed\": 0.768,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"ADSL\",\n                                \"technologyDescription\": \"Asymmetric xDSL\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            },\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 20,\n                                \"maxDownSpeed\": 100,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"VDSL\",\n                                \"technologyDescription\": \"VDSL\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"AT&T Services, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 250,\n                                \"maxDownSpeed\": 250,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Terrestrial Fixed Wireless\",\n                                \"technologyDescription\": \"Terrestrial Fixed Wireless\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"Morales\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"ViaSat, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Cable (DOCSIS 3.0)\",\n                                \"technologyDescription\": \"Cable Modem - DOCSIS 3.0\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"Charter Communications, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"GCI Communication Corp.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"HNS License Sub, LLC\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 1.3,\n                                \"maxDownSpeed\": 2,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"VSAT Systems, LLC\"\n                    }\n                ],\n                \"dedicated\": [],\n                \"mobile\": []\n            },\n            \"location\": {\n                \"blockCode\": \"060375416052003\",\n                \"city\": \"compton\",\n                \"street\": \"709 N. Burris Ave\",\n                \"latitude\": 33.90113,\n                \"state\": \"ca\",\n                \"addressId\": \"NzA5LW4tYnVycmlzLWF2ZSxjb21wdG9uLWNhLTkwMjIxLTIxNTk=\",\n                \"longitude\": -118.21217,\n                \"building_clli\": \"\",\n                \"swc_clli\": \"\",\n                \"ilec\": \"\",\n                \"cable_co\": \"\",\n                \"ocn\": \"\"\n            }\n        }\n    ]\n}"},{"id":"beff6dfa-8eed-4602-a53c-25b31e9c1666","name":"200 Job with multiple addresses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{apiToken}}"}],"url":{"raw":"https://rapid.mserp.com/availability/v1/job/:jobId","host":["https://rapid.mserp.com/availability"],"path":["v1","job",":jobId"],"variable":[{"key":"jobId","value":"Job don't exist","type":"string","description":"ID of avaiability job"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Nov 2019 11:58:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7722"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b3eb1745-986c-4573-a288-c421f93df7ad"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"C1q9PG7cPHcF_Lw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dc55854-23ec4280b4d8e708a11338c8"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"759c7973-2e8c-4eed-9d15-68bb9a8b26e1\",\n    \"status\": \"completed\",\n    \"createdAt\": \"2019-11-08T11:53:41.836Z\",\n    \"completedAt\": \"2019-11-08T11:53:45.532Z\",\n    \"availability\": [\n        {\n            \"results\": {\n                \"broadband\": [\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 0.768,\n                                \"maxDownSpeed\": 18,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"ADSL2,ADSL2+\",\n                                \"technologyDescription\": \"ADSL2,ADSL2+\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            },\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 10,\n                                \"maxDownSpeed\": 50,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"VDSL\",\n                                \"technologyDescription\": \"VDSL\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"AT&T Services, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"ViaSat, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Cable (DOCSIS 3.1)\",\n                                \"technologyDescription\": \"Cable Modem - DOCSIS 3.1\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"COMCAST CABLE COMMUNICATIONS, LLC\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"GCI Communication Corp.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"HNS License Sub, LLC\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 1.3,\n                                \"maxDownSpeed\": 2,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"VSAT Systems, LLC\"\n                    }\n                ],\n                \"dedicated\": [],\n                \"mobile\": []\n            },\n            \"location\": {\n                \"zipCode\": \"34505\",\n                \"blockCode\": \"120860058023000\",\n                \"city\": \"Miami\",\n                \"street\": \"23 SW 64th Ct\",\n                \"latitude\": 25.76972,\n                \"street2\": \"23 SW 64th Ct\",\n                \"state\": \"FL\",\n                \"addressId\": \"MjMtc3ctNjR0aC1jdC0jLTIzLSMtNjQsbWlhbWktZmwtMzMxNDQtMzEyMw==\",\n                \"longitude\": -80.30088,\n                \"building_clli\": \"\",\n                \"swc_clli\": \"\",\n                \"ilec\": \"\",\n                \"cable_co\": \"\",\n                \"ocn\": \"\"\n            }\n        },\n        {\n            \"results\": {\n                \"broadband\": [\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 0.768,\n                                \"maxDownSpeed\": 18,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"ADSL2,ADSL2+\",\n                                \"technologyDescription\": \"ADSL2,ADSL2+\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            },\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 0.128,\n                                \"maxDownSpeed\": 0.768,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"ADSL\",\n                                \"technologyDescription\": \"Asymmetric xDSL\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            },\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Consumer\",\n                                \"maxUpSpeed\": 20,\n                                \"maxDownSpeed\": 100,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"VDSL\",\n                                \"technologyDescription\": \"VDSL\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"AT&T Services, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 250,\n                                \"maxDownSpeed\": 250,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Terrestrial Fixed Wireless\",\n                                \"technologyDescription\": \"Terrestrial Fixed Wireless\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"Morales\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"ViaSat, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Cable (DOCSIS 3.0)\",\n                                \"technologyDescription\": \"Cable Modem - DOCSIS 3.0\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"Charter Communications, Inc.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"GCI Communication Corp.\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 0,\n                                \"maxDownSpeed\": 0,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"HNS License Sub, LLC\"\n                    },\n                    {\n                        \"data\": [\n                            {\n                                \"estMaxUpSpeed\": 0,\n                                \"estMaxDownSpeed\": 0,\n                                \"buildingType\": \"Business\",\n                                \"maxUpSpeed\": 1.3,\n                                \"maxDownSpeed\": 2,\n                                \"facilityRelationship\": \"Owned\",\n                                \"netStatus\": \"\",\n                                \"market\": \"\",\n                                \"subMarket\": \"\",\n                                \"tier\": \"\",\n                                \"servingWireCenter\": \"\",\n                                \"capacity\": \"\",\n                                \"installationInterval\": \"\",\n                                \"comments\": \"\",\n                                \"technologyType\": \"Satellite\",\n                                \"technologyDescription\": \"Satellite\",\n                                \"ratingPrecision\": \"\",\n                                \"capacityUnit\": \"Unknown\"\n                            }\n                        ],\n                        \"providerId\": \"\",\n                        \"providerName\": \"VSAT Systems, LLC\"\n                    }\n                ],\n                \"dedicated\": [],\n                \"mobile\": []\n            },\n            \"location\": {\n                \"blockCode\": \"060375416052003\",\n                \"city\": \"compton\",\n                \"street\": \"709 N. Burris Ave\",\n                \"latitude\": 33.90113,\n                \"state\": \"ca\",\n                \"addressId\": \"NzA5LW4tYnVycmlzLWF2ZSxjb21wdG9uLWNhLTkwMjIxLTIxNTk=\",\n                \"longitude\": -118.21217,\n                \"building_clli\": \"\",\n                \"swc_clli\": \"\",\n                \"ilec\": \"\",\n                \"cable_co\": \"\",\n                \"ocn\": \"\"\n            }\n        }\n    ]\n}"},{"id":"d37e6848-ef0a-434e-bc81-7297caf24600","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rapid.mserp.com/availability/v1/job/:jobId","host":["https://rapid.mserp.com/availability"],"path":["v1","job",":jobId"],"variable":[{"key":"jobId","value":"d2d54a1e-0ca6-40b6-a2b2-1e5e3e6819a4","type":"string","description":"ID of avaiability job"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2019 11:55:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"bd7f2a98-290f-4b17-ad63-de8906fd34af"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"C_jajFy9PHcFRXg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dc94c43-4eb7dc7589d5ecfc4a5156a7"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"}],"_postman_id":"c818274f-d91b-4887-b89f-1cf910ac357a"}],"id":"c50024f0-68b7-4fe0-ada4-65c99e54a949","_postman_id":"c50024f0-68b7-4fe0-ada4-65c99e54a949","description":""}],"event":[{"listen":"prerequest","script":{"id":"c372ebc8-e365-4e47-acf6-d5dcf9d563fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65a17b8b-f991-4cf5-b307-8fec77ee7218","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://rapid.mserp.com"},{"key":"basePath","value":"/availability"},{"key":"versionPath","value":"/v1"}]}