{"info":{"_postman_id":"c212fc36-5c6c-4c8f-ab38-eeee02bb4367","name":"ECG Partner Portal API","description":"<html><head></head><body><p>(Document ver. 3.0.1)</p>\n<p>Use the ECG Partner Portal API endpoints to create a new Submission (with or without owner(s)). Owner(s) and document(s) can be subsequently added to a Submission. A document can also be returned with an optional note in response to an ECG communication request for additional information.</p>\n<p>In addition, the following endpoints can be used to query results for a Submission. A query can be sent to return details for a single or multiple Submissions as well as returning the following details:</p>\n<ul>\n<li>Submission Status</li>\n<li>Submission Notes</li>\n<li>Document(s) Details</li>\n<li>Current Offer Details</li>\n<li>Current Contract Details</li>\n</ul>\n<h4 id=\"urls\">URLs</h4>\n<p>ECG maintains separate URL endpoints for <strong>Development</strong> (testing), <strong>Preview</strong> (pre-production), and <strong>Production</strong> (live production).</p>\n<h4 id=\"development\">Development:</h4>\n<p><strong>Development URL</strong> - <a href=\"https://api.dev.ecg.com\">https://api.dev.ecg.com</a></p>\n<p>Use the provided <strong>Development Token</strong> and <strong>Development URL endpoint</strong> to send Submissions to the ECG Development environment. This environment is strictly for testing purposes only. These Submissions will NOT be worked and offers will NOT be submitted. We do not guarantee that data submitted to this environment will be retained for longer than one week.</p>\n<h4 id=\"preview-pre-production\">Preview (Pre-Production):</h4>\n<p><strong>Preview URL</strong> - <a href=\"https://api.preview.ecg.com\">https://api.preview.ecg.com</a></p>\n<p>Use the provided <strong>Production Token</strong> and <strong>Preview URL endpoint</strong> to send Submissions to the ECG Preview environment. This environment uses production data with pre-production code. Any data submitted to this environment will be worked as if it were production data.</p>\n<h4 id=\"production\">Production:</h4>\n<p><strong>Production URL</strong> - <a href=\"https://api.prod.ecg.com\">https://api.prod.ecg.com</a></p>\n<p>Use the provided <strong>Production Token</strong> and <strong>Production URL endpoint</strong> to send Submissions to the ECG Production environment. This environment uses both production data and production code. Any data submitted to this environment will be worked.</p>\n<p>Use this API to:</p>\n<ul>\n<li>Add a Submission with or without owners</li>\n<li>Add an Owner to a Submission</li>\n<li>Add a Document to a Submission</li>\n<li>Respond to a Communication</li>\n<li>Get Single Submission Details</li>\n<li>Get Details for Multiple Submissions</li>\n<li>Get Submission Status</li>\n<li>Get Document Details</li>\n<li>Get Submission Notes</li>\n<li>Get Current Offer Details</li>\n<li>Get Current Contract Details</li>\n</ul>\n<p>Refer to <a href=\"https://e20co-cdn.s3-us-west-2.amazonaws.com/Tips+for+Using+Postman.pdf\">Tips for Using Postman</a> for instructions on where to insert your ECG Token.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5947704","collectionId":"c212fc36-5c6c-4c8f-ab38-eeee02bb4367","publishedId":"S1TN829S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-15T15:42:14.000Z"},"item":[{"name":"Add Submission-V1","item":[{"name":"Add Submission-V1 (No Owners)","event":[{"listen":"test","script":{"id":"cd242aa6-766c-4b12-a593-df9fc27da591","exec":["pm.test(\"Lead added successfully\", function () {","    pm.response.to.have.status(201);","});","pm.test(\"ISO Rep-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.partner_rep).to.eql(\"Test Rep\");","});","pm.test(\"ISO Email-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.partner_email).to.eql(\"TestRep@notreal.com\");","});","pm.test(\"Bus Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.name).to.eql(\"TEST ABC COMPANY LLC\");","});","pm.test(\"Bus DBA-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.dba).to.eql(\"TEST ABC COMPANY'S STORE\");","});","pm.test(\"Bus EIN-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.tax_id).to.eql(\"126666666\");","});","pm.test(\"Bus Industry-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.industry).to.eql(\"Restaurant & Bar Establishments\");","});","pm.test(\"Bus Street-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.street).to.eql(\"100 N MAIN\");","});","pm.test(\"Bus City-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.city).to.eql(\"SIOUX FALLS\");","});","pm.test(\"Bus State-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.state).to.eql(\"SD\");","});","pm.test(\"Bus Zip-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.zip).to.eql(\"57105\");","});","pm.test(\"Bus Phone1-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.phone).to.eql(\"3205550011\");","});","pm.test(\"Bus Email (optional)-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.email).to.eql(\"TEST@NOTANEMAIL.COM\");","});","pm.test(\"Bus Phone2 (optional)-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.phone2).to.eql(\"1116665555\");","});","pm.test(\"Bus Start Date-added successfully\", function () {","    pm.expect(pm.response.text()).to.include(\"2001-10-31T00:00:00+00:00\");","});"],"type":"text/javascript"}}],"id":"faf7dfd9-fad5-40b8-b280-7a0e414f3105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126666666\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"3205550011\",\r\n\t\"email\":\"Test@notanemail.com\",\r\n\t\"phone2\":\"1116665555\",\r\n    \"landlord_name\":\"XYZ Landlord Company\",\r\n    \"landlord_phone\":\"6055551212\",\r\n    \"landlord_email\":\"landlord@email.com\"\r\n}\r\n"},"url":"https://api.dev.ecg.com/api/v1/submissions","description":"<h1 id=\"add-submission-with-no-owners\">Add Submission with No Owners</h1>\n<p>Enter required information to add a Submission without any owners. </p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 201) Submission Added</li>\n<li>Fail (Code 400) Invalid, missing or blank required business information-Submission not added</li>\n</ul>\n<h5 id=\"required-partnersales-organization-iso-contact-information\">Required Partner/Sales Organization (ISO) Contact Information:</h5>\n<ul>\n<li>ISO Contact Full Name (partner_rep)</li>\n<li>ISO Contact Email (partner_email)</li>\n</ul>\n<h5 id=\"required-business-information\">Required Business Information:</h5>\n<ul>\n<li>Business Legal Name (name)</li>\n<li>Business DBA (dba)</li>\n<li>Industry (industry)*</li>\n<li>Entity Type (type)*</li>\n<li>Business Tax ID (EIN) (tax_id)</li>\n<li>Business Start Date (start_date)</li>\n<li>Business Primary Phone (phone)</li>\n<li>Business Address (street)</li>\n<li>Business City (city)</li>\n<li>Business State (state)</li>\n<li>Business Zip (zip)</li>\n</ul>\n<h5 id=\"optional-business-information\">Optional Business Information:</h5>\n<ul>\n<li>Business Email (email)</li>\n<li>Business Alternate Phone (phone2)</li>\n<li>Landlord Name (landlord_name)</li>\n<li>Landlord Phone (landlord_phone)</li>\n<li>Landlord Email (landlord_email)</li>\n</ul>\n<p>*See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the full Submission Schema and a complete list of accepted values.</p>\n","urlObject":{"protocol":"https","path":["api","v1","submissions"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"0624a593-6fed-4d75-a023-e0c3619f7513","name":"Submission Added with No Owners (Pass Code 201)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126666666\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"3205550011\",\r\n\t\"email\":\"Test@notanemail.com\",\r\n\t\"phone2\":\"1116665555\"\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Wed, 05 Jun 2019 20:26:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"547"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-05T20:26:17+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TEST@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254392,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"3205550011\",\n    \"phone2\": \"1116665555\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126666666\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-05T20:26:17+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"e22d53ce-caa9-40f5-82d6-0292cc08a907","name":"Error-Missing or Blank Required Info-Submission Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126666666\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"3205550011\",\r\n\t\"email\":\"Test@notanemail.com\",\r\n\t\"phone2\":\"1116665555\"\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 18 Jun 2019 17:15:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The following fields are required: name.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"f32ef294-fb7c-4b58-af5a-4a53e9401ad6","name":"Error-Invalid Data-Submission Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":126666666,\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"3205550011\",\r\n\t\"email\":\"Test@notanemail.com\",\r\n\t\"phone2\":\"1116665555\"\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 18 Jun 2019 17:16:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"171"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The following fields must be integer-like strings: tax_id.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"}],"_postman_id":"faf7dfd9-fad5-40b8-b280-7a0e414f3105"},{"name":"Add Submission-V1 (With Owners)","event":[{"listen":"test","script":{"id":"d356dc9d-fa95-451f-a041-ce23ddc70b8a","exec":["pm.test(\"Lead added successfully\", function () {","    pm.response.to.have.status(201);","});","pm.test(\"ISO Rep-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.partner_rep).to.eql(\"Test Rep\");","});","pm.test(\"ISO Email-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.partner_email).to.eql(\"TestRep@notreal.com\");","});","pm.test(\"Bus Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.name).to.eql(\"TEST ABC COMPANY LLC\");","});","pm.test(\"Bus DBA-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.dba).to.eql(\"TEST ABC COMPANY'S STORE\");","});","pm.test(\"Bus EIN-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.tax_id).to.eql(\"126588888\");","});","pm.test(\"Bus Industry-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.industry).to.eql(\"Restaurant & Bar Establishments\");","});","pm.test(\"Bus Street-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.street).to.eql(\"100 N MAIN\");","});","pm.test(\"Bus City-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.city).to.eql(\"SIOUX FALLS\");","});","pm.test(\"Bus State-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.state).to.eql(\"SD\");","});","pm.test(\"Bus Zip-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.zip).to.eql(\"57105\");","});","pm.test(\"Bus Phone1-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.phone).to.eql(\"6058886565\");","});","pm.test(\"Bus Email (optional)-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.email).to.eql(\"TESTABC@NOTANEMAIL.COM\");","});","pm.test(\"Bus Phone2 (optional)-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.phone2).to.eql(\"3504448787\");","});","pm.test(\"Bus Start Date-added successfully\", function () {","    pm.expect(pm.response.text()).to.include(\"2001-10-31T00:00:00+00:00\");","});","pm.test(\"Owner 1 First Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].first_name).to.eql(\"PETER\");","});","pm.test(\"Owner 1 Last Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].last_name).to.eql(\"PAN\");","});","pm.test(\"Owner 1 Ownership %-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].ownership_percentage).to.eql(51);","});","pm.test(\"Owner 1 Street-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].street).to.eql(\"200 MAIN AVE\");","});","pm.test(\"Owner 1 City-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].city).to.eql(\"SIOUX FALLS\");","});","pm.test(\"Owner 1 State-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].state).to.eql(\"SD\");","});","pm.test(\"Owner 1 Zip-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].zip).to.eql(\"57105\");","});","pm.test(\"Owner 1 Phone-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].phone).to.eql(\"9495956211\");","});    ","pm.test(\"Owner 1 Email-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].email).to.eql(\"PETER@NOTANEMAIL.COM\");","});    ","pm.test(\"Owner 1 SSN-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].ssn).to.eql(\"954895111\");","});    ","pm.test(\"Owner 1 DOB-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].dob).to.eql(\"1980-10-22\");","});","pm.test(\"Owner 2 First Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].first_name).to.eql(\"MARY\");","});","pm.test(\"Owner 2 Last Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].last_name).to.eql(\"POPPINS\");","});","pm.test(\"Owner 2 Ownership %-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].ownership_percentage).to.eql(26);","});","pm.test(\"Owner 2 Street-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].street).to.eql(\"400 MAIN AVE\");","});","pm.test(\"Owner 2 City-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].city).to.eql(\"SIOUX FALLS\");","});","pm.test(\"Owner 2 State-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].state).to.eql(\"SD\");","});","pm.test(\"Owner 2 Zip-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].zip).to.eql(\"57104\");","});","pm.test(\"Owner 2 Phone-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].phone).to.eql(\"1235956211\");","});    ","pm.test(\"Owner 2 Email-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].email).to.eql(\"MARY@NOTANEMAIL.COM\");","});    ","pm.test(\"Owner 2 SSN-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].ssn).to.eql(\"789456123\");","});    ","pm.test(\"Owner 2 DOB-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].dob).to.eql(\"1975-07-10\");","});"],"type":"text/javascript"}}],"id":"9b9867b5-c6dd-4ca4-b2ef-e61cf8b077a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126666666\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"Test@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n    \"landlord_name\":\"XYZ Landlord Company\",\r\n    \"landlord_phone\":\"6055551212\",\r\n    \"landlord_email\":\"landlord@email.com\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"9548951111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://api.dev.ecg.com/api/v1/submissions","description":"<h1 id=\"add-a-submission-with-two-owners\">Add a Submission with Two Owners</h1>\n<p>Enter required information to add a Submission with up to two owners.</p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 201) Submission Added</li>\n<li>Pass (Code 207) Invalid, missing or blank required owner information-Business added, owners not added</li>\n<li>Fail (Code 400) Invalid, missing or blank required business information-Submission not added</li>\n</ul>\n<h5 id=\"required-partnersales-organization-iso-contact-information\">Required Partner/Sales Organization (ISO) Contact Information:</h5>\n<ul>\n<li>ISO Contact Full Name (partner_rep)</li>\n<li>ISO Contact Email (partner_email)</li>\n</ul>\n<h5 id=\"required-business-information\">Required Business Information:</h5>\n<ul>\n<li>Business Legal Name (name)</li>\n<li>Business DBA (dba)</li>\n<li>Industry (industry)*</li>\n<li>Entity Type (type)*</li>\n<li>Business Tax ID (EIN) (tax_id)</li>\n<li>Business Start Date (start_date)</li>\n<li>Business Primary Phone (phone)</li>\n<li>Business Address (street)</li>\n<li>Business City (city)</li>\n<li>Business State (state)</li>\n<li>Business Zip (zip)</li>\n</ul>\n<h5 id=\"optional-business-information\">Optional Business Information:</h5>\n<ul>\n<li>Business Email (email)</li>\n<li>Business Alternate Phone (phone2)</li>\n<li>Landlord Name (landlord_name)</li>\n<li>Landlord Phone (landlord_phone)</li>\n<li>Landlord Email (landlord_email)</li>\n</ul>\n<h5 id=\"required-owner-information\">Required Owner Information:</h5>\n<ul>\n<li>Ownership % (ownership_percentage)</li>\n<li>First Name (first_name)</li>\n<li>Last Name (last_name)</li>\n<li>Date of Birth (dob)</li>\n<li>Owner SSN (ssn)</li>\n<li>Owner Phone (phone)</li>\n<li>Owner Street (street)</li>\n<li>Owner City (city)</li>\n<li>Owner State (state)</li>\n<li>Owner Zip (zip)</li>\n</ul>\n<h5 id=\"optional-owner-information\">Optional Owner Information:</h5>\n<ul>\n<li>Owner Email (email)</li>\n</ul>\n<p>*See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the full Submission Schema and a complete list of accepted values.</p>\n","urlObject":{"protocol":"https","path":["api","v1","submissions"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"3f5745ee-57a9-4285-aa89-78f068a732e8","name":"Missing Required Owner Info-Bus Added-Owner Not Added (Pass Code 207)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"MULTI STATUS","code":207,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:03:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"719"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-25T17:02:59+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254488,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-25T17:02:59+00:00\",\n        \"zip\": \"57105\"\n    },\n    \"status\": 207,\n    \"title\": \"The following fields were missing from at least one owner: first_name.\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"5c9b47cb-0d01-4128-96ac-45b907ca9a74","name":"Invalid Required Owner Info-Bus Added-Owner Not Added (Pass Code 207)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"a\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"MULTI STATUS","code":207,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:03:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"776"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-25T17:03:30+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254489,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-25T17:03:30+00:00\",\n        \"zip\": \"57105\"\n    },\n    \"status\": 207,\n    \"title\": \"One or more owners could not be added. The following fields must be an integer or an integer-like string: ownership_percentage.\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"6c893239-3197-4ae4-8efc-f48228db7df0","name":"Submission Added with 2 Owners (Pass Code 201)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:00:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1007"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-25T17:00:32+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254487,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1975-07-10\",\n            \"email\": \"MARY@NOTANEMAIL.COM\",\n            \"first_name\": \"MARY\",\n            \"last_name\": \"POPPINS\",\n            \"ownership_percentage\": 26,\n            \"phone\": \"1235956211\",\n            \"ssn\": \"789456123\",\n            \"state\": \"SD\",\n            \"street\": \"400 MAIN AVE\",\n            \"zip\": \"57104\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-25T17:00:32+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"9b59dfcb-40a0-4ca0-ba73-7072e467f825","name":"Error-Missing or Blank Required Bus Info-Submission Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:01:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The following fields are required: name.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"d06b5fd0-5662-4a00-ac53-637c0f14414a","name":"Error-Invalid Required Bus Info-Submission Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":126588888,\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:02:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"171"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The following fields must be integer-like strings: tax_id.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"e60bd747-062e-4093-8bfd-bbefbc14255d","name":"Submission Added with 1 Owner (Pass Code 201)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"100\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Mon, 17 Jun 2019 13:40:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"778"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-17T13:40:55+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254419,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 100,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-17T13:40:55+00:00\",\n    \"zip\": \"57105\"\n}"}],"_postman_id":"9b9867b5-c6dd-4ca4-b2ef-e61cf8b077a4"},{"name":"Add Submission V2 (With Owners)","event":[{"listen":"test","script":{"id":"3eae6fb2-1524-413c-8d28-9299328886b6","exec":["pm.test(\"Lead added successfully\", function () {","    pm.response.to.have.status(201);","});","pm.test(\"ISO Rep-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.partner_rep).to.eql(\"Test Rep\");","});","pm.test(\"ISO Email-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.partner_email).to.eql(\"TestRep@notreal.com\");","});","pm.test(\"Bus Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.name).to.eql(\"TEST ABC COMPANY LLC\");","});","pm.test(\"Bus DBA-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.dba).to.eql(\"TEST ABC COMPANY'S STORE\");","});","pm.test(\"Bus EIN-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.tax_id).to.eql(\"126588888\");","});","pm.test(\"Bus Industry-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.industry).to.eql(\"Restaurant & Bar Establishments\");","});","pm.test(\"Bus Street-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.street).to.eql(\"100 N MAIN\");","});","pm.test(\"Bus City-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.city).to.eql(\"SIOUX FALLS\");","});","pm.test(\"Bus State-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.state).to.eql(\"SD\");","});","pm.test(\"Bus Zip-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.zip).to.eql(\"57105\");","});","pm.test(\"Bus Phone1-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.phone).to.eql(\"6058886565\");","});","pm.test(\"Bus Email (optional)-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.email).to.eql(\"TESTABC@NOTANEMAIL.COM\");","});","pm.test(\"Bus Phone2 (optional)-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.phone2).to.eql(\"3504448787\");","});","pm.test(\"Bus Start Date-added successfully\", function () {","    pm.expect(pm.response.text()).to.include(\"2001-10-31T00:00:00+00:00\");","});","pm.test(\"Owner 1 First Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].first_name).to.eql(\"PETER\");","});","pm.test(\"Owner 1 Last Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].last_name).to.eql(\"PAN\");","});","pm.test(\"Owner 1 Ownership %-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].ownership_percentage).to.eql(51);","});","pm.test(\"Owner 1 Street-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].street).to.eql(\"200 MAIN AVE\");","});","pm.test(\"Owner 1 City-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].city).to.eql(\"SIOUX FALLS\");","});","pm.test(\"Owner 1 State-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].state).to.eql(\"SD\");","});","pm.test(\"Owner 1 Zip-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].zip).to.eql(\"57105\");","});","pm.test(\"Owner 1 Phone-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].phone).to.eql(\"9495956211\");","});    ","pm.test(\"Owner 1 Email-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].email).to.eql(\"PETER@NOTANEMAIL.COM\");","});    ","pm.test(\"Owner 1 SSN-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].ssn).to.eql(\"954895111\");","});    ","pm.test(\"Owner 1 DOB-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].dob).to.eql(\"1980-10-22\");","});","pm.test(\"Owner 2 First Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].first_name).to.eql(\"MARY\");","});","pm.test(\"Owner 2 Last Name-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].last_name).to.eql(\"POPPINS\");","});","pm.test(\"Owner 2 Ownership %-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].ownership_percentage).to.eql(26);","});","pm.test(\"Owner 2 Street-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].street).to.eql(\"400 MAIN AVE\");","});","pm.test(\"Owner 2 City-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].city).to.eql(\"SIOUX FALLS\");","});","pm.test(\"Owner 2 State-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].state).to.eql(\"SD\");","});","pm.test(\"Owner 2 Zip-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].zip).to.eql(\"57104\");","});","pm.test(\"Owner 2 Phone-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].phone).to.eql(\"1235956211\");","});    ","pm.test(\"Owner 2 Email-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].email).to.eql(\"MARY@NOTANEMAIL.COM\");","});    ","pm.test(\"Owner 2 SSN-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].ssn).to.eql(\"789456123\");","});    ","pm.test(\"Owner 2 DOB-added successfully\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[1].dob).to.eql(\"1975-07-10\");","});"],"type":"text/javascript"}}],"id":"44ce39a6-fd3b-4815-99c5-256d9aa26e53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Jessica Mosier\",\r\n\t\"partner_email\":\"jmosier@ecg.com\",\r\n\t\"name\":\"Validate App Test 9 LLC\",\r\n\t\"dba\":\"Validate App Test Company\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"544865444\",\r\n\t\"industry\":\"Consulting\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n    \"landlord_name\":\"XYZ Landlord Company\",\r\n    \"landlord_phone\":\"6055551212\",\r\n    \"landlord_email\":\"landlord@email.com\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"984008844\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1990-11-19\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"3334446666\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://api.dev.ecg.com/api/v2/submissions","description":"<h1 id=\"add-a-submission-with-two-owners\">Add a Submission with Two Owners</h1>\n<p>Enter required information to add a Submission with up to two owners.</p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 201) Submission Added</li>\n<li>Pass (Code 207) Invalid, missing or blank required owner information-Business added, owners not added</li>\n<li>Fail (Code 400) Invalid, missing or blank required business information-Submission not added</li>\n</ul>\n<h5 id=\"required-partnersales-organization-iso-contact-information\">Required Partner/Sales Organization (ISO) Contact Information:</h5>\n<ul>\n<li>ISO Contact Email (partner_email)</li>\n</ul>\n<h5 id=\"optional-partnersales-organization-iso-contact-information\">Optional Partner/Sales Organization (ISO) Contact Information:</h5>\n<ul>\n<li>ISO Contact Full Name (partner_rep)</li>\n</ul>\n<h5 id=\"required-business-information\">Required Business Information:</h5>\n<ul>\n<li>Business Legal Name (name)</li>\n</ul>\n<h5 id=\"optional-business-information\">Optional Business Information:</h5>\n<ul>\n<li>Business DBA (dba)</li>\n<li>Industry (industry)*</li>\n<li>Entity Type (type)*</li>\n<li>Business Tax ID (EIN) (tax_id)</li>\n<li>Business Start Date (start_date)</li>\n<li>Business Primary Phone (phone)</li>\n<li>Business Address (street)</li>\n<li>Business City (city)</li>\n<li>Business State (state)</li>\n<li>Business Zip (zip)</li>\n<li>Business Email (email)</li>\n<li>Business Alternate Phone (phone2)</li>\n<li>Landlord Name (landlord_name)</li>\n<li>Landlord Phone (landlord_phone)</li>\n<li>Landlord Email (landlord_email)</li>\n</ul>\n<h5 id=\"optional-owner-information\">Optional Owner Information:</h5>\n<ul>\n<li>Ownership % (ownership_percentage)</li>\n<li>First Name (first_name)</li>\n<li>Last Name (last_name)</li>\n<li>Date of Birth (dob)</li>\n<li>Owner SSN (ssn)</li>\n<li>Owner Phone (phone)</li>\n<li>Owner Street (street)</li>\n<li>Owner City (city)</li>\n<li>Owner State (state)</li>\n<li>Owner Zip (zip)</li>\n<li>Owner Email (email)</li>\n</ul>\n<p>*See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the full Submission Schema and a complete list of accepted values.</p>\n","urlObject":{"protocol":"https","path":["api","v2","submissions"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"81d40bab-c6cd-4712-8889-a60639f18804","name":"Error-Invalid Required Bus Info-Submission Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":126588888,\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:02:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"171"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The following fields must be integer-like strings: tax_id.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"093590bb-6506-438e-aaa2-dba1e229784d","name":"Submission Added with 1 Owner (Pass Code 201)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"100\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Mon, 17 Jun 2019 13:40:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"778"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-17T13:40:55+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254419,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 100,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-17T13:40:55+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"b2ffca87-d5f3-4ad2-8b6c-5fd9daab92af","name":"Missing Required Owner Info-Bus Added-Owner Not Added (Pass Code 207)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"MULTI STATUS","code":207,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:03:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"719"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-25T17:02:59+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254488,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-25T17:02:59+00:00\",\n        \"zip\": \"57105\"\n    },\n    \"status\": 207,\n    \"title\": \"The following fields were missing from at least one owner: first_name.\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"464c8401-d6db-4b94-9f0e-a39c97a151c3","name":"Error-Missing or Blank Required Bus Info-Submission Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:01:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The following fields are required: name.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"1e7b66b3-a544-4db1-b8bd-53d95b888d64","name":"Submission Added with 2 Owners (Pass Code 201)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"51\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:00:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1007"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-25T17:00:32+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254487,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1975-07-10\",\n            \"email\": \"MARY@NOTANEMAIL.COM\",\n            \"first_name\": \"MARY\",\n            \"last_name\": \"POPPINS\",\n            \"ownership_percentage\": 26,\n            \"phone\": \"1235956211\",\n            \"ssn\": \"789456123\",\n            \"state\": \"SD\",\n            \"street\": \"400 MAIN AVE\",\n            \"zip\": \"57104\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-25T17:00:32+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"0ad26549-507d-4824-8fdf-752cc5670f30","name":"Invalid Required Owner Info-Bus Added-Owner Not Added (Pass Code 207)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"partner_rep\":\"Test Rep\",\r\n\t\"partner_email\":\"TestRep@notreal.com\",\r\n\t\"name\":\"Test ABC Company LLC\",\r\n\t\"dba\":\"Test ABC Company's Store\",\r\n\t\"type\":\"LLC\",\r\n\t\"street\":\"100 N Main\",\r\n\t\"city\":\"Sioux Falls\",\r\n\t\"state\":\"SD\",\r\n\t\"zip\":\"57105\",\r\n\t\"tax_id\":\"126588888\",\r\n\t\"industry\":\"Restaurant & Bar Establishments\",\r\n\t\"start_date\":\"2001-10-31\",\r\n\t\"phone\":\"6058886565\",\r\n\t\"email\":\"TestABC@notanemail.com\",\r\n\t\"phone2\":\"3504448787\",\r\n\t\"owners\":[\r\n    \t  {\r\n        \t\"ownership_percentage\":\"a\",\r\n        \t\"first_name\":\"Peter\",\r\n        \t\"last_name\":\"Pan\",\r\n        \t\"street\":\"200 Main Ave\",\r\n        \t\"city\":\"Sioux Falls\",\r\n        \t\"state\":\"SD\",\r\n        \t\"zip\":\"57105\",\r\n        \t\"ssn\":\"954895111\",\r\n        \t\"dob\":\"1980-10-22\",\r\n        \t\"phone\":\"9495956211\",\r\n        \t\"email\":\"Peter@notanemail.com\"      \r\n        },\r\n          {\r\n            \"city\": \"SIOUX FALLS\",\r\n            \"dob\": \"1975-07-10\",\r\n            \"email\": \"Mary@NOTANEMAIL.COM\",\r\n            \"first_name\": \"Mary\",\r\n            \"last_name\": \"Poppins\",\r\n            \"ownership_percentage\":\"26\",\r\n            \"phone\": \"1235956211\",\r\n            \"ssn\": \"789456123\",\r\n            \"state\": \"SD\",\r\n            \"street\": \"400 MAIN AVE\",\r\n            \"zip\": \"57104\"\r\n        }\r\n\t]\r\n}\r\n"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions"},"status":"MULTI STATUS","code":207,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:03:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"776"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-25T17:03:30+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254489,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-25T17:03:30+00:00\",\n        \"zip\": \"57105\"\n    },\n    \"status\": 207,\n    \"title\": \"One or more owners could not be added. The following fields must be an integer or an integer-like string: ownership_percentage.\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"}],"_postman_id":"44ce39a6-fd3b-4815-99c5-256d9aa26e53"}],"id":"4def49b4-f4e9-4b94-a1bb-7d8b1b7c8c0f","description":"<p>A Submission can be added without owners or with up to two owners. See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the complete Submission Schema.</p>\n","event":[{"listen":"prerequest","script":{"id":"14ada2be-a30b-4722-b625-a6d5fee0a71e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"96396f1b-38e5-427f-b59c-54aebed010fe","type":"text/javascript","exec":[""]}}],"_postman_id":"4def49b4-f4e9-4b94-a1bb-7d8b1b7c8c0f"},{"name":"Add Owner","item":[{"name":"Add Owner(s)","event":[{"listen":"prerequest","script":{"id":"a836cf06-7934-42cc-9501-8befae2a6359","exec":["pm.variables.set(\"submission_id\", \"386919\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"93795b9a-618d-469c-89da-2298d701118a","exec":["pm.test(\"Owner was successfully added\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Owner 1 First Name\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].first_name).to.eql(\"GEORGE\");","});","pm.test(\"Owner 1 Last Name\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].last_name).to.eql(\"JETTSON\");","});","pm.test(\"Owner 1 Ownership %\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].ownership_percentage).to.eql(51);","});","pm.test(\"Owner 1 Street\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].street).to.eql(\"200 MAIN AVE\");","});","pm.test(\"Owner 1 City\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].city).to.eql(\"SIOUX FALLS\");","});","pm.test(\"Owner 1 State\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].state).to.eql(\"SD\");","});","pm.test(\"Owner 1 Zip\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].zip).to.eql(\"57105\");","});","pm.test(\"Owner 1 Phone1\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].phone).to.eql(\"8885956211\");","});    ","pm.test(\"Owner 1 Email\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].email).to.eql(\"GEORGE@NOTANEMAIL.COM\");","});    ","pm.test(\"Owner 1 SSN\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].ssn).to.eql(\"111444367\");","});    ","pm.test(\"Owner 1 DOB\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.owners[0].dob).to.eql(\"1980-10-31\");","});"],"type":"text/javascript"}}],"id":"4112ac95-0472-434e-acea-22e85d1d7778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"owners\":[\n         {\n           \"ownership_percentage\":\"51\",\n           \"first_name\":\"George\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"george@notanemail.com\"\n       },\n       {\n           \"ownership_percentage\":\"25\",\n           \"first_name\":\"Judy\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"judy@notanemail.com\"\n       }\n    ]\n}"},"url":"https://api.dev.ecg.com/api/v1/submissions/{{submission_id}}/owners","description":"<h1 id=\"add-owners-to-a-submission\">Add Owner(s) to a Submission</h1>\n<p>Specify a <strong>Submission ID</strong> and enter the required information to add 1 or 2 owners to the Submission. A Submission can have up to 2 owners. </p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 200) Owner(s) added</li>\n<li>Fail (Code 400) Invalid, missing or blank required owner information-Submission not added</li>\n<li>Fail (Code 404) Submission ID not found-owner not added</li>\n<li>Fail (Code 423) Submission ID is locked, is currently in use, or is assigned to a status that does not allow owners to be added</li>\n</ul>\n<h5 id=\"submission-statuses-that-allow-adding-owners\">Submission Statuses that Allow Adding Owners</h5>\n<ul>\n<li>New Submission</li>\n<li>UW Prep (Only available when UMS Internal Status is \"Pend\")</li>\n<li>On Hold</li>\n</ul>\n<h5 id=\"required-owner-information\">Required Owner Information:</h5>\n<ul>\n<li>Ownership % (ownership_percentage)</li>\n<li>First Name (first_name)</li>\n<li>Last Name (last_name)</li>\n<li>Date of Birth (dob)</li>\n<li>Owner SSN (ssn)</li>\n<li>Owner Phone (phone)</li>\n<li>Owner Street (street)</li>\n<li>Owner City (city)</li>\n<li>Owner State (state)</li>\n<li>Owner Zip (zip)</li>\n</ul>\n<h5 id=\"optional-owner-information\">Optional Owner Information:</h5>\n<ul>\n<li>Owner Email (email)</li>\n</ul>\n<p>See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the full Submission Schema.</p>\n","urlObject":{"protocol":"https","path":["api","v1","submissions","{{submission_id}}","owners"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"1d822892-09f1-45a5-91e1-9a9872d2252a","name":"Error-Submission ID is Locked-Owner Not Added (Error Code 423)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"owners\":[\n         {\n           \"ownership_percentage\":\"51\",\n           \"first_name\":\"George\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"george@notanemail.com\"\n       },\n       {\n           \"ownership_percentage\":\"25\",\n           \"first_name\":\"Judy\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"judy@notanemail.com\"\n       }\n    ]\n}"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/owners"},"status":"LOCKED","code":423,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:58:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Submission is currently locked.\",\n    \"status\": 423,\n    \"title\": \"Locked\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"63612eba-e59b-4fe8-9c08-b3754e244d36","name":"Error-Invalid Required Info-Owner Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"owners\":[\n         {\n           \"ownership_percentage\":\"\",\n           \"first_name\":\"George\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"george@notanemail.com\"\n       },\n       {\n           \"ownership_percentage\":\"25\",\n           \"first_name\":\"Judy\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"judy@notanemail.com\"\n       }\n    ]\n}"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/owners"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:56:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"266"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The following fields were missing from at least one owner: ownership_percentage. The following fields must be integer-like strings: ownership_percentage.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"8cdbf26b-894f-47ae-afe9-7420e098998c","name":"2 Owners Added to Submission (Pass Code 200)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"owners\":[\n         {\n           \"ownership_percentage\":\"51\",\n           \"first_name\":\"George\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"george@notanemail.com\"\n       },\n       {\n           \"ownership_percentage\":\"25\",\n           \"first_name\":\"Judy\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"judy@notanemail.com\"\n       }\n    ]\n}"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/owners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:54:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"898"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TEST@NOTANEMAIL.COM\",\n    \"id\": 254484,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-31\",\n            \"email\": \"GEORGE@NOTANEMAIL.COM\",\n            \"first_name\": \"GEORGE\",\n            \"last_name\": \"JETTSON\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"8885956211\",\n            \"ssn\": \"111444367\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-31\",\n            \"email\": \"JUDY@NOTANEMAIL.COM\",\n            \"first_name\": \"JUDY\",\n            \"last_name\": \"JETTSON\",\n            \"ownership_percentage\": 25,\n            \"phone\": \"8885956211\",\n            \"ssn\": \"111444367\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"3205550011\",\n    \"phone2\": \"1116665555\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"Imported\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126666666\",\n    \"type\": \"LLC\",\n    \"zip\": \"57105\"\n}"},{"id":"c2024134-408d-4e4b-ac44-1c13cf0e8606","name":"1 Owner Added to Submission (Pass Code 200)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"owners\":[\n         {\n           \"ownership_percentage\":\"25\",\n           \"first_name\":\"Sammi\",\n           \"last_name\":\"Taco\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"sammi@notanemail.com\"\n       }\n    ]\n}"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/owners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:47:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"663"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TEST@NOTANEMAIL.COM\",\n    \"id\": 254483,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-31\",\n            \"email\": \"SAMMI@NOTANEMAIL.COM\",\n            \"first_name\": \"SAMMI\",\n            \"last_name\": \"TACO\",\n            \"ownership_percentage\": 25,\n            \"phone\": \"8885956211\",\n            \"ssn\": \"111444367\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"3205550011\",\n    \"phone2\": \"1116665555\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"Imported\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126666666\",\n    \"type\": \"LLC\",\n    \"zip\": \"57105\"\n}"},{"id":"da08341b-fa9a-40cb-afeb-97d588f10964","name":"Error-Submission ID Not Found-Owner Not Added (Error Code 404)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"owners\":[\n         {\n           \"ownership_percentage\":\"51\",\n           \"first_name\":\"George\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"george@notanemail.com\"\n       },\n       {\n           \"ownership_percentage\":\"25\",\n           \"first_name\":\"Judy\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"judy@notanemail.com\"\n       }\n    ]\n}"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/owners"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:57:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"132"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Submission not found.\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"fc56d26c-a564-4e90-96ab-511fbf6084f0","name":"Error-Missing or Blank Required Info-Owner Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"owners\":[\n         {\n           \"ownership_percentage\":\"51\",\n           \"first_name\":\"\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"george@notanemail.com\"\n       },\n       {\n           \"ownership_percentage\":\"25\",\n           \"first_name\":\"Judy\",\n           \"last_name\":\"Jettson\",\n           \"street\":\"200 Main Ave\",\n           \"city\":\"Sioux Falls\",\n           \"state\":\"SD\",\n           \"zip\":\"57105\",\n           \"ssn\":\"111444367\",\n           \"dob\":\"1980-10-31\",\n           \"phone\":\"8885956211\",\n           \"email\":\"judy@notanemail.com\"\n       }\n    ]\n}"},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/owners"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:55:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"183"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The following fields were missing from at least one owner: first_name.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"}],"_postman_id":"4112ac95-0472-434e-acea-22e85d1d7778"}],"id":"377586aa-92ca-481f-9aff-016f8c0429b5","description":"<p>Owner(s) can be subsequently added to a Submission. A Submission can have up to 2 owners. See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the complete Submission Schema.</p>\n","event":[{"listen":"prerequest","script":{"id":"a3e2dc9f-d17d-4f45-8aa5-8457c2ce2cb4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e4d83b8e-a0fd-4385-b436-fb70c7fd5705","type":"text/javascript","exec":[""]}}],"_postman_id":"377586aa-92ca-481f-9aff-016f8c0429b5"},{"name":"Add Document","item":[{"name":"Add Document","event":[{"listen":"prerequest","script":{"id":"d292e86b-889f-41aa-9c9d-4288a8e9253d","exec":["pm.variables.set(\"submission_id\", \"413058\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"d4a3ee05-81f5-42d6-958b-8a8bc46204a1","exec":["pm.test(\"File was successfully added\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9d90cab2-679e-43e0-82b8-6d9f187cddea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"CALoan40.pdf","description":"<p>Required - Enter the file name for the document.</p>\n"},{"key":"file","type":"file","description":"<p>Click Select Files to browse for a file to upload</p>\n","src":"/C:/Users/klewin.ECG/Downloads/CAloanVarcheck.pdf"},{"key":"note","value":"This is my doc uploaded from Postman","description":"<p>Optional - Enter a note to descript the document</p>\n","type":"text"},{"key":"tag","value":"Signed Application","description":"<p>Optional - Enter a predefined document tag. See API Doc Appendix.</p>\n","type":"text"}]},"url":"https://api.dev.ecg.com/api/v1/submissions/{{submission_id}}/documents","description":"<h1 id=\"add-a-document-to-a-submission\">Add a Document to a Submission</h1>\n<ol>\n<li>Specify a <strong>Submission ID</strong></li>\n<li>Required - Enter the Document Name</li>\n<li>Click \"Select Files\" to browse to select a document. Only a single document can be uploaded at a time.</li>\n</ol>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 200) Document added to Submission</li>\n<li>Fail (Code 400) Missing Document Name</li>\n<li>Fail (Code 400) File size exceeds the 60MB maximum</li>\n<li>Fail (Code 400) Invalid file type selected (.exe or .dll)</li>\n<li>Fail (Code 404) Submission ID not found-document not added</li>\n<li>Fail (Code 423) Submission ID is locked or is assigned to a status that does not allow documents to be added</li>\n</ul>\n<h5 id=\"submission-statuses-that-allow-adding-documents\">Submission Statuses That Allow Adding Documents</h5>\n<ul>\n<li>New Submission</li>\n<li>UW Prep (Only available when UMS Internal Status is \"Pend\")</li>\n<li>On Hold</li>\n</ul>\n<h5 id=\"required-document-information\">Required Document Information:</h5>\n<ul>\n<li>Document Name</li>\n</ul>\n<h5 id=\"optional-document-information\">Optional Document Information:</h5>\n<ul>\n<li>Document Note</li>\n<li>Document Tag*</li>\n</ul>\n<h5 id=\"document-restrictions\">Document Restrictions:</h5>\n<ul>\n<li>Max file size is 60 MB</li>\n<li>Disallowed File Types: .exe and .dll</li>\n</ul>\n<p>*See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the full Submission Schema.</p>\n","urlObject":{"protocol":"https","path":["api","v1","submissions","{{submission_id}}","documents"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"0eb048fd-129a-4788-b96a-d2bcf84162e3","name":"Error-Submission is Locked-Doc Not Added (Error Code 423)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Contract.doc","description":"Required - Enter the file name for the document.\n"},{"key":"file","type":"file","description":"Click Select Files to browse for a file to upload","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/Kandice Lewin/Downloads/Import Test Data/201850_analytics.xlsx"}]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"LOCKED","code":423,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 18 Jun 2019 17:31:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Submission is currently locked.\",\n    \"status\": 423,\n    \"title\": \"Locked\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"1d108781-ce4f-424f-b28d-d9435cb2a373","name":"Error-Submission ID Not Found-Doc Not Added (Error Code 404)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Contract.doc","description":"Required - Enter the file name for the document.\n"},{"key":"file","type":"file","description":"Click Select Files to browse for a file to upload","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/Kandice Lewin/Downloads/Import Test Data/201850_analytics.xlsx"}]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 18 Jun 2019 17:31:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"132"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Submission not found.\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"84db163d-79ec-475d-a1db-04ffe8886c21","name":"Error-File Size > 60 MB-Doc Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Contract.doc","description":"Required - Enter the file name for the document.\n"},{"key":"file","type":"file","description":"Click Select Files to browse for a file to upload","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/Kandice Lewin/Downloads/Import Test Data/Presentation2.pdf"}]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 18 Jun 2019 17:29:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Could not process request.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"a8ed5662-9c29-49aa-aba9-603cda98273d","name":"Doc Added to Submission (Pass Code 200)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Contract.doc"},{"key":"file","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/Kandice Lewin/Downloads/Import Test Data/Contract_MCA3.00.doc"}]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Wed, 22 May 2019 18:38:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"92"}],"cookie":[],"responseTime":null,"body":"{\n    \"checksum\": \"7c26fb3b979ee3efa2ecd38f6ae6147f\",\n    \"id\": \"2bfb914f-0d5e-479c-ab47-78a5fe92ab10\"\n}"},{"id":"dd53f97d-98af-4d2b-a492-7d6d816456a8","name":"Error-Invalid File Type-Doc Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Contract.doc","description":"Required - Enter the file name for the document.\n"},{"key":"file","type":"file","description":"Click Select Files to browse for a file to upload","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/Kandice Lewin/Downloads/Import Test Data/KblCoefsCapture10564.dll"}]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 18 Jun 2019 17:30:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Could not process request.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"ddb9d242-1196-4430-8f0a-52e23add7982","name":"Error-Missing Doc Name-Doc Not Added (Error Code 400)","originalRequest":{"method":"POST","header":[{"key":"x-authtoken","type":"text","value":"<token>"}],"body":{"mode":"formdata","formdata":[{"description":"Required - Enter the file name for the document.\n","key":"name","type":"text","value":""},{"description":"Click Select Files to browse for a file to upload","key":"file","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/Kandice Lewin/Downloads/Import Test Data/Dashboard 1.pdf"}]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 18 Jun 2019 14:20:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Could not process request.\",\n    \"status\": 400,\n    \"title\": \"Bad Request\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"}],"_postman_id":"9d90cab2-679e-43e0-82b8-6d9f187cddea"}],"id":"a58dead0-6cbe-4ece-8d05-a1da40baeab4","description":"<p>Documents can be subsequently added to a Submission. See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the complete Submission Schema.</p>\n","event":[{"listen":"prerequest","script":{"id":"0cc968b8-6807-46fc-b3c6-ae76cdd73951","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7fa7af4c-b440-43ce-a736-c5f5de19830e","type":"text/javascript","exec":[""]}}],"_postman_id":"a58dead0-6cbe-4ece-8d05-a1da40baeab4"},{"name":"Get Submission Details","item":[{"name":"Get Single Submission Details-V2","event":[{"listen":"prerequest","script":{"id":"fe363fa9-77d1-413f-abe8-e5801ef2775b","exec":["pm.variables.set(\"submission_id\", \"403699\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"53ecd410-97e6-4d7b-8e0b-eb8828315ee9","exec":["pm.test(\"Lead Submission Details Returned\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5f17c6b1-c382-4ad5-9c64-9d46064e350e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"}],"url":"https://api.dev.ecg.com/api/v2/submissions/{{submission_id}}","description":"<h1 id=\"get-single-submission-details\">Get Single Submission Details</h1>\n<p>Specify a <strong>Submission ID</strong> to return ISO, business, owner details, and status for a Submission.</p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 200) Submission Details Returned</li>\n<li>Fail (Code 404) Submission ID Not Found</li>\n</ul>\n<h5 id=\"partnersales-organization-iso-contact-information\">Partner/Sales Organization (ISO) Contact Information:</h5>\n<ul>\n<li>ISO Contact Full Name (partner_rep)</li>\n<li>ISO Contact Email (partner_email)</li>\n</ul>\n<h5 id=\"submission-information-returned\">Submission Information Returned:</h5>\n<ul>\n<li>Submission ID (id)</li>\n<li>Date Submission Created (created_date)</li>\n<li>Date Submission Updated (updated_date)</li>\n<li>Submission Status (status)*</li>\n<li>Submission Status Reason (status_reason)</li>\n<li>Submission Status Change Date (status_change_date)</li>\n<li>Submission Hold Reason (hold_reason)</li>\n<li>Renewal Submission (true or false) (renewal)</li>\n</ul>\n<h5 id=\"business-information-returned\">Business Information Returned:</h5>\n<ul>\n<li>Business Legal Name (name)</li>\n<li>Business DBA (dba)</li>\n<li>Industry (industry)*</li>\n<li>Entity Type (type)*</li>\n<li>Business Tax ID (EIN) (tax_id)</li>\n<li>Business Start Date (start_date)</li>\n<li>Funding Date (funding_date) if available</li>\n<li>Business Email (email) optional</li>\n<li>Business Primary Phone (phone)</li>\n<li>Business Secondary Phone (phone2) optional</li>\n<li>Business Address (street)</li>\n<li>Business City (city)</li>\n<li>Business State (state)</li>\n<li>Business Zip (zip)</li>\n<li>Landlord Name (landlord_name)</li>\n<li>Landlord Phone (landlord_phone)</li>\n<li>Landlord Email (landlord_email)</li>\n</ul>\n<h5 id=\"owner-information-returned\">Owner Information Returned:</h5>\n<ul>\n<li>Ownership % (ownership_percentage)</li>\n<li>First Name (first_name)</li>\n<li>Last Name (last_name)</li>\n<li>Date of Birth (dob)</li>\n<li>Owner SSN (ssn)</li>\n<li>Owner Email (email) optional</li>\n<li>Owner Phone (phone)</li>\n<li>Owner Street (street)</li>\n<li>Owner City (city)</li>\n<li>Owner State (state)</li>\n<li>Owner Zip (zip)</li>\n</ul>\n<h5 id=\"offer-details-returned-if-applicable\">Offer Details Returned (if applicable):</h5>\n<ul>\n<li>Date Offer Accepted by Merchant (approval_date)</li>\n<li>Offer Type: Standard or Platinum (product_type)</li>\n<li>Funding Amount (funding_amount)</li>\n<li>Days in Funding Term (term)</li>\n<li>Buy Rate (buy_rate)</li>\n</ul>\n<p>*See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the full Submission Schema and a complete list of accepted values.</p>\n","urlObject":{"protocol":"https","path":["api","v2","submissions","{{submission_id}}"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"052365e8-620e-4cc3-bbd4-744f550d374f","name":"Single Submission 2 Owners-Details Docs Notes & Offers Returned (HAL+JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:33:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1044"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"documents\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254430/documents\"\n        },\n        \"notes\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254430/notes\"\n        },\n        \"offers\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254430/offers\"\n        },\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254430\"\n        }\n    },\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-18T13:56:15+00:00\",\n    \"dba\": \"ECG TESTING COMPANY\",\n    \"email\": \"\",\n    \"funding_date\": null,\n    \"id\": 254430,\n    \"industry\": \"Accounting & Tax Preparation\",\n    \"name\": \"ECG TESTING COMPANY\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1950-08-08\",\n            \"email\": \"\",\n            \"first_name\": \"WILLIAM\",\n            \"last_name\": \"NELSON\",\n            \"ownership_percentage\": 100,\n            \"phone\": \"6541605466\",\n            \"ssn\": \"165418098\",\n            \"state\": \"SD\",\n            \"street\": \"200 N MAIN\",\n            \"zip\": \"57108\"\n        }\n    ],\n    \"partner_email\": \"\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"7548390574\",\n    \"start_date\": \"2000-01-01T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"Contracts Requested\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"275894023\",\n    \"type\": \"Corporation\",\n    \"updated_date\": \"2019-06-18T15:08:33+00:00\",\n    \"zip\": \"57108\"\n}"},{"id":"1ff7066a-628e-4de9-b51e-424645cf7555","name":"Error-Submission ID Not Found (Error Code 404)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:37:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"132"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Submission not found.\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"27c04c94-b430-48a6-8d15-47031ad63886","name":"Single Submission 2 Owners-Details Returned (JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text","disabled":true},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:31:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1007"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-25T16:30:52+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254482,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1975-07-10\",\n            \"email\": \"MARY@NOTANEMAIL.COM\",\n            \"first_name\": \"MARY\",\n            \"last_name\": \"POPPINS\",\n            \"ownership_percentage\": 26,\n            \"phone\": \"1235956211\",\n            \"ssn\": \"789456123\",\n            \"state\": \"SD\",\n            \"street\": \"400 MAIN AVE\",\n            \"zip\": \"57104\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-25T16:30:52+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"3a18d741-1c65-4706-b0f5-533bf9ea83ad","name":"Single Submission 1 Owner-Details Returned (HAL+JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:30:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1035"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"documents\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254481/documents\"\n        },\n        \"notes\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254481/notes\"\n        },\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254481\"\n        }\n    },\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-25T16:28:50+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254481,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-25T16:28:50+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"3ac22e0a-76ac-40dc-8dba-4b39381b699b","name":"Single Submission 2 Owners-Details Docs & Notes Returned (HAL+JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:31:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1265"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"documents\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254482/documents\"\n        },\n        \"notes\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254482/notes\"\n        },\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254482\"\n        }\n    },\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-25T16:30:52+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254482,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1975-07-10\",\n            \"email\": \"MARY@NOTANEMAIL.COM\",\n            \"first_name\": \"MARY\",\n            \"last_name\": \"POPPINS\",\n            \"ownership_percentage\": 26,\n            \"phone\": \"1235956211\",\n            \"ssn\": \"789456123\",\n            \"state\": \"SD\",\n            \"street\": \"400 MAIN AVE\",\n            \"zip\": \"57104\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-25T16:30:52+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"62b3644c-9fc8-4085-983a-1329cbace782","name":"Single Submission No Owners-Details Returned (JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text","disabled":true},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Mon, 17 Jun 2019 14:22:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"550"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-17T13:45:14+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254422,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-17T13:45:14+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"a4aec7de-41d6-4de2-a252-9c9eecc48677","name":"Single Submission 1 Owner-Details Returned (JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text","disabled":true},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:29:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"777"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-25T16:28:50+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254481,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-25T16:28:50+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"abb8c95c-3c6e-4847-a5f9-e68baef8547e","name":"Single Submission No Owners-Details Docs & Notes Returned (HAL+JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Mon, 17 Jun 2019 14:24:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"808"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"documents\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254422/documents\"\n        },\n        \"notes\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254422/notes\"\n        },\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254422\"\n        }\n    },\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-17T13:45:14+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254422,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"SD\",\n    \"status\": \"New Submission\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"126588888\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-17T13:45:14+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"b59d3091-db3b-456e-81f2-2cfd68507d06","name":"Single Submission 2 Owners-Details Contracts Docs & Notes Returned (HAL+JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:34:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1354"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"contracts\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/contracts\"\n        },\n        \"documents\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/documents\"\n        },\n        \"notes\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/notes\"\n        },\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254463\"\n        }\n    },\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-20T18:53:48+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254463,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1975-07-10\",\n            \"email\": \"MARY@NOTANEMAIL.COM\",\n            \"first_name\": \"MARY\",\n            \"last_name\": \"POPPINS\",\n            \"ownership_percentage\": 26,\n            \"phone\": \"1235956211\",\n            \"ssn\": \"789456123\",\n            \"state\": \"SD\",\n            \"street\": \"400 MAIN AVE\",\n            \"zip\": \"57104\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"CO\",\n    \"status\": \"Contracts Out\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"111111111\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-25T15:59:11+00:00\",\n    \"zip\": \"57105\"\n}"},{"id":"ba744f71-4c55-472c-a7aa-79d055ff87fb","name":"Single Submission 2 Owners-Details Contracts Docs & Notes Returned (HAL+JSON)  (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":"https://ecg-connect.dev.e20.co/api/v2/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:34:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1354"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"contracts\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/contracts\"\n        },\n        \"documents\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/documents\"\n        },\n        \"notes\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/notes\"\n        },\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254463\"\n        }\n    },\n    \"city\": \"SIOUX FALLS\",\n    \"created_date\": \"2019-06-20T18:53:48+00:00\",\n    \"dba\": \"TEST ABC COMPANY'S STORE\",\n    \"email\": \"TESTABC@NOTANEMAIL.COM\",\n    \"funding_date\": null,\n    \"id\": 254463,\n    \"industry\": \"Restaurant & Bar Establishments\",\n    \"name\": \"TEST ABC COMPANY LLC\",\n    \"owners\": [\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1980-10-22\",\n            \"email\": \"PETER@NOTANEMAIL.COM\",\n            \"first_name\": \"PETER\",\n            \"last_name\": \"PAN\",\n            \"ownership_percentage\": 51,\n            \"phone\": \"9495956211\",\n            \"ssn\": \"954895111\",\n            \"state\": \"SD\",\n            \"street\": \"200 MAIN AVE\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"city\": \"SIOUX FALLS\",\n            \"dob\": \"1975-07-10\",\n            \"email\": \"MARY@NOTANEMAIL.COM\",\n            \"first_name\": \"MARY\",\n            \"last_name\": \"POPPINS\",\n            \"ownership_percentage\": 26,\n            \"phone\": \"1235956211\",\n            \"ssn\": \"789456123\",\n            \"state\": \"SD\",\n            \"street\": \"400 MAIN AVE\",\n            \"zip\": \"57104\"\n        }\n    ],\n    \"partner_email\": \"TestRep@notreal.com\",\n    \"partner_rep\": \"Test Rep\",\n    \"phone\": \"6058886565\",\n    \"phone2\": \"3504448787\",\n    \"start_date\": \"2001-10-31T00:00:00+00:00\",\n    \"state\": \"CO\",\n    \"status\": \"Contracts Out\",\n    \"street\": \"100 N MAIN\",\n    \"tax_id\": \"111111111\",\n    \"type\": \"LLC\",\n    \"updated_date\": \"2019-06-25T15:59:11+00:00\",\n    \"zip\": \"57105\"\n}"}],"_postman_id":"5f17c6b1-c382-4ad5-9c64-9d46064e350e"},{"name":"Get Multiple Submissions Details","event":[{"listen":"test","script":{"id":"56f2b726-eaf2-4795-9d6d-dadeee3c8300","exec":["pm.test(\"Submission Details for Leads Returned\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"de9be3de-4309-4ce5-a4bc-3917c83f20b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"}],"url":"https://api.dev.ecg.com/api/v1/submissions?page=1&items=10","description":"<h1 id=\"get-multiple-submissions-details\">Get Multiple Submissions Details</h1>\n<p>Specify parameters to return ISO, business and owner details for all Submissions that meet the specified parameters.</p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 200) Submission(s) Details Returned</li>\n</ul>\n<h5 id=\"parameters\">Parameters:</h5>\n<p>Select the appropriate parameters to filter the list of returned submissions:</p>\n<ul>\n<li><strong>since</strong>: Enter a starting date for the Date Range. \n  *If left blank the current date in the previsous month is used.     </li>\n<li><strong>end</strong>: Enter an ending date for the Date Range</li>\n<li><strong>type</strong>: Enter appropriate filter type AND enter specified criteria in the 'q' parameter:<ul>\n<li>leadid - Enter the Lead ID to be returned in the 'q' parameter</li>\n<li>dba - Enter the DBA to be returned in the 'q' parameter</li>\n<li>address1-  - Enter the Street Address to be returned in the 'q' parameter</li>\n<li>phone - Enter the Business Primary Phone Number to be returned in the 'q' parameter. Enter value with or without dashes.</li>\n<li>ownerlast - Enter the Owner's Last Name to be returned in the 'q' parameter. Can be last name for owner 1 or owner 2.</li>\n<li>loanid - Enter the Loan ID (Funding ID) to be returned in the 'q' parameter.</li>\n<li>status - Enter one of the following statuses in the 'q' parameter.\n  *New Submission\n  *UW Prep\n  *On Hold\n  *Ready to UW\n  *Soft Approval\n  *Contracts Requested\n  *Contracts Out\n  *Contracts In\n  *Funded\n  *Declined\n  *Dead</li>\n<li>documents</li>\n<li>messages</li>\n</ul>\n</li>\n<li><strong>q</strong> (query): Enter criteria to filter returned submissions</li>\n<li><strong>page</strong>: Display the submissions found on the specified page #</li>\n<li><strong>items</strong>: Enter the number of items to return per page. If blank '50' is used.</li>\n</ul>\n<h5 id=\"partnersales-organization-iso-contact-information\">Partner/Sales Organization (ISO) Contact Information:</h5>\n<ul>\n<li>ISO Contact Full Name (partner_rep)</li>\n<li>ISO Contact Email (partner_email)</li>\n</ul>\n<h5 id=\"business-information-returned\">Business Information Returned:</h5>\n<ul>\n<li>Date Submission Created (created_date)</li>\n<li>Date Submission Updated (updated_date)</li>\n<li>Submission ID (id)</li>\n<li>Submission Status (status)</li>\n<li>Submission Status Reason (status_reason)</li>\n<li>Business Legal Name (name)</li>\n<li>Business DBA (dba)</li>\n<li>Industry (industry)*</li>\n<li>Entity Type (tax_id)*</li>\n<li>Business Start Date (start_date)</li>\n<li>Funding Date (funding_date) if available</li>\n<li>Business Email (email) optional</li>\n<li>Business Primary Phone (phone)</li>\n<li>Business Secondary Phone (phone2) optional</li>\n<li>Business Address (street)</li>\n<li>Business City (city)</li>\n<li>Business State (state)</li>\n<li>Business Zip (zip)</li>\n</ul>\n<h5 id=\"owner-information-returned\">Owner Information Returned:</h5>\n<ul>\n<li>Ownership % (ownership_percentage)</li>\n<li>First Name (first_name)</li>\n<li>Last Name (last_name)</li>\n<li>Date of Birth (dob)</li>\n<li>Owner SSN (ssn)</li>\n<li>Owner Email (email) optional</li>\n<li>Owner Phone (phone)</li>\n<li>Owner Street (street)</li>\n<li>Owner City (city)</li>\n<li>Owner State (state)</li>\n<li>Owner Zip (zip)</li>\n</ul>\n<p>*See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the full Submission Schema and a complete list of accepted values.</p>\n","urlObject":{"protocol":"https","path":["api","v1","submissions"],"host":["api","dev","ecg","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional: Starting date (YYYY-MM-DD): Returns all submissions posted since that date</p>\n","type":"text/plain"},"key":"since","value":"2021-01-01"},{"disabled":true,"description":{"content":"<p>Optional: Ending date (YYYY-MM-DD): Returns all submissions posted through that date</p>\n","type":"text/plain"},"key":"end","value":"2020-12-15"},{"disabled":true,"description":{"content":"<p>Optional: Search Type (leadid, dba, address1, phone, ownerlast, loanid, status, documents &amp; messages)</p>\n","type":"text/plain"},"key":"type","value":"leadid"},{"disabled":true,"description":{"content":"<p>Optional: Query - Enter criteria to filter the returned submissions</p>\n","type":"text/plain"},"key":"q","value":"410767"},{"description":{"content":"<p>Optional: Page # - Enter the page number to return if pagination is used</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Optional: Number of items per page if pagination is used</p>\n","type":"text/plain"},"key":"items","value":"10"}],"variable":[]}},"response":[{"id":"a01b49be-23a2-4b8d-8de0-6a27a3005f1b","name":"Multiple Submissions Details Returned (HAL+JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":{"raw":"https://ecg-connect.dev.e20.co/api/v1/submissions?since=2019-05-30&q=Test&page=1","protocol":"https","host":["ecg-connect","dev","e20","co"],"path":["api","v1","submissions"],"query":[{"key":"since","value":"2019-05-30","description":"Enter a starting date (YYYY-MM-DD) to return all submissions posted since that date"},{"key":"q","value":"Test","description":"Query - Enter criteria to filter the returned submissions"},{"key":"page","value":"1","description":"Page Number - Enter the page number of the returns to display"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:24:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30640"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"add\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions\"\n        },\n        \"first\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions?page=1&since=2019-05-30&q=Test\"\n        },\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions?page=1&since=2019-05-30&q=Test\"\n        }\n    },\n    \"data\": [\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254469/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254469/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254469\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-21T17:16:27+00:00\",\n            \"dba\": \"MISO SOUP\",\n            \"email\": \"TEST@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254469,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"MISO TESTING THIS\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1999-08-08\",\n                    \"email\": \"\",\n                    \"first_name\": \"MISO\",\n                    \"last_name\": \"MARY\",\n                    \"ownership_percentage\": 100,\n                    \"phone\": \"5465146166\",\n                    \"ssn\": \"968540980\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 N MAIN\",\n                    \"zip\": \"57105\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"3205550011\",\n            \"phone2\": \"1116665555\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126666666\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-21T18:11:19+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"contracts\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254467/contracts\"\n                },\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254467/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254467/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254467\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-20T19:38:16+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": \"2019-06-20T00:00:00+00:00\",\n            \"id\": 254467,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1975-07-10\",\n                    \"email\": \"MARY@NOTANEMAIL.COM\",\n                    \"first_name\": \"MARY\",\n                    \"last_name\": \"POPPINS\",\n                    \"ownership_percentage\": 26,\n                    \"phone\": \"1235956211\",\n                    \"ssn\": \"789456123\",\n                    \"state\": \"SD\",\n                    \"street\": \"400 MAIN AVE\",\n                    \"zip\": \"57104\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"Funded\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-20T20:45:11+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254465/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254465/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254465\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-20T19:12:31+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254465,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-20T19:12:31+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254464/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254464/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254464\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-20T19:11:15+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254464,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-20T19:11:15+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"contracts\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/contracts\"\n                },\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254463/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254463\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-20T18:53:48+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254463,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1975-07-10\",\n                    \"email\": \"MARY@NOTANEMAIL.COM\",\n                    \"first_name\": \"MARY\",\n                    \"last_name\": \"POPPINS\",\n                    \"ownership_percentage\": 26,\n                    \"phone\": \"1235956211\",\n                    \"ssn\": \"789456123\",\n                    \"state\": \"SD\",\n                    \"street\": \"400 MAIN AVE\",\n                    \"zip\": \"57104\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"CO\",\n            \"status\": \"Contracts Out\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"111111111\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-25T15:59:11+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254462/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254462/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254462\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-20T18:45:10+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TEST@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254462,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"3205550011\",\n            \"phone2\": \"1116665555\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126666666\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-20T18:45:10+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254456/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254456/notes\"\n                },\n                \"offers\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254456/offers\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254456\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-19T18:51:14+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254456,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-31\",\n                    \"email\": \"SAMMI@NOTANEMAIL.COM\",\n                    \"first_name\": \"SAMMI\",\n                    \"last_name\": \"TACO\",\n                    \"ownership_percentage\": 25,\n                    \"phone\": \"8885956211\",\n                    \"ssn\": \"111444367\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"Soft Approval\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-21T14:19:07+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254455/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254455/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254455\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-19T18:47:36+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254455,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-19T18:47:36+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254454/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254454/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254454\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-19T18:37:32+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254454,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 49,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1975-07-10\",\n                    \"email\": \"MARY@NOTANEMAIL.COM\",\n                    \"first_name\": \"MARY\",\n                    \"last_name\": \"POPPINS\",\n                    \"ownership_percentage\": 26,\n                    \"phone\": \"1235956211\",\n                    \"ssn\": \"789456123\",\n                    \"state\": \"SD\",\n                    \"street\": \"400 MAIN AVE\",\n                    \"zip\": \"57104\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-31\",\n                    \"email\": \"SAMMI@NOTANEMAIL.COM\",\n                    \"first_name\": \"SAMMI\",\n                    \"last_name\": \"TACO\",\n                    \"ownership_percentage\": 25,\n                    \"phone\": \"8885956211\",\n                    \"ssn\": \"111444367\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-19T18:37:32+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254453/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254453/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254453\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-19T18:31:45+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TEST@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254453,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"3205550011\",\n            \"phone2\": \"1116665555\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126666666\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-19T18:31:45+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254452/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254452/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254452\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-19T18:11:37+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TEST@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254452,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"3205550011\",\n            \"phone2\": \"1116665555\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126666666\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-19T18:11:37+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254437/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254437/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254437\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T17:20:28+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254437,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T17:20:28+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254436/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254436/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254436\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T17:19:39+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254436,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T17:19:39+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254435/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254435/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254435\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T17:18:21+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254435,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1975-07-10\",\n                    \"email\": \"MARY@NOTANEMAIL.COM\",\n                    \"first_name\": \"MARY\",\n                    \"last_name\": \"POPPINS\",\n                    \"ownership_percentage\": 26,\n                    \"phone\": \"1235956211\",\n                    \"ssn\": \"789456123\",\n                    \"state\": \"SD\",\n                    \"street\": \"400 MAIN AVE\",\n                    \"zip\": \"57104\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T17:18:21+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254433/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254433/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254433\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T14:45:45+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254433,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T17:39:47+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254432/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254432/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254432\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T14:43:00+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254432,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"SAMPLE COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"UW Prep\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T15:01:45+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254431/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254431/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254431\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T14:06:24+00:00\",\n            \"dba\": \"TESTING COMPANY INCORPORATED\",\n            \"email\": \"\",\n            \"funding_date\": null,\n            \"id\": 254431,\n            \"industry\": \"Accounting & Tax Preparation\",\n            \"name\": \"TESTING COMPANY INCORPORATED\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1950-08-08\",\n                    \"email\": \"\",\n                    \"first_name\": \"JAMES\",\n                    \"last_name\": \"BEAM\",\n                    \"ownership_percentage\": 100,\n                    \"phone\": \"1654650665\",\n                    \"ssn\": \"651465416\",\n                    \"state\": \"SD\",\n                    \"street\": \"100 N MAIN\",\n                    \"zip\": \"57108\"\n                }\n            ],\n            \"partner_email\": \"\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"2785907345\",\n            \"start_date\": \"1950-08-08T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"Declined\",\n            \"street\": \"200 N MAIN\",\n            \"tax_id\": \"753489057\",\n            \"type\": \"Corporation\",\n            \"updated_date\": \"2019-06-18T15:08:18+00:00\",\n            \"zip\": \"57108\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254430/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254430/notes\"\n                },\n                \"offers\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254430/offers\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254430\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T13:56:15+00:00\",\n            \"dba\": \"ECG TESTING COMPANY\",\n            \"email\": \"\",\n            \"funding_date\": null,\n            \"id\": 254430,\n            \"industry\": \"Accounting & Tax Preparation\",\n            \"name\": \"ECG TESTING COMPANY\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1950-08-08\",\n                    \"email\": \"\",\n                    \"first_name\": \"WILLIAM\",\n                    \"last_name\": \"NELSON\",\n                    \"ownership_percentage\": 100,\n                    \"phone\": \"6541605466\",\n                    \"ssn\": \"165418098\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 N MAIN\",\n                    \"zip\": \"57108\"\n                }\n            ],\n            \"partner_email\": \"\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"7548390574\",\n            \"start_date\": \"2000-01-01T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"Contracts Requested\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"275894023\",\n            \"type\": \"Corporation\",\n            \"updated_date\": \"2019-06-18T15:08:33+00:00\",\n            \"zip\": \"57108\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254429/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254429/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254429\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T13:47:31+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TEST@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254429,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-31\",\n                    \"email\": \"GEORGE@NOTANEMAIL.COM\",\n                    \"first_name\": \"GEORGE\",\n                    \"last_name\": \"JETTSON\",\n                    \"ownership_percentage\": 50,\n                    \"phone\": \"8885956211\",\n                    \"ssn\": \"111444367\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-31\",\n                    \"email\": \"JUDY@NOTANEMAIL.COM\",\n                    \"first_name\": \"JUDY\",\n                    \"last_name\": \"JETTSON\",\n                    \"ownership_percentage\": 25,\n                    \"phone\": \"8885956211\",\n                    \"ssn\": \"111444367\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-31\",\n                    \"email\": \"SAMMI@NOTANEMAIL.COM\",\n                    \"first_name\": \"SAMMI\",\n                    \"last_name\": \"TACO\",\n                    \"ownership_percentage\": 25,\n                    \"phone\": \"8885956211\",\n                    \"ssn\": \"111444367\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"3205550011\",\n            \"phone2\": \"1116665555\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"On Hold\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126666666\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T14:32:44+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254427/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254427/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254427\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T13:42:22+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254427,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T13:42:22+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254426/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254426/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254426\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T13:41:21+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254426,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T13:41:21+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254425/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254425/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254425\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-18T13:40:10+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254425,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1975-07-10\",\n                    \"email\": \"MARY@NOTANEMAIL.COM\",\n                    \"first_name\": \"MARY\",\n                    \"last_name\": \"POPPINS\",\n                    \"ownership_percentage\": 26,\n                    \"phone\": \"1235956211\",\n                    \"ssn\": \"789456123\",\n                    \"state\": \"SD\",\n                    \"street\": \"400 MAIN AVE\",\n                    \"zip\": \"57104\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-18T13:40:10+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"contracts\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254424/contracts\"\n                },\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254424/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254424/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254424\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-17T14:55:07+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254424,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"1 TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1975-07-10\",\n                    \"email\": \"MARY@NOTANEMAIL.COM\",\n                    \"first_name\": \"MARY\",\n                    \"last_name\": \"POPPINS\",\n                    \"ownership_percentage\": 26,\n                    \"phone\": \"1235956211\",\n                    \"ssn\": \"789456123\",\n                    \"state\": \"SD\",\n                    \"street\": \"400 MAIN AVE\",\n                    \"zip\": \"57104\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"Contracts Out\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-19T17:21:13+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"contracts\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254423/contracts\"\n                },\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254423/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254423/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254423\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-17T14:27:18+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254423,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1975-07-10\",\n                    \"email\": \"MARY@NOTANEMAIL.COM\",\n                    \"first_name\": \"MARY\",\n                    \"last_name\": \"POPPINS\",\n                    \"ownership_percentage\": 26,\n                    \"phone\": \"1235956211\",\n                    \"ssn\": \"789456123\",\n                    \"state\": \"SD\",\n                    \"street\": \"400 MAIN AVE\",\n                    \"zip\": \"57104\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"Contracts Out\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-17T14:34:15+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254422/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254422/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254422\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-17T13:45:14+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254422,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-17T13:45:14+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254421/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254421/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254421\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-17T13:43:43+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254421,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-17T13:43:43+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254420/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254420/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254420\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-17T13:42:05+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254420,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 51,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1975-07-10\",\n                    \"email\": \"MARY@NOTANEMAIL.COM\",\n                    \"first_name\": \"MARY\",\n                    \"last_name\": \"POPPINS\",\n                    \"ownership_percentage\": 26,\n                    \"phone\": \"1235956211\",\n                    \"ssn\": \"789456123\",\n                    \"state\": \"SD\",\n                    \"street\": \"400 MAIN AVE\",\n                    \"zip\": \"57104\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-17T13:42:05+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254419/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254419/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254419\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-17T13:40:55+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TESTABC@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254419,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-22\",\n                    \"email\": \"PETER@NOTANEMAIL.COM\",\n                    \"first_name\": \"PETER\",\n                    \"last_name\": \"PAN\",\n                    \"ownership_percentage\": 100,\n                    \"phone\": \"9495956211\",\n                    \"ssn\": \"954895111\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"6058886565\",\n            \"phone2\": \"3504448787\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"New Submission\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126588888\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-17T13:40:55+00:00\",\n            \"zip\": \"57105\"\n        },\n        {\n            \"_links\": {\n                \"documents\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254390/documents\"\n                },\n                \"notes\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254390/notes\"\n                },\n                \"self\": {\n                    \"href\": \"https://ecg-connect.dev.e20.co/api/v2/submissions/254390\"\n                }\n            },\n            \"city\": \"SIOUX FALLS\",\n            \"created_date\": \"2019-06-05T20:23:37+00:00\",\n            \"dba\": \"TEST ABC COMPANY'S STORE\",\n            \"email\": \"TEST@NOTANEMAIL.COM\",\n            \"funding_date\": null,\n            \"id\": 254390,\n            \"industry\": \"Restaurant & Bar Establishments\",\n            \"name\": \"TEST ABC COMPANY LLC\",\n            \"owners\": [\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1950-08-08\",\n                    \"email\": \"BO@DUKE.COM\",\n                    \"first_name\": \"BO\",\n                    \"last_name\": \"DUKE\",\n                    \"ownership_percentage\": 75,\n                    \"phone\": \"6514306514\",\n                    \"ssn\": \"651406541\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 N MAIN\",\n                    \"zip\": \"57108\"\n                },\n                {\n                    \"city\": \"SIOUX FALLS\",\n                    \"dob\": \"1980-10-31\",\n                    \"email\": \"SAMMI@NOTANEMAIL.COM\",\n                    \"first_name\": \"SAMMI\",\n                    \"last_name\": \"TACO\",\n                    \"ownership_percentage\": 25,\n                    \"phone\": \"8885956211\",\n                    \"ssn\": \"111444367\",\n                    \"state\": \"SD\",\n                    \"street\": \"200 MAIN AVE\",\n                    \"zip\": \"57105\"\n                }\n            ],\n            \"partner_email\": \"TestRep@notreal.com\",\n            \"partner_rep\": \"Test Rep\",\n            \"phone\": \"3205550011\",\n            \"phone2\": \"1116665555\",\n            \"start_date\": \"2001-10-31T00:00:00+00:00\",\n            \"state\": \"SD\",\n            \"status\": \"UW Prep\",\n            \"street\": \"100 N MAIN\",\n            \"tax_id\": \"126666666\",\n            \"type\": \"LLC\",\n            \"updated_date\": \"2019-06-10T18:47:26+00:00\",\n            \"zip\": \"57105\"\n        }\n    ]\n}"},{"id":"ccb834ec-1203-46a4-ab99-0f0d1ca5f18f","name":"No Submissions Found (HAL+JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"url":{"raw":"https://ecg-connect.dev.e20.co/api/v1/submissions?since=2019-05-30&q=Test&page=2","protocol":"https","host":["ecg-connect","dev","e20","co"],"path":["api","v1","submissions"],"query":[{"key":"since","value":"2019-05-30","description":"Enter a starting date (YYYY-MM-DD) to return all submissions posted since that date"},{"key":"q","value":"Test","description":"Query - Enter criteria to filter the returned submissions"},{"key":"page","value":"2","description":"Page Number - Enter the page number of the returns to display"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:25:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"189"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"add\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions\"\n        },\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions?page=2&since=2019-05-30&q=Test\"\n        }\n    },\n    \"data\": []\n}"},{"id":"e0230299-3680-4ef9-b8b8-159bc250e61a","name":"Multiple Submissions Details Returned (JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text","disabled":true},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://ecg-connect.dev.e20.co/api/v1/submissions?since=2019-05-30&q=Test&page=1","protocol":"https","host":["ecg-connect","dev","e20","co"],"path":["api","v1","submissions"],"query":[{"key":"since","value":"2019-05-30","description":"Enter a starting date (YYYY-MM-DD) to return all submissions posted since that date"},{"key":"q","value":"Test","description":"Query - Enter criteria to filter the returned submissions"},{"key":"page","value":"1","description":"Page Number - Enter the page number of the returns to display"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:23:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22344"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-21T17:16:27+00:00\",\n        \"dba\": \"MISO SOUP\",\n        \"email\": \"TEST@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254469,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"MISO TESTING THIS\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1999-08-08\",\n                \"email\": \"\",\n                \"first_name\": \"MISO\",\n                \"last_name\": \"MARY\",\n                \"ownership_percentage\": 100,\n                \"phone\": \"5465146166\",\n                \"ssn\": \"968540980\",\n                \"state\": \"SD\",\n                \"street\": \"200 N MAIN\",\n                \"zip\": \"57105\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"3205550011\",\n        \"phone2\": \"1116665555\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126666666\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-21T18:11:19+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-20T19:38:16+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": \"2019-06-20T00:00:00+00:00\",\n        \"id\": 254467,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1975-07-10\",\n                \"email\": \"MARY@NOTANEMAIL.COM\",\n                \"first_name\": \"MARY\",\n                \"last_name\": \"POPPINS\",\n                \"ownership_percentage\": 26,\n                \"phone\": \"1235956211\",\n                \"ssn\": \"789456123\",\n                \"state\": \"SD\",\n                \"street\": \"400 MAIN AVE\",\n                \"zip\": \"57104\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"Funded\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-20T20:45:11+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-20T19:12:31+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254465,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-20T19:12:31+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-20T19:11:15+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254464,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-20T19:11:15+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-20T18:53:48+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254463,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1975-07-10\",\n                \"email\": \"MARY@NOTANEMAIL.COM\",\n                \"first_name\": \"MARY\",\n                \"last_name\": \"POPPINS\",\n                \"ownership_percentage\": 26,\n                \"phone\": \"1235956211\",\n                \"ssn\": \"789456123\",\n                \"state\": \"SD\",\n                \"street\": \"400 MAIN AVE\",\n                \"zip\": \"57104\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"CO\",\n        \"status\": \"Contracts Out\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"111111111\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-25T15:59:11+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-20T18:45:10+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TEST@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254462,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"3205550011\",\n        \"phone2\": \"1116665555\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126666666\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-20T18:45:10+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-19T18:51:14+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254456,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-31\",\n                \"email\": \"SAMMI@NOTANEMAIL.COM\",\n                \"first_name\": \"SAMMI\",\n                \"last_name\": \"TACO\",\n                \"ownership_percentage\": 25,\n                \"phone\": \"8885956211\",\n                \"ssn\": \"111444367\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"Soft Approval\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-21T14:19:07+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-19T18:47:36+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254455,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-19T18:47:36+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-19T18:37:32+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254454,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 49,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1975-07-10\",\n                \"email\": \"MARY@NOTANEMAIL.COM\",\n                \"first_name\": \"MARY\",\n                \"last_name\": \"POPPINS\",\n                \"ownership_percentage\": 26,\n                \"phone\": \"1235956211\",\n                \"ssn\": \"789456123\",\n                \"state\": \"SD\",\n                \"street\": \"400 MAIN AVE\",\n                \"zip\": \"57104\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-31\",\n                \"email\": \"SAMMI@NOTANEMAIL.COM\",\n                \"first_name\": \"SAMMI\",\n                \"last_name\": \"TACO\",\n                \"ownership_percentage\": 25,\n                \"phone\": \"8885956211\",\n                \"ssn\": \"111444367\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-19T18:37:32+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-19T18:31:45+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TEST@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254453,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"3205550011\",\n        \"phone2\": \"1116665555\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126666666\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-19T18:31:45+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-19T18:11:37+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TEST@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254452,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"3205550011\",\n        \"phone2\": \"1116665555\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126666666\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-19T18:11:37+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T17:20:28+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254437,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T17:20:28+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T17:19:39+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254436,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T17:19:39+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T17:18:21+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254435,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1975-07-10\",\n                \"email\": \"MARY@NOTANEMAIL.COM\",\n                \"first_name\": \"MARY\",\n                \"last_name\": \"POPPINS\",\n                \"ownership_percentage\": 26,\n                \"phone\": \"1235956211\",\n                \"ssn\": \"789456123\",\n                \"state\": \"SD\",\n                \"street\": \"400 MAIN AVE\",\n                \"zip\": \"57104\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T17:18:21+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T14:45:45+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254433,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T17:39:47+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T14:43:00+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254432,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"SAMPLE COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"UW Prep\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T15:01:45+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T14:06:24+00:00\",\n        \"dba\": \"TESTING COMPANY INCORPORATED\",\n        \"email\": \"\",\n        \"funding_date\": null,\n        \"id\": 254431,\n        \"industry\": \"Accounting & Tax Preparation\",\n        \"name\": \"TESTING COMPANY INCORPORATED\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1950-08-08\",\n                \"email\": \"\",\n                \"first_name\": \"JAMES\",\n                \"last_name\": \"BEAM\",\n                \"ownership_percentage\": 100,\n                \"phone\": \"1654650665\",\n                \"ssn\": \"651465416\",\n                \"state\": \"SD\",\n                \"street\": \"100 N MAIN\",\n                \"zip\": \"57108\"\n            }\n        ],\n        \"partner_email\": \"\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"2785907345\",\n        \"start_date\": \"1950-08-08T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"Declined\",\n        \"street\": \"200 N MAIN\",\n        \"tax_id\": \"753489057\",\n        \"type\": \"Corporation\",\n        \"updated_date\": \"2019-06-18T15:08:18+00:00\",\n        \"zip\": \"57108\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T13:56:15+00:00\",\n        \"dba\": \"ECG TESTING COMPANY\",\n        \"email\": \"\",\n        \"funding_date\": null,\n        \"id\": 254430,\n        \"industry\": \"Accounting & Tax Preparation\",\n        \"name\": \"ECG TESTING COMPANY\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1950-08-08\",\n                \"email\": \"\",\n                \"first_name\": \"WILLIAM\",\n                \"last_name\": \"NELSON\",\n                \"ownership_percentage\": 100,\n                \"phone\": \"6541605466\",\n                \"ssn\": \"165418098\",\n                \"state\": \"SD\",\n                \"street\": \"200 N MAIN\",\n                \"zip\": \"57108\"\n            }\n        ],\n        \"partner_email\": \"\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"7548390574\",\n        \"start_date\": \"2000-01-01T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"Contracts Requested\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"275894023\",\n        \"type\": \"Corporation\",\n        \"updated_date\": \"2019-06-18T15:08:33+00:00\",\n        \"zip\": \"57108\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T13:47:31+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TEST@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254429,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-31\",\n                \"email\": \"GEORGE@NOTANEMAIL.COM\",\n                \"first_name\": \"GEORGE\",\n                \"last_name\": \"JETTSON\",\n                \"ownership_percentage\": 50,\n                \"phone\": \"8885956211\",\n                \"ssn\": \"111444367\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-31\",\n                \"email\": \"JUDY@NOTANEMAIL.COM\",\n                \"first_name\": \"JUDY\",\n                \"last_name\": \"JETTSON\",\n                \"ownership_percentage\": 25,\n                \"phone\": \"8885956211\",\n                \"ssn\": \"111444367\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-31\",\n                \"email\": \"SAMMI@NOTANEMAIL.COM\",\n                \"first_name\": \"SAMMI\",\n                \"last_name\": \"TACO\",\n                \"ownership_percentage\": 25,\n                \"phone\": \"8885956211\",\n                \"ssn\": \"111444367\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"3205550011\",\n        \"phone2\": \"1116665555\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"On Hold\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126666666\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T14:32:44+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T13:42:22+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254427,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T13:42:22+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T13:41:21+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254426,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T13:41:21+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-18T13:40:10+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254425,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1975-07-10\",\n                \"email\": \"MARY@NOTANEMAIL.COM\",\n                \"first_name\": \"MARY\",\n                \"last_name\": \"POPPINS\",\n                \"ownership_percentage\": 26,\n                \"phone\": \"1235956211\",\n                \"ssn\": \"789456123\",\n                \"state\": \"SD\",\n                \"street\": \"400 MAIN AVE\",\n                \"zip\": \"57104\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-18T13:40:10+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-17T14:55:07+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254424,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"1 TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1975-07-10\",\n                \"email\": \"MARY@NOTANEMAIL.COM\",\n                \"first_name\": \"MARY\",\n                \"last_name\": \"POPPINS\",\n                \"ownership_percentage\": 26,\n                \"phone\": \"1235956211\",\n                \"ssn\": \"789456123\",\n                \"state\": \"SD\",\n                \"street\": \"400 MAIN AVE\",\n                \"zip\": \"57104\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"Contracts Out\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-19T17:21:13+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-17T14:27:18+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254423,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1975-07-10\",\n                \"email\": \"MARY@NOTANEMAIL.COM\",\n                \"first_name\": \"MARY\",\n                \"last_name\": \"POPPINS\",\n                \"ownership_percentage\": 26,\n                \"phone\": \"1235956211\",\n                \"ssn\": \"789456123\",\n                \"state\": \"SD\",\n                \"street\": \"400 MAIN AVE\",\n                \"zip\": \"57104\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"Contracts Out\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-17T14:34:15+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-17T13:45:14+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254422,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-17T13:45:14+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-17T13:43:43+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254421,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-17T13:43:43+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-17T13:42:05+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254420,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 51,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1975-07-10\",\n                \"email\": \"MARY@NOTANEMAIL.COM\",\n                \"first_name\": \"MARY\",\n                \"last_name\": \"POPPINS\",\n                \"ownership_percentage\": 26,\n                \"phone\": \"1235956211\",\n                \"ssn\": \"789456123\",\n                \"state\": \"SD\",\n                \"street\": \"400 MAIN AVE\",\n                \"zip\": \"57104\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-17T13:42:05+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-17T13:40:55+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TESTABC@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254419,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-22\",\n                \"email\": \"PETER@NOTANEMAIL.COM\",\n                \"first_name\": \"PETER\",\n                \"last_name\": \"PAN\",\n                \"ownership_percentage\": 100,\n                \"phone\": \"9495956211\",\n                \"ssn\": \"954895111\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"6058886565\",\n        \"phone2\": \"3504448787\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"New Submission\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126588888\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-17T13:40:55+00:00\",\n        \"zip\": \"57105\"\n    },\n    {\n        \"city\": \"SIOUX FALLS\",\n        \"created_date\": \"2019-06-05T20:23:37+00:00\",\n        \"dba\": \"TEST ABC COMPANY'S STORE\",\n        \"email\": \"TEST@NOTANEMAIL.COM\",\n        \"funding_date\": null,\n        \"id\": 254390,\n        \"industry\": \"Restaurant & Bar Establishments\",\n        \"name\": \"TEST ABC COMPANY LLC\",\n        \"owners\": [\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1950-08-08\",\n                \"email\": \"BO@DUKE.COM\",\n                \"first_name\": \"BO\",\n                \"last_name\": \"DUKE\",\n                \"ownership_percentage\": 75,\n                \"phone\": \"6514306514\",\n                \"ssn\": \"651406541\",\n                \"state\": \"SD\",\n                \"street\": \"200 N MAIN\",\n                \"zip\": \"57108\"\n            },\n            {\n                \"city\": \"SIOUX FALLS\",\n                \"dob\": \"1980-10-31\",\n                \"email\": \"SAMMI@NOTANEMAIL.COM\",\n                \"first_name\": \"SAMMI\",\n                \"last_name\": \"TACO\",\n                \"ownership_percentage\": 25,\n                \"phone\": \"8885956211\",\n                \"ssn\": \"111444367\",\n                \"state\": \"SD\",\n                \"street\": \"200 MAIN AVE\",\n                \"zip\": \"57105\"\n            }\n        ],\n        \"partner_email\": \"TestRep@notreal.com\",\n        \"partner_rep\": \"Test Rep\",\n        \"phone\": \"3205550011\",\n        \"phone2\": \"1116665555\",\n        \"start_date\": \"2001-10-31T00:00:00+00:00\",\n        \"state\": \"SD\",\n        \"status\": \"UW Prep\",\n        \"street\": \"100 N MAIN\",\n        \"tax_id\": \"126666666\",\n        \"type\": \"LLC\",\n        \"updated_date\": \"2019-06-10T18:47:26+00:00\",\n        \"zip\": \"57105\"\n    }\n]"},{"id":"f425909f-e0e6-43ba-bb06-55ce4d56c16d","name":"No Submissions Found (JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","value":"<token>","type":"text"},{"key":"Accept","value":"application/hal+json","type":"text","disabled":true},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://ecg-connect.dev.e20.co/api/v1/submissions?since=2019-05-30&q=Test&page=2","protocol":"https","host":["ecg-connect","dev","e20","co"],"path":["api","v1","submissions"],"query":[{"key":"since","value":"2019-05-30","description":"Enter a starting date (YYYY-MM-DD) to return all submissions posted since that date"},{"key":"q","value":"Test","description":"Query - Enter criteria to filter the returned submissions"},{"key":"page","value":"2","description":"Page Number - Enter the page number of the returns to display"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:24:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"de9be3de-4309-4ce5-a4bc-3917c83f20b0"},{"name":"Get Submission Status","event":[{"listen":"prerequest","script":{"id":"00cb52c2-b1fe-4503-8ec0-ca78a9bc8067","exec":["pm.variables.set(\"submission_id\", \"410177\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"1a705664-6b12-4371-9bc6-6f692dff0f00","exec":["pm.test(\"Status was successfully returned\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"1da4de2f-8d7a-4a8e-a165-c9a2d89db9d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.dev.ecg.com/api/v1/submissions/{{submission_id}}","description":"<h1 id=\"get-submission-status\">Get Submission Status</h1>\n<p>Specify a <strong>Submission ID</strong> to return the Submission Status. See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for a complete listing of Submission Statuses.</p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 200) Submission Status is Returned</li>\n<li>Error (Code 404) Submission ID not found</li>\n</ul>\n<h5 id=\"submission-details-returned-with-the-status\">Submission Details Returned with the Status:</h5>\n<ul>\n<li>Submission Created Date - \"created_date\"</li>\n<li>Funding Amount (If available) - \"funding_amount\"</li>\n<li>Funding Date (If available) - funding_date\"</li>\n<li>Submission ID - \"id\"</li>\n<li>Submission Status (See table below) - \"status\"</li>\n</ul>\n<h5 id=\"possible-submission-statuses\">Possible Submission Statuses:</h5>\n<ul>\n<li>New Submission</li>\n<li>UW Prep</li>\n<li>Ready to UW</li>\n<li>Soft Approval</li>\n<li>On Hold</li>\n<li>Contracts Requested</li>\n<li>Contracts Out</li>\n<li>Contracts In</li>\n<li>Funded</li>\n<li>Declined</li>\n<li>Outside Funded</li>\n<li>Dead</li>\n<li>Unwind</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","submissions","{{submission_id}}"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"012759d8-33f3-4b69-ac31-097efd5d9465","name":"Submission Status Returned-Contracts In (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:19:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_date\": \"2019-06-18T13:45:48+00:00\",\n    \"funding_amount\": \"\",\n    \"funding_date\": \"\",\n    \"id\": 254428,\n    \"status\": \"Contracts In\"\n}"},{"id":"0995cab3-d69f-41c3-886e-6c554e53cd75","name":"Submission Status Returned-On Hold (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:10:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"114"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_date\": \"2019-06-25T17:03:30+00:00\",\n    \"funding_amount\": \"\",\n    \"funding_date\": \"\",\n    \"id\": 254489,\n    \"status\": \"On Hold\"\n}"},{"id":"516d9e48-bd14-47be-a8ed-e341115ad57e","name":"Submission Status Returned-UW Prep (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:06:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"114"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_date\": \"2019-06-18T14:43:00+00:00\",\n    \"funding_amount\": \"\",\n    \"funding_date\": \"\",\n    \"id\": 254432,\n    \"status\": \"UW Prep\"\n}"},{"id":"6b45a44d-9100-4e85-a9d2-89e010cb9006","name":"Submission ID Not Found (Error Code 404)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Wed, 22 May 2019 01:34:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"132"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Submission not found.\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"8c1381d3-b71b-443d-9ae1-4b48ac414972","name":"Submission Status Returned-Ready to UW (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:09:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_date\": \"2019-06-25T16:30:52+00:00\",\n    \"funding_amount\": \"\",\n    \"funding_date\": \"\",\n    \"id\": 254482,\n    \"status\": \"Ready to UW\"\n}"},{"id":"9097916f-31e0-41b7-a379-da9040721fdc","name":"Submission Status Returned-New Submission (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:05:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_date\": \"2019-06-25T16:55:10+00:00\",\n    \"funding_amount\": \"\",\n    \"funding_date\": \"\",\n    \"id\": 254485,\n    \"status\": \"New Submission\"\n}"},{"id":"9ad73ef0-dd8c-486b-9562-cac1d8286e70","name":"Submission Status Returned-Contracts Requested (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:17:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_date\": \"2019-06-18T13:56:15+00:00\",\n    \"funding_amount\": \"\",\n    \"funding_date\": \"\",\n    \"id\": 254430,\n    \"status\": \"Contracts Requested\"\n}"},{"id":"b40cc723-0e27-4980-809e-b62a4d76b7ac","name":"Submission Status Returned-Soft Approval (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:09:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_date\": \"2019-06-21T19:03:54+00:00\",\n    \"funding_amount\": \"\",\n    \"funding_date\": \"\",\n    \"id\": 254473,\n    \"status\": \"Soft Approval\"\n}"},{"id":"fcdbb1dc-2c3d-4ea9-9133-06ce50fe9d26","name":"Submission Status Returned-Contracts Out (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 17:18:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_date\": \"2019-06-20T18:53:48+00:00\",\n    \"funding_amount\": \"\",\n    \"funding_date\": \"\",\n    \"id\": 254463,\n    \"status\": \"Contracts Out\"\n}"}],"_postman_id":"1da4de2f-8d7a-4a8e-a165-c9a2d89db9d0"},{"name":"Get Document Details","event":[{"listen":"prerequest","script":{"id":"51627d7a-89fc-4a22-8a8f-4c80dd1954de","exec":["pm.variables.set(\"submission_id\", \"403423\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"4361131f-e0f7-460c-bdb9-ef0741326e36","exec":["pm.test(\"Lead Document Details Returned \", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7e325b56-7b35-4162-8785-90bcadc4a211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.dev.ecg.com/api/v1/submissions/{{submission_id}}/documents","description":"<h1 id=\"get-document-details\">Get Document Details</h1>\n<p>Specify a <strong>Submission ID</strong> to return details for document(s) uploaded for a Submission.</p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 200) Document(s) Details Returned</li>\n<li>Fail (Code 404) Submission ID Not Found</li>\n</ul>\n<h5 id=\"document-details-returned\">Document Details Returned:</h5>\n<ul>\n<li>Checksum</li>\n<li>Document ID</li>\n<li>File Name</li>\n<li>File Size</li>\n<li>Status</li>\n<li>Last Updated Date</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","submissions","{{submission_id}}","documents"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"1ba2acf5-d258-459e-a088-68a779042656","name":"No Documents Found (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:06:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"6166f7ec-2e59-472a-bfd9-58c71f6bf33c","name":"Document Details Returned (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:05:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"205"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"checksum\": \"ca43d841e9495fb385e88bd9f97c397e\",\n        \"id\": \"f80799d8-f2df-44bc-9251-3b2853326279\",\n        \"name\": \"Payment Sch-Cancel Pmt error.PNG\",\n        \"size\": 18401,\n        \"status\": \"active\",\n        \"updated\": \"2019-06-25T16:05:27+00:00\"\n    }\n]"},{"id":"7306eaa9-aa8f-43a7-a627-39d5aacfee07","name":"Error-Submission ID Not Found (Error Code 404)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/documents"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:07:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Not Found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"}],"_postman_id":"7e325b56-7b35-4162-8785-90bcadc4a211"},{"name":"Get Submission Notes","event":[{"listen":"prerequest","script":{"id":"fef1bb25-0746-481b-90af-a561cd750e16","exec":["pm.variables.set(\"submission_id\", \"412714\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"2f8ff3f3-682a-432b-b257-bb9fcd2e73b6","exec":["pm.test(\"Lead Submission Notes Returned\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f8366902-1d13-48ed-8290-a568b4567fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.dev.ecg.com/api/v1/submissions/{{submission_id}}/notes","description":"<h1 id=\"get-submission-notes\">Get Submission Notes</h1>\n<p>Specify a <strong>Submission ID</strong> to return Submission Notes.</p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 200) Submission Notes Returned</li>\n<li>Fail (Code 404) Submission ID Not Found</li>\n</ul>\n<h5 id=\"submission-note-details-returned\">Submission Note Details Returned:</h5>\n<ul>\n<li>Submission note content</li>\n<li>Date submission note was created</li>\n<li>Submission note ID</li>\n<li>Submission note status</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","submissions","{{submission_id}}","notes"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"065ef8d5-b8b0-4772-9a4e-afbaf30c2e54","name":"No Submission Notes Found (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:11:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"81c44891-8a4d-4295-a254-4bf517d53bff","name":"Submission Notes Returned (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:10:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"113"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"content\": \"The text of the submission note appears here\",\n        \"created\": \"2019-06-10T17:36:20+00:00\",\n        \"id\": 13887,\n        \"in_reply_to\": null,\n        \"status\": \"Active\"\n    }\n]"},{"id":"b2fee3e2-0891-4124-b9ef-9dfb07813b08","name":"Error-Submission ID Not Found (Error Code 404)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/notes"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:12:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Not Found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"}],"_postman_id":"f8366902-1d13-48ed-8290-a568b4567fa7"},{"name":"Get Offer Details","event":[{"listen":"prerequest","script":{"id":"c9707ee9-537f-4d78-b3ad-7e34a3ad917b","exec":["pm.variables.set(\"submission_id\", \"412789\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"e3d87ffc-6efa-4aaf-b6a8-a08a96e75369","exec":["pm.test(\"Current Offer Details Returned\", function () {","    pm.response.to.have.status(200);","});",""],"type":"text/javascript"}}],"id":"89d74f4c-820e-423e-87fe-56de3498f8a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Accept","type":"text","value":"application/hal+json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.dev.ecg.com/api/v1/submissions/{{submission_id}}/offers","description":"<h1 id=\"get-offer-details\">Get Offer Details</h1>\n<p>Specify a <strong>Submission ID</strong> to return the current offer details for that Submission.</p>\n<h5 id=\"possible-submission-return-codes\">Possible Submission Return Codes:</h5>\n<ul>\n<li>Pass (Code 200) Offer Details returned</li>\n<li>Fail (Code 404) Submission ID Not Found</li>\n</ul>\n<h5 id=\"offer-details-returned\">Offer Details Returned:</h5>\n<ul>\n<li>Offer Notes (if applicable)</li>\n<li>Date/time offer was created</li>\n<li>Date/time offer will expire</li>\n<li>Offer ID</li>\n<li>Max Offer Amount</li>\n<li>Max Daily Payment</li>\n<li>Max Points</li>\n<li>Max Term</li>\n<li>Sell Rate</li>\n</ul>\n<p>NOTE: The <strong>Buy Rate</strong> is calculated by taking the <strong>Sell Rate</strong> less the <strong>Commission</strong>.</p>\n<h5 id=\"other-offer-submission-information\">Other Offer Submission Information:</h5>\n<ul>\n<li>The offer must have been sent before the details are returned. Status must be at least <strong>Soft Approval</strong>.</li>\n<li>If an offer is just generated, but not yet sent out, offer details are NOT returned. This occurs in <strong>Ready to UW</strong> status.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","submissions","{{submission_id}}","offers"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"76bedfc9-17eb-4acc-b682-dd812578e944","name":"No Offers Found for Submission (HAL+JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Accept","type":"text","value":"application/hal+json"},{"key":"Accept","type":"text","value":"application/json","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:16:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"105"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254479/offers\"\n        }\n    },\n    \"data\": []\n}"},{"id":"8459ba3b-2438-474a-b875-ae9bc03d6252","name":"No Offers Found for Submission (JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Accept","type":"text","value":"application/hal+json","disabled":true},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:16:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"99220f03-025f-4f28-9f9e-77319b8801c8","name":"Error-Submission ID Not Found (Error Code 404)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Accept","type":"text","value":"application/hal+json"},{"key":"Accept","type":"text","value":"application/json","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/offers"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:17:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Not Found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"},{"id":"c2720c6f-fbfc-4d58-958b-e1121342febb","name":"Offer Details Returned (JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Accept","type":"text","value":"application/hal+json","disabled":true},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:14:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"138"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created\": \"2019-06-18T21:09:03+00:00\",\n        \"funding_amount\": \"73300\",\n        \"id\": 198850,\n        \"payment\": \"946\",\n        \"points\": 8,\n        \"sell_rate\": \"1.4200\",\n        \"term\": 110\n    }\n]"},{"id":"c2996bd0-4979-4852-b75f-c55c5156331c","name":"Offer Details Returned (HAL+JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Accept","type":"text","value":"application/hal+json"},{"key":"Accept","type":"text","value":"application/json","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:15:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1475"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254430/offers\"\n        }\n    },\n    \"data\": [\n        {\n            \"_embedded\": {\n                \"notes\": [\n                    {\n                        \"content\": \"my notesssssssss\\n\\nMerchant requests DocuSign contracts.\",\n                        \"created\": \"2019-06-18T21:09:03+00:00\",\n                        \"id\": 13896,\n                        \"in_reply_to\": null,\n                        \"status\": \"Active\"\n                    }\n                ]\n            },\n            \"_links\": {\n                \"customize\": {\n                    \"href\": \"https://app.dev.e20.co/iso/customize-soft-approval.html?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJodHRwczpcL1wvZXhwYW5zaW9uY2FwaXRhbGdyb3VwLmNvbSIsImlhdCI6MTU2MDg3MDQ1MywiZXhwIjoxNTYzNDYyNDUzLCJzZXNzaW9uIjoiMWRmM2FiOGYtNTA1Ny00YTI1LWFlODMtZmM1OTJhNjUwMDI3IiwiY2FsbGJhY2siOiJodHRwczpcL1wvZWNnLWNvbm5lY3QuZGV2LmUyMC5jb1wvYXBpXC92MVwvaXNvXC9zb2Z0LWFwcHJvdmFscyIsIm1heFBheW1lbnQiOjE1MDAsIm1pblRlcm0iOjkwLCJtYXhUZXJtIjoxMjAsIm1pbkZhY3RvciI6IjEuMTgiLCJtYXhGYWN0b3IiOiIxLjQ4IiwibWluRnVuZGluZ0Ftb3VudCI6NTMwMCwibWF4RnVuZGluZ0Ftb3VudCI6MjUwMDAwLCJtYXhQb2ludHMiOjEyLCJlc3RpbWF0ZWRMb3NzUmF0ZSI6IjAuMTQiLCJtYXhBUFIiOiIwIiwiZmxhZ3MiOltdLCJyZWZlcmVuY2UiOjI1NDQzMCwibm90ZSI6IiJ9.XP6sCoTV1xWVZdWQ1rcybASnUM3srBntENqmAwt-oCtAGCRVOL0A_-r-lr0iXc7zycZxvRJlqZnPL_V83vQNqCM06ogqER1VE1TWTDfVU0F4rNJLf4ScSBbrH4BmDQhywv4w2I8cqdfgVMt3bKb1eZJpIy3EkQNeC1fQ5iNUnx7_rsVO7AtpJNbc8m7fJc1l-UUg-mwnEwEKsEIReokH_75mi_HtmrA5dPzHtE626tQdCIDuJux7EE8F8REnMXbdgR2WOhu_62OQnUSEPBOqU8BG1LD9B_0gvBNAJXH7CVzCE-1wsk6dxE-V7fTmAK9U9zChc4kLcixXksOHMaofMw\"\n                }\n            },\n            \"created\": \"2019-06-18T21:09:03+00:00\",\n            \"funding_amount\": \"73300\",\n            \"id\": 198850,\n            \"payment\": \"946\",\n            \"points\": 8,\n            \"sell_rate\": \"1.4200\",\n            \"term\": 110\n        }\n    ]\n}"}],"_postman_id":"89d74f4c-820e-423e-87fe-56de3498f8a5"},{"name":"Get Contract Details","event":[{"listen":"prerequest","script":{"id":"9bd73518-de37-4a8a-b49f-18349721d3ba","exec":["pm.variables.set(\"submission_id\", \"410258\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"97ac708d-84ee-4270-96d0-d9549aff62ab","exec":["pm.test(\"Current Contract Details Returned\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"54a1f96a-8dca-4b7e-9d21-0977580dc3ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"accept","type":"text","value":"application/hal+json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.dev.ecg.com/api/v1/submissions/{{submission_id}}/contracts","description":"<h1 id=\"get-contract-details\">Get Contract Details</h1>\n<p>Specify a <strong>Submission ID</strong> to return the current contract details for that Submission.</p>\n<h5 id=\"possible-submission-return-types\">Possible Submission Return Types:</h5>\n<ul>\n<li>Pass (Code 200) Contract Details returned</li>\n<li>Fail (Code 404) Submission ID Not Found</li>\n</ul>\n<h5 id=\"contract-details-returned\">Contract Details Returned:</h5>\n<ul>\n<li>Contract Type</li>\n<li>Date/time contract was created</li>\n<li>Factor Rate</li>\n<li>Origination Fee</li>\n<li>Funding Amount</li>\n<li>Daily Payment Amount</li>\n<li>Required Stipulations</li>\n<li>Term</li>\n</ul>\n<h5 id=\"other-contract-submission-information\">Other Contract Submission Information:</h5>\n<ul>\n<li>The Submission Status must be at least <strong>Contracts Out</strong>.</li>\n<li>If a contract is just generated, but not yet sent out, contract details are NOT returned. This occurs in <strong>Offer Accepted</strong> status.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","submissions","{{submission_id}}","contracts"],"host":["api","dev","ecg","com"],"query":[],"variable":[]}},"response":[{"id":"0a274dd7-079d-4ad5-84d2-c8765fee3d5d","name":"Contract Details Returned (HAL+JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"accept","type":"text","value":"application/hal+json"},{"key":"Accept","type":"text","value":"application/json","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/contracts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:19:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"723"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254440/contracts\"\n        }\n    },\n    \"data\": [\n        {\n            \"_embedded\": {\n                \"documents\": [\n                    {\n                        \"id\": 444967,\n                        \"name\": \"Contract.pdf\"\n                    }\n                ],\n                \"notes\": [\n                    {\n                        \"content\": \"More Text here\",\n                        \"created\": \"2019-06-19T21:23:20+00:00\",\n                        \"id\": 0,\n                        \"in_reply_to\": null,\n                        \"status\": \"Active\"\n                    }\n                ]\n            },\n            \"_links\": {},\n            \"contract_type\": \"SD Loan\",\n            \"created_date\": \"2019-06-19T21:23:20+00:00\",\n            \"factor\": \"1.48\",\n            \"fee\": \"1999\",\n            \"funding_amount\": \"121600\",\n            \"id\": 33386,\n            \"other\": null,\n            \"payment\": \"1499\",\n            \"sent_date\": \"2019-06-20T14:36:38+00:00\",\n            \"stipulations\": [\n                \"Bank Verification\",\n                \"Voided Check & Drivers License\",\n                \"Site Inspection - Self Photos\",\n                \"Site Inspection - Scheduled\",\n                \"Mortgage Stmt. / Landlord Info.\",\n                \"Proof of Ownership\",\n                \"Tax Returns\"\n            ],\n            \"term\": 120\n        }\n    ]\n}"},{"id":"0e1cc194-26c8-46b9-840b-f5df9735b18e","name":"No Contract Details found for Submission (HAL+JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"accept","type":"text","value":"application/hal+json"},{"key":"Accept","type":"text","value":"application/json","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/contracts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:20:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://ecg-connect.dev.e20.co/api/v1/submissions/254441/contracts\"\n        }\n    },\n    \"data\": []\n}"},{"id":"45f5fcf9-4b48-478f-9ad7-8482879e47e6","name":"Contract Details Returned (JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"accept","type":"text","value":"application/hal+json","disabled":true},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/contracts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:18:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"421"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contract_type\": \"SD Loan\",\n        \"created_date\": \"2019-06-19T21:23:20+00:00\",\n        \"factor\": \"1.48\",\n        \"fee\": \"1999\",\n        \"funding_amount\": \"121600\",\n        \"id\": 33386,\n        \"other\": null,\n        \"payment\": \"1499\",\n        \"sent_date\": \"2019-06-20T14:36:38+00:00\",\n        \"stipulations\": [\n            \"Bank Verification\",\n            \"Voided Check & Drivers License\",\n            \"Site Inspection - Self Photos\",\n            \"Site Inspection - Scheduled\",\n            \"Mortgage Stmt. / Landlord Info.\",\n            \"Proof of Ownership\",\n            \"Tax Returns\"\n        ],\n        \"term\": 120\n    }\n]"},{"id":"ab55b5a9-ec03-4bcf-b2d1-e461644a15f4","name":"No Contract Details Found for Submission (JSON) (Pass Code 200)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"accept","type":"text","value":"application/hal+json","disabled":true},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/contracts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:20:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"e158f025-f3b4-44e1-8cdf-9c4259a1bef5","name":"Error-Submission ID Not Found (Error Code 404)","originalRequest":{"method":"GET","header":[{"key":"x-authtoken","type":"text","value":"<token>"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"accept","type":"text","value":"application/hal+json"},{"key":"Accept","type":"text","value":"application/json","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://ecg-connect.dev.e20.co/api/v1/submissions/{{submission_id}}/contracts"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Tue, 25 Jun 2019 16:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Not Found\",\n    \"status\": 404,\n    \"title\": \"Not Found\",\n    \"type\": \"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\"\n}"}],"_postman_id":"54a1f96a-8dca-4b7e-9d21-0977580dc3ac"}],"id":"3c026600-cf84-48d5-9012-5ffd8a288329","description":"<h1 id=\"get-submission-details\">Get Submission Details</h1>\n<p>The Submission Details requests are used to return various details regarding the Submission or Submissions. See the <a href=\"http://cdn.e20.co/ECG+Partner+Portal+API+Doc+Appendix.pdf\">Partner Portal API Documentation Appendix</a> for the complete Submission Schema.</p>\n<h5 id=\"submission-types-available\">Submission Types Available:</h5>\n<ul>\n<li>Submission Status</li>\n<li>Single Submission Details</li>\n<li>Multiple Submissions Details</li>\n<li>Document Details</li>\n<li>Submission Notes</li>\n<li>Offer Details</li>\n<li>Contract Details</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"51238f77-fe4c-4ff5-82f5-7b9ccfc63c99","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"98954cc2-8105-48ba-9aa7-bcc4217fe636","type":"text/javascript","exec":[""]}}],"_postman_id":"3c026600-cf84-48d5-9012-5ffd8a288329"}],"event":[{"listen":"prerequest","script":{"id":"566b34c0-6887-4881-997e-cac30d0fd1e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e59d0fe2-3e6f-4219-96f6-de59e1863fd8","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":"<token>"},{"value":"","type":"string","disabled":true}]}