{"info":{"_postman_id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","name":"Shift APIs","description":"<html><head></head><body><p>Shift provides secure APIs for our partners to create and manage submissions.</p>\n<h1 id=\"getting-started\">Getting started</h1>\n<p>To get started, you would need OAuth 2.0 client key and client secrets. Please contact <a href=\"https://mailto:support@shift.com.au\">support@shift.com.au</a> if you would like to access an API.</p>\n<p>To authenticate, you would need to make a request to /token endpoint. Submissions API supports standard OAUth 2.0 protocol using refresh token. Successful response should contain access_token and x-api-kry for all subsequent APIs. Please note that access_token is temporary and if expired you’ll need to get a new access_token. x-api-key is a static key provided to you during onboarding.</p>\n<p>To create a submission, you’ll need to make a POST request to /submissions with the access token header set from the first API call. You should get HTTP 200 OK response if your keys are correct with the “submission id” in response.</p>\n<h1 id=\"versioning\">Versioning</h1>\n<p>The version of an endpoint to use can be indicated in the request using the following methods:<br>/v1-{apiVersion}/...By adding a prefixed path to the api</p>\n<h1 id=\"deprecations\">Deprecations</h1>\n<p>Deprecated endpoints are marked with – (Deprecated). The documentation for these endpoints will indicate when the endpoint was deprecated, as well as the proper alternative endpoint to use.</p>\n<h1 id=\"introducing-push-notification\">Introducing Push Notification</h1>\n<p>Push notifications are used to notify Partner in event of Submission status change.</p>\n<p>Coming soon.</p>\n<h1 id=\"error-response-codes\">Error Response Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Error with the description message in the response.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal server error</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"support\">Support</h1>\n<p>if you have any questions please contact us at <a href=\"https://mailto:support@shift.com.au\">support@shift.com.au</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting started","slug":"getting-started"},{"content":"Versioning","slug":"versioning"},{"content":"Deprecations","slug":"deprecations"},{"content":"Introducing Push Notification","slug":"introducing-push-notification"},{"content":"Error Response Codes","slug":"error-response-codes"},{"content":"Support","slug":"support"}],"owner":"4616232","collectionId":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","publishedId":"SVYxnuxT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"1E3641","highlight":"00B7C1"},"publishDate":"2021-10-25T06:36:09.000Z"},"item":[{"name":"Submissions API","item":[{"name":"Access Token","event":[{"listen":"test","script":{"id":"fef0936f-9fab-48b5-964d-25ed06b2f47e","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"access_token\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"0ffb2dcf-e555-43ca-8664-0c0d8e749f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{oauth_url}}/oauth2/token?client_id={{client_id}}&client_secret={{client_secret}}&refresh_token={{refresh_token}}&grant_type=refresh_token","description":"<p>Oauth 2.0 access token API. Use refresh token grant type.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","name":"Shift APIs","type":"collection"}},"urlObject":{"path":["oauth2","token"],"host":["{{oauth_url}}"],"query":[{"key":"client_id","value":"{{client_id}}"},{"key":"client_secret","value":"{{client_secret}}"},{"key":"refresh_token","value":"{{refresh_token}}"},{"key":"grant_type","value":"refresh_token"}],"variable":[]}},"response":[],"_postman_id":"0ffb2dcf-e555-43ca-8664-0c0d8e749f07"},{"name":"Post Submission","event":[{"listen":"test","script":{"id":"e2a3e9f7-28cf-451b-a4ae-203d18e074fa","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"submission_id\", jsonData.submission_id);"],"type":"text/javascript","packages":{}}}],"id":"c1fd2099-05c5-4a6d-95bf-e9dc71e16ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"correlation_id\":\"156789089\",\r\n   \"proviso_document_id\":\"ACV12345\",\r\n   \"callbackURL\":\"https://www.getcapital.com.au\",\r\n   \"count_of_prior_lenders\":\"\",\r\n   \"business\":{\r\n      \"business_name\":\"Test GC\",\r\n      \"decription\":\"description\",\r\n      \"business_number_of_years\":\"Less than 6 months\",\r\n      \"avg_sales_per_month\":\"10000\",\r\n      \"legal_entity_type\":\"Company\",\r\n      \"directors_count\":\"4\",\r\n      \"abn_code\":\"776060968\",\r\n      \"acn_code\":\"126021548\",\r\n      \"loan_balance\":\"500\",\r\n      \"ato_debt_outstanding\":\"2552\",\r\n      \"any_prior_defaults_on_credit_history\":\"Yes\",\r\n      \"principal_business_address\":{\r\n         \"unit_no\":\"12\",\r\n         \"street_no\":\"15\",\r\n         \"street_name\":\"Test Street Name\",\r\n         \"street_type\":\"ST\",\r\n         \"suburb\":\"Test Suburb\",\r\n         \"state\":\"NSW\",\r\n         \"postcode\":\"1234\",\r\n         \"country\":\"Australia\"\r\n      },\r\n      \"business_address_ownership\":\"rent\",\r\n      \"registered_business_address\":{\r\n         \"unit_no\":\"12\",\r\n         \"street_no\":\"15\",\r\n         \"street_name\":\"Test Street Name\",\r\n         \"street_type\":\"ST\",\r\n         \"suburb\":\"Test Suburb\",\r\n         \"state\":\"NSW\",\r\n         \"postcode\":\"1243\",\r\n         \"country\":\"Australia\"\r\n      }\r\n   },\r\n   \"customers\":[\r\n      {\r\n         \"primary_role\":\"Director\",\r\n         \"main_applicant\":\"true\",\r\n         \"title\":\"Mr.\",\r\n         \"first_name\":\"Ronit\",\r\n         \"last_name\":\"Dasaaa\",\r\n         \"mobile_number\":\"0546669752\",\r\n         \"phone_number\":\"0412345647\",\r\n         \"email\":\"guna@getcapital.com.au\",\r\n         \"date_of_birth\":\"1990-07-10\",\r\n         \"document_type\":\"DL\",\r\n         \"document_number\":\"11854569\",\r\n         \"document_state\":\"NSW\",\r\n         \"business_ownership\":\"08\",\r\n         \"resi_address\":{\r\n            \"unit_no\":\"12\",\r\n            \"street_no\":\"15\",\r\n            \"street_name\":\"Street name\",\r\n            \"street_type\":\"ST\",\r\n            \"suburb\":\"suburb\",\r\n            \"state\":\"NSW\",\r\n            \"postcode\":\"4112\",\r\n            \"country\":\"Australia\"\r\n         },\r\n         \"investment_address\":[\r\n            {\r\n               \"unit_no\":\"12\",\r\n               \"street_no\":\"15\",\r\n               \"street_name\":\"Street name\",\r\n               \"street_type\":\"ST\",\r\n               \"suburb\":\"suburb\",\r\n               \"state\":\"NSW\",\r\n               \"postcode\":\"4112\",\r\n               \"country\":\"Australia\"\r\n            },\r\n            {\r\n               \"unit_no\":\"12\",\r\n               \"street_no\":\"15\",\r\n               \"street_name\":\"Street name\",\r\n               \"street_type\":\"ST\",\r\n               \"suburb\":\"suburb\",\r\n               \"state\":\"NSW\",\r\n               \"postcode\":\"4112\",\r\n               \"country\":\"Australia\"\r\n            }\r\n         ],\r\n         \"resi_address_ownership\":\"Own\"\r\n      },\r\n      {\r\n         \"primary_role\":\"Director\",\r\n         \"main_applicant\":\"false\",\r\n         \"title\":\"Mr.\",\r\n         \"first_name\":\"Gauravaa\",\r\n         \"last_name\":\"Thampiaaa\",\r\n         \"mobile_number\":\"0546669722\",\r\n         \"phone_number\":\"0412345628\",\r\n         \"email\":\"gaurav@getcapital.com.au\",\r\n         \"date_of_birth\":\"1990-07-01\",\r\n         \"document_type\":\"DL\",\r\n         \"document_number\":\"11854569\",\r\n         \"document_state\":\"NSW\",\r\n         \"business_ownership\":\"20\",\r\n         \"resi_address\":{\r\n            \"unit_no\":\"12\",\r\n            \"street_no\":\"15\",\r\n            \"street_name\":\"Street name\",\r\n            \"street_type\":\"ST\",\r\n            \"suburb\":\"suburb\",\r\n            \"state\":\"NSW\",\r\n            \"postcode\":\"5412\",\r\n            \"country\":\"Australia\"\r\n         },\r\n         \"investment_address\":[\r\n            {\r\n               \"unit_no\":\"12\",\r\n               \"street_no\":\"15\",\r\n               \"street_name\":\"Street name\",\r\n               \"street_type\":\"ST\",\r\n               \"suburb\":\"suburb\",\r\n               \"state\":\"NSW\",\r\n               \"postcode\":\"4112\",\r\n               \"country\":\"Australia\"\r\n            },\r\n            {\r\n               \"unit_no\":\"12\",\r\n               \"street_no\":\"15\",\r\n               \"street_name\":\"Street name\",\r\n               \"street_type\":\"ST\",\r\n               \"suburb\":\"suburb\",\r\n               \"state\":\"NSW\",\r\n               \"postcode\":\"4112\",\r\n               \"country\":\"Australia\"\r\n            }\r\n         ],\r\n         \"resi_address_ownership\":\"Own\"\r\n      },\r\n      {\r\n         \"primary_role\":\"Director\",\r\n         \"main_applicant\":\"false\",\r\n         \"title\":\"Mr.\",\r\n         \"first_name\":\"Venkataaa\",\r\n         \"last_name\":\"Ramaa\",\r\n         \"mobile_number\":\"0545669752\",\r\n         \"phone_number\":\"0412345620\",\r\n         \"email\":\"venkat@getcapital.com.au\",\r\n         \"date_of_birth\":\"1990-07-01\",\r\n         \"document_type\":\"DL\",\r\n         \"document_number\":\"11854569\",\r\n         \"document_state\":\"NSW\",\r\n         \"business_ownership\":\"20\",\r\n         \"resi_address\":{\r\n            \"unit_no\":\"12\",\r\n            \"street_no\":\"15\",\r\n            \"street_name\":\"Street name\",\r\n            \"street_type\":\"ST\",\r\n            \"suburb\":\"suburb\",\r\n            \"state\":\"NSW\",\r\n            \"postcode\":\"5412\",\r\n            \"country\":\"Australia\"\r\n         },\r\n         \"investment_address\":[\r\n            {\r\n               \"unit_no\":\"12\",\r\n               \"street_no\":\"15\",\r\n               \"street_name\":\"Street name\",\r\n               \"street_type\":\"ST\",\r\n               \"suburb\":\"suburb\",\r\n               \"state\":\"NSW\",\r\n               \"postcode\":\"4112\",\r\n               \"country\":\"Australia\"\r\n            },\r\n            {\r\n               \"unit_no\":\"12\",\r\n               \"street_no\":\"15\",\r\n               \"street_name\":\"Street name\",\r\n               \"street_type\":\"ST\",\r\n               \"suburb\":\"suburb\",\r\n               \"state\":\"NSW\",\r\n               \"postcode\":\"4112\",\r\n               \"country\":\"Australia\"\r\n            }\r\n         ],\r\n         \"resi_address_ownership\":\"Own\"\r\n      }\r\n   ],\r\n   \"products\":[\r\n      {\r\n         \"type\":\"Vehicle/Equipment Finance\",\r\n         \"requested_loan_amount\":\"50000\",\r\n         \"use_of_funds\":\"Working capital\",\r\n         \"product_details\":{\r\n            \"loan_term\":\"48 Months\",\r\n            \"commission\":\"15\",\r\n            \"asset\":{\r\n               \"balloon_option_percentage\":\"10\",\r\n               \"asset_information\":\"Ashok Leyland\",\r\n               \"asset_status\":\"New\",\r\n               \"asset_value\":\"7000\",\r\n               \"manufacture_year\":\"2019\",\r\n               \"make\":\"Truck\",\r\n               \"model\":\"BEST\",\r\n               \"serial_number\":\"LM123455\",\r\n               \"vin\":\"984567\",\r\n               \"description\":\"20 wheelers\",\r\n               \"vendor\":\"AshokLeyland\"\r\n            }\r\n         }\r\n      },\r\n      {\r\n         \"type\":\"Flexible Term Loan\",\r\n         \"requested_loan_amount\":\"50000\",\r\n         \"use_of_funds\":\"Working capital\",\r\n         \"product_details\":{\r\n            \"loan_term\":\"6 Months\",\r\n            \"commission\":\"15\"\r\n         }\r\n      }\r\n   ],\r\n   \"lead_gen_broker\":{\r\n      \"broker_ABN\":\"9100000000\",\r\n      \"broker_firm_name\":\"ABC Broker Pty Ltd\",\r\n      \"salutation\":\"Mr.\",\r\n      \"first_name\":\"Raghuaaa\",\r\n      \"last_name\":\"Paaa\",\r\n      \"mobile_number\":\"0546669752\",\r\n      \"phone_number\":\"0546669752\",\r\n      \"email\":\"naga@getcapital.com.au\",\r\n      \"date_of_birth\":\"1990-09-08\",\r\n      \"document_type\":\"PP\",\r\n      \"document_number\":\"11854569\",\r\n      \"document_state\":\"NSW\",\r\n      \"consent_contact_customer_directly\":\"true\"\r\n   }\r\n}"},"url":"{{submission_url}}/public/v1/submissions","description":"<h2 id=\"authentication\">Authentication</h2>\n<p>API is protected by OAuth 2.0 Access Token and x-api-key header values.</p>\n<p>In order to authenticate, please add the following parameters to the request header:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header name</th>\n<th>Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Y</td>\n<td>Bearer {{token}} where token is a temporary access token from /token API call response.</td>\n</tr>\n<tr>\n<td>x-api-key</td>\n<td>Y</td>\n<td>Provided X API Key, contact us to get your key</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-json-parameters\">Request JSON parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>correlation_ID</td>\n<td></td>\n<td>Partner's reference ID</td>\n<td></td>\n</tr>\n<tr>\n<td>callback_URL</td>\n<td></td>\n<td>Partner reference URL to receive PUSH notifications</td>\n<td></td>\n</tr>\n<tr>\n<td>count_of_prior_lenders</td>\n<td></td>\n<td>Count of previous lenders, prior GetCapital</td>\n<td>Number</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customer\">Customer</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>primary_role</td>\n<td>Yes</td>\n<td>Primary role the contact serves at the business</td>\n<td>Director, Shareholder, Guarantor, Operator, Beneficiary, Trustee, Secretary</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>main_applicant</td>\n<td>Yes</td>\n<td>Indication for primary customer to contact</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>title</td>\n<td></td>\n<td>Salutation</td>\n<td>Mr., Ms., Mrs., Dr., Prof.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>Yes</td>\n<td>First name</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Yes</td>\n<td>Last name</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>mobile_number</td>\n<td>Yes</td>\n<td>Mobile number</td>\n<td>10 digits long. Numbers only, Starts with 0</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>Yes</td>\n<td>Additional phone number</td>\n<td>0-9, 10 digits long, Starts with 0</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Yes</td>\n<td>Email address</td>\n<td>have @xyz.abc format</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td></td>\n<td>Birth date</td>\n<td>YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>document_type</td>\n<td></td>\n<td>Verification document type - Driver's licence or Passport</td>\n<td>DL, PP</td>\n</tr>\n<tr>\n<td>document_number</td>\n<td>Yes if document_type = DL or PP</td>\n<td>Verification document number</td>\n<td>A-Z,0-9</td>\n</tr>\n<tr>\n<td>document_state</td>\n<td>Yes if document_type = DL</td>\n<td>Verification document issue state when document type is Driver Licence</td>\n<td>NSW, ACT, NT, QLD,SA,TAS, VIC,WA</td>\n</tr>\n<tr>\n<td>business_ownership</td>\n<td></td>\n<td>% of business owned</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>resi_address_ownership</td>\n<td></td>\n<td>Ownership status of the residential address</td>\n<td>rent, own</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address\">Address</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>unit_no</td>\n<td></td>\n<td>Unit number</td>\n<td>Consists of Number Or/And Alphabets, special characters</td>\n</tr>\n<tr>\n<td>street_no</td>\n<td></td>\n<td>Street number</td>\n<td>none</td>\n</tr>\n<tr>\n<td>street_name</td>\n<td></td>\n<td>Street name</td>\n<td>none</td>\n</tr>\n<tr>\n<td>street_type</td>\n<td></td>\n<td>Street Type</td>\n<td>none</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td></td>\n<td>Suburb</td>\n<td>none</td>\n</tr>\n<tr>\n<td>state</td>\n<td></td>\n<td>State</td>\n<td>NSW, ACT, NT, QLD,SA,TAS, VIC,WA</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td></td>\n<td>Postcode</td>\n<td>Consists of Number - 4 digits only</td>\n</tr>\n<tr>\n<td>country</td>\n<td></td>\n<td>Country</td>\n<td>Australia</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"business\">Business</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>business_name</td>\n<td>Yes</td>\n<td>Name of the business</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>description</td>\n<td></td>\n<td>long description on the business</td>\n<td></td>\n</tr>\n<tr>\n<td>business_description</td>\n<td></td>\n<td>Short description on the business</td>\n<td>255 characters max</td>\n</tr>\n<tr>\n<td>business_number_of_years</td>\n<td></td>\n<td>Number of years in business</td>\n<td>Less than 6 months, 1 year, 2 years, 3 years, 4 years, 5-10 years, 10+ years</td>\n</tr>\n<tr>\n<td>avg_sales_per_month</td>\n<td></td>\n<td>Average monthly sales</td>\n<td>0-9</td>\n</tr>\n<tr>\n<td>legal_entity_type</td>\n<td></td>\n<td>Entity type</td>\n<td>Company, Sole Proprietor, Partnership , Trust</td>\n</tr>\n<tr>\n<td>directors_count</td>\n<td></td>\n<td>Number of directors</td>\n<td>1, 2, 3, 4, 5 or more</td>\n</tr>\n<tr>\n<td>abn_code</td>\n<td></td>\n<td>Business ABN</td>\n<td>0-9</td>\n</tr>\n<tr>\n<td>acn_code</td>\n<td></td>\n<td>Business ACN</td>\n<td>0-9</td>\n</tr>\n<tr>\n<td>loan_balance</td>\n<td></td>\n<td>Outstanding balances with other loans if any</td>\n<td>0-9</td>\n</tr>\n<tr>\n<td>ato_debt_outstanding</td>\n<td></td>\n<td>Outstanding debt with ATO</td>\n<td>0-9</td>\n</tr>\n<tr>\n<td>any_prior_defaults_on_credit_history</td>\n<td></td>\n<td>Prior default history</td>\n<td>Yes , No</td>\n</tr>\n<tr>\n<td>business_address_ownership</td>\n<td></td>\n<td>Business address ownership status</td>\n<td>Rent, Own</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"product\">Product</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td></td>\n<td>Product type</td>\n<td>Business Overdraft, Cash Line of Credit, EF Fitout, EF Primary - Alt doc, EF Primary - Low doc, EF Secondary/Tertiary - Alt doc, EF Secondary/Tertiary - Low doc, EF Vendor, Equipment Finance, Flexible Term Loan, Import Line Of Credit, Vehicle/Equipment Finance</td>\n</tr>\n<tr>\n<td>requested_loan_amount</td>\n<td>Yes</td>\n<td>Loan amount requested</td>\n<td>0-9</td>\n</tr>\n<tr>\n<td>use_of_funds</td>\n<td></td>\n<td>Intended use of the capital</td>\n<td></td>\n</tr>\n<tr>\n<td>loan_term</td>\n<td></td>\n<td>Loan terms available with Get Capital</td>\n<td></td>\n</tr>\n<tr>\n<td>commission</td>\n<td></td>\n<td>Commission % for the product type</td>\n<td>0-100 Applicable only for Flexible Business Loan, Vehicle Finance, Equipment Finance, Fitout Finance</td>\n</tr>\n<tr>\n<td>establishment_fee</td>\n<td></td>\n<td>Establishment fee $ for the product type</td>\n<td>0-9 Applicable only for Import Line of Credit</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"asset\">Asset</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>balloon_option_percentage</td>\n<td></td>\n<td>Balloon payment %</td>\n<td>&gt;0 ,&lt; 100</td>\n</tr>\n<tr>\n<td>asset_information</td>\n<td></td>\n<td>Asset details and description</td>\n<td>255 characters max</td>\n</tr>\n<tr>\n<td>asset_status</td>\n<td></td>\n<td>Status of the asset to be purchased</td>\n<td>New, Used - Dealer Purchase, Used - Private Sale</td>\n</tr>\n<tr>\n<td>asset_value</td>\n<td></td>\n<td>Value of the asset to be purchased</td>\n<td>0-9</td>\n</tr>\n<tr>\n<td>manufacture_year</td>\n<td></td>\n<td>Year of manufacture</td>\n<td>0-9(YYYY)</td>\n</tr>\n<tr>\n<td>make</td>\n<td></td>\n<td>Make of the asset to be purchased</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>model</td>\n<td></td>\n<td>Model of the asset to be purchased</td>\n<td>A-Z,0-9</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td></td>\n<td>Serial number of the asset to be purchased</td>\n<td>A-Z,0-9</td>\n</tr>\n<tr>\n<td>vin</td>\n<td></td>\n<td>VIN of the asset to be purchased</td>\n<td>A-Z,0-9</td>\n</tr>\n<tr>\n<td>description</td>\n<td></td>\n<td>Description if any</td>\n<td>A-Z,0-9 255 characters max</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td></td>\n<td>Vendor details</td>\n<td>A-Z,0-9</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"broker\">Broker</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>broker_ABN</td>\n<td></td>\n<td>ABN of the broker</td>\n<td>0-9</td>\n</tr>\n<tr>\n<td>broker_firm_name</td>\n<td></td>\n<td>Brokerage firm the broker is associated with</td>\n<td>A-Z, 0-9, 100 characters max</td>\n</tr>\n<tr>\n<td>title</td>\n<td></td>\n<td>Salutation</td>\n<td>Mr., Ms., Mrs., Dr., Prof.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td></td>\n<td>First name of the broker</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td></td>\n<td>Last name of the broker</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>mobile_number</td>\n<td></td>\n<td>Mobile number of the broker</td>\n<td>0-9, 10 digits max</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td></td>\n<td>Additional phone number of the broker</td>\n<td>0-9, 10 digits max, Starts with 0</td>\n</tr>\n<tr>\n<td>email</td>\n<td></td>\n<td>Email of the broker</td>\n<td>have @xyz.abc format</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td></td>\n<td>Date of birth of the broker</td>\n<td>YYYY/MM/DD</td>\n</tr>\n<tr>\n<td>document_type</td>\n<td></td>\n<td>Verification document type - Driver's licence or Passport</td>\n<td>DL,PP</td>\n</tr>\n<tr>\n<td>document_number</td>\n<td></td>\n<td>Verification document number</td>\n<td>A-Z,0-9</td>\n</tr>\n<tr>\n<td>document_state</td>\n<td></td>\n<td>Verification document issue state when document type is Driver Licence</td>\n<td></td>\n</tr>\n<tr>\n<td>consent_contact_customer_directly</td>\n<td></td>\n<td>True if consent to contact customers directly received</td>\n<td>True or False</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["public","v1","submissions"],"host":["{{submission_url}}"],"query":[],"variable":[]}},"response":[{"id":"55194609-bc58-4f8f-b49f-491b688ada3f","name":"Post submissions success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"correlation_id\": \"156789089\",\r\n    \"proviso_document_id\": \"ACV12345\",\r\n    \"callbackURL\": \"https://www.getcapital.com.au\",\r\n    \"count_of_prior_lenders\": \"\",\r\n    \"business\": {\r\n        \"business_name\": \"Test GC\",\r\n        \"decription\": \"description\",\r\n        \"business_number_of_years\": \"Less than 6 months\",\r\n        \"avg_sales_per_month\": \"10000\",\r\n        \"legal_entity_type\": \"Company\",\r\n        \"directors_count\": \"4\",\r\n        \"abn_code\": \"776060968\",\r\n        \"acn_code\": \"126021548\",\r\n        \"loan_balance\": \"500\",\r\n        \"ato_debt_outstanding\": \"2552\",\r\n        \"any_prior_defaults_on_credit_history\": \"Yes\",\r\n        \"principal_business_address\": {\r\n            \"unit_no\": \"12\",\r\n            \"street_no\": \"15\",\r\n            \"street_name\": \"Test Street Name\",\r\n            \"street_type\": \"ST\",\r\n            \"suburb\": \"Test Suburb\",\r\n            \"state\": \"NSW\",\r\n            \"postcode\": \"1234\",\r\n            \"country\": \"Australia\"\r\n        },\r\n        \"business_address_ownership\": \"rent\",\r\n        \"registered_business_address\": {\r\n            \"unit_no\": \"12\",\r\n            \"street_no\": \"15\",\r\n            \"street_name\": \"Test Street Name\",\r\n            \"street_type\": \"ST\",\r\n            \"suburb\": \"Test Suburb\",\r\n            \"state\": \"NSW\",\r\n            \"postcode\": \"1243\",\r\n            \"country\": \"Australia\"\r\n        }\r\n    },\r\n    \"customers\": [\r\n        {\r\n            \"primary_role\": \"Director\",\r\n            \"main_applicant\": \"true\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Ronit\",\r\n            \"last_name\": \"Dasaaa\",\r\n            \"mobile_number\": \"0546669752\",\r\n            \"phone_number\": \"0412345647\",\r\n            \"email\": \"guna@getcapital.com.au\",\r\n            \"date_of_birth\": \"1990-07-10\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n\t\t\t\"document_state\":\"NSW\",\r\n            \"business_ownership\": \"08\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"investment_address\": [\r\n                {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n                },\r\n                {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n                }\r\n            ],\r\n            \"resi_address_ownership\": \"Own\"\r\n        },\r\n        {\r\n            \"primary_role\": \"Director\",\r\n            \"main_applicant\": \"false\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Gauravaa\",\r\n            \"last_name\": \"Thampiaaa\",\r\n            \"mobile_number\": \"0546669722\",\r\n            \"phone_number\": \"0412345628\",\r\n            \"email\": \"gaurav@getcapital.com.au\",\r\n            \"date_of_birth\": \"1990-07-01\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n            \"document_state\":\"NSW\",\r\n            \"business_ownership\": \"20\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"5412\",\r\n                \"country\": \"Australia\"\r\n            },\r\n             \"investment_address\": [\r\n                {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n                },\r\n                {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n                }\r\n            ],\r\n            \"resi_address_ownership\": \"Own\"\r\n        },\r\n        {\r\n            \"primary_role\": \"Director\",\r\n            \"main_applicant\": \"false\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Venkataaa\",\r\n            \"last_name\": \"Ramaa\",\r\n            \"mobile_number\": \"0545669752\",\r\n            \"phone_number\": \"0412345620\",\r\n            \"email\": \"venkat@getcapital.com.au\",\r\n            \"date_of_birth\": \"1990-07-01\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n            \"document_state\":\"NSW\",\r\n            \"business_ownership\": \"20\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"5412\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"investment_address\": [\r\n                {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n                },\r\n                {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n                }\r\n            ],\r\n            \"resi_address_ownership\": \"Own\"\r\n        }\r\n    ],\r\n    \"products\":[\r\n    {\r\n        \"type\": \"Vehicle/Equipment Finance\",\r\n        \"requested_loan_amount\": \"50000\",\r\n        \"use_of_funds\": \"Working capital\",\r\n        \"product_details\": {\r\n            \"loan_term\": \"48 Months\",\r\n            \"commission\": \"15\",\r\n            \"asset\": {\r\n                \"balloon_option_percentage\": \"10\",\r\n                \"asset_information\": \"Ashok Leyland\",\r\n                \"asset_status\": \"New\",\r\n                \"asset_value\": \"7000\",\r\n                \"manufacture_year\": \"2019\",\r\n                \"make\": \"Truck\",\r\n                \"model\": \"BEST\",\r\n                \"serial_number\": \"LM123455\",\r\n                \"vin\": \"984567\",\r\n                \"description\": \"20 wheelers\",\r\n                \"vendor\": \"AshokLeyland\"\r\n            }\r\n        }\r\n    },\r\n    {\r\n        \"type\": \"Flexible Term Loan\",\r\n        \"requested_loan_amount\": \"50000\",\r\n        \"use_of_funds\": \"Working capital\",\r\n        \"product_details\": {\r\n            \"loan_term\": \"6 Months\",\r\n            \"commission\": \"15\"\r\n           \r\n        }\r\n    }\r\n    ],\r\n    \"lead_gen_broker\":{\r\n\t\"broker_ABN\" : \"9100000000\",\r\n\t\"broker_firm_name\" : \"ABC Broker Pty Ltd\",\r\n\t\"salutation\": \"Mr.\",\r\n\t\"first_name\": \"Raghuaaa\",\r\n\t\"last_name\": \"Paaa\",\r\n\t\"mobile_number\": \"0546669752\",\r\n\t\"phone_number\": \"0546669752\",\r\n\t\"email\": \"naga@getcapital.com.au\",\r\n\t\"date_of_birth\": \"1990-09-08\",\r\n\t\"document_type\": \"PP\",\r\n\t\"document_number\": \"11854569\",\r\n\t\"document_state\":\"NSW\",\r\n\t\"consent_contact_customer_directly\":\"true\"\r\n}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{submission_url}}/public/v1/submissions"},"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n   \"submission_id\": \"a6779b29-06ce-f3ce-67dd-3b2f91c8b736\"\n}"},{"id":"922d6e38-68f2-469d-b8a5-535144127b9c","name":"Post submissions Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"correlation_id\": \"15678903\",\r\n    \"proviso_document_id\": \"ACV12345\",\r\n    \"callbackURL\": \"https://www.myservice.com.au/callback\",\r\n    \"business\": {\r\n        \"business_name\": \"Angello PLEASE IGNORE\",\r\n        \"decription\": \"description\",\r\n        \"business_number_of_years\": \"Less than 6 months\",\r\n        \"avg_sales_per_month\": \"10000\",\r\n        \"legal_entity_type\": \"Company\",\r\n        \"directors_count\": \"4\",\r\n        \"abn_code\": \"776060968\",\r\n        \"acn_code\": \"126021548\",\r\n        \"loan_balance\": \"500\",\r\n        \"ato_debt_outstanding\": \"2552\",\r\n        \"any_prior_defaults_on_credit_history\": \"Yes\",\r\n        \"principal_business_address\": {\r\n            \"unit_no\": \"12\",\r\n            \"street_no\": \"15\",\r\n            \"street_name\": \"Test Street Name\",\r\n            \"street_type\": \"ST\",\r\n            \"suburb\": \"Test Suburb\",\r\n            \"state\": \"NSW\",\r\n            \"postcode\": \"1234\",\r\n            \"country\": \"Australia\"\r\n        },\r\n        \"business_address_ownership\": \"rent\",\r\n        \"registered_business_address\": {\r\n            \"unit_no\": \"12\",\r\n            \"street_no\": \"15\",\r\n            \"street_name\": \"Test Street Name\",\r\n            \"street_type\": \"ST\",\r\n            \"suburb\": \"Test Suburb\",\r\n            \"state\": \"NSW\",\r\n            \"postcode\": \"1243\",\r\n            \"country\": \"Australia\"\r\n        }\r\n    },\r\n    \"customers\": [\r\n        {\r\n            \"primary_role\": \"Owner\",\r\n            \"main_applicant\": \"true\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Guna\",\r\n            \"last_name\": \"Malli\",\r\n            \"phone_number\": \"0412345647\",\r\n            \"email\": \"tau\",\r\n            \"date_of_birth\": \"1990-07-10\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n            \"business_ownership\": \"08\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"investment_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"resi_address_ownership\": \"rent\"\r\n        },\r\n        {\r\n            \"primary_role\": \"Owner\",\r\n            \"main_applicant\": \"false\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Gaurav\",\r\n            \"last_name\": \"Thampi\",\r\n            \"phone_number\": \"0412345628\",\r\n            \"email\": \"test123@getcapital.com.au\",\r\n            \"date_of_birth\": \"1990-07-01\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n            \"business_ownership\": \"20\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"5412\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"investment_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"resi_address_ownership\": \"rent\"\r\n        },\r\n        {\r\n            \"primary_role\": \"Owner\",\r\n            \"main_applicant\": \"false\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Venkat\",\r\n            \"last_name\": \"Ram\",\r\n            \"phone_number\": \"0412345620\",\r\n            \"email\": \"testtest@getcapital.com.au\",\r\n            \"date_of_birth\": \"1990-07-01\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n            \"business_ownership\": \"20\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"5412\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"investment_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"resi_address_ownership\": \"rent\"\r\n        }\r\n    ],\r\n    \"products\":[\r\n    {\r\n        \"type\": \"Flexible Business Loan\",\r\n        \"requested_loan_amount\": \"50000\",\r\n        \"use_of_funds\": \"Working capital\",\r\n        \"product_details\": {\r\n            \"loan_term\": \"6 Months\",\r\n            \"commission\": \"15\",\r\n            \"establishment_fee\": \"20\",\r\n            \"asset\": {\r\n                \"balloon_option_percentage\": \"30\",\r\n                \"asset_information\": \"Ashok Leyland\",\r\n                \"asset_status\": \"New\",\r\n                \"asset_value\": \"7000\",\r\n                \"manufacture_year\": \"2019\",\r\n                \"make\": \"Truck\",\r\n                \"model\": \"BEST\",\r\n                \"serial_number\": \"LM123455\",\r\n                \"vin\": \"984567\",\r\n                \"description\": \"20 wheelers\",\r\n                \"vendor\": \"AshokLeyland\"\r\n            }\r\n        }\r\n    }\r\n    ],\r\n    \"lead_gen_broker\":{ \r\n\t\t\"broker_ABN\" : \"9100000000\",\r\n\t\t\"broker_firm_name\" : \"ABC Broker Pty Ltd\",\r\n\t\t\"salutation\": \"Mr.\",\r\n\t\t\"first_name\": \"Raghu\",\r\n\t\t\"last_name\": \"P\",\r\n\t\t\"mobile_number\": \"0546661111\",\r\n\t\t\"phone_number\": \"0546669111\",\r\n\t\t\"email\": \"email@getcapital.com.au\",\r\n\t\t\"date_of_birth\": \"1990-09-08\",\r\n\t\t\"document_type\": \"PP\",\r\n\t\t\"document_number\": \"11854111\",\r\n\t\t\"document_state\":\"NSW\"\r\n\t}\r\n}"},"url":"{{submission_url}}/public/v1/submissions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Oct 2019 21:38:27 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Incorrect Email format! It should be in the format abc@xyz.com!\"\n}"},{"id":"67e1f8eb-2ea5-4644-bca8-976f8c2e1cfc","name":"Post Submission","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"correlation_id\": \"156789089\",\r\n    \"proviso_document_id\": \"ACV12345\",\r\n    \"spot_n_refer\": \"true\",\r\n    \"callbackURL\": \"https://www.getcapital.com.au\",\r\n    \"count_of_prior_lenders\": \"\",\r\n    \"business\": {\r\n        \"business_name\": \"Test GC\",\r\n        \"decription\": \"description 1 -\",\r\n        \"business_number_of_years\": \"Less than 6 months\",\r\n        \"avg_sales_per_month\": \"10000\",\r\n        \"legal_entity_type\": \"Company\",\r\n        \"directors_count\": \"2\",\r\n        \"abn_code\": \"776060968\",\r\n        \"acn_code\": \"126021548\",\r\n        \"loan_balance\": \"500\",\r\n        \"ato_debt_outstanding\": \"2552\",\r\n        \"any_prior_defaults_on_credit_history\": \"Yes\",\r\n        \"principal_business_address\": {\r\n            \"unit_no\": \"12\",\r\n            \"street_no\": \"15\",\r\n            \"street_name\": \"Test Street Name\",\r\n            \"street_type\": \"ST\",\r\n            \"suburb\": \"Test Suburb\",\r\n            \"state\": \"NSW\",\r\n            \"postcode\": \"1234\",\r\n            \"country\": \"Australia\"\r\n        },\r\n        \"business_address_ownership\": \"rent\",\r\n        \"registered_business_address\": {\r\n            \"unit_no\": \"12\",\r\n            \"street_no\": \"15\",\r\n            \"street_name\": \"Test Street Name\",\r\n            \"street_type\": \"ST\",\r\n            \"suburb\": \"Test Suburb\",\r\n            \"state\": \"NSW\",\r\n            \"postcode\": \"1243\",\r\n            \"country\": \"Australia\"\r\n        }\r\n    },\r\n    \"customers\": [\r\n        {\r\n            \"primary_role\": \"Director\",\r\n            \"main_applicant\": \"true\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Ronit\",\r\n            \"last_name\": \"Dasaaa\",\r\n            \"phone_number\": \"0412345647\",\r\n            \"mobile_number\": \"0546669752\",\r\n            \"email\": \"guna@getcapital.com.au\",\r\n            \"date_of_birth\": \"1990-07-10\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n            \"document_state\": \"NSW\",\r\n            \"business_ownership\": \"08\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"4112\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"investment_address\": [\r\n                {\r\n                    \"unit_no\": \"12\",\r\n                    \"street_no\": \"15\",\r\n                    \"street_name\": \"Street name\",\r\n                    \"street_type\": \"ST\",\r\n                    \"suburb\": \"suburb\",\r\n                    \"state\": \"NSW\",\r\n                    \"postcode\": \"4112\",\r\n                    \"country\": \"Australia\"\r\n                },\r\n                {\r\n                    \"unit_no\": \"12\",\r\n                    \"street_no\": \"15\",\r\n                    \"street_name\": \"Street name\",\r\n                    \"street_type\": \"ST\",\r\n                    \"suburb\": \"suburb\",\r\n                    \"state\": \"NSW\",\r\n                    \"postcode\": \"4112\",\r\n                    \"country\": \"Australia\"\r\n                }\r\n            ],\r\n            \"resi_address_ownership\": \"Own\"\r\n        },\r\n        {\r\n            \"primary_role\": \"Director\",\r\n            \"main_applicant\": \"false\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Gauravaa\",\r\n            \"last_name\": \"Thampiaaa\",\r\n            \"phone_number\": \"0412345628\",\r\n            \"mobile_number\": \"0546669752\",\r\n            \"email\": \"gaurav@getcapital.com.au\",\r\n            \"date_of_birth\": \"1990-07-01\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n            \"document_state\": \"NSW\",\r\n            \"business_ownership\": \"20\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"5412\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"investment_address\": [\r\n                {\r\n                    \"unit_no\": \"12\",\r\n                    \"street_no\": \"15\",\r\n                    \"street_name\": \"Street name\",\r\n                    \"street_type\": \"ST\",\r\n                    \"suburb\": \"suburb\",\r\n                    \"state\": \"NSW\",\r\n                    \"postcode\": \"4112\",\r\n                    \"country\": \"Australia\"\r\n                },\r\n                {\r\n                    \"unit_no\": \"12\",\r\n                    \"street_no\": \"15\",\r\n                    \"street_name\": \"Street name\",\r\n                    \"street_type\": \"ST\",\r\n                    \"suburb\": \"suburb\",\r\n                    \"state\": \"NSW\",\r\n                    \"postcode\": \"4112\",\r\n                    \"country\": \"Australia\"\r\n                }\r\n            ],\r\n            \"resi_address_ownership\": \"Own\"\r\n        },\r\n        {\r\n            \"primary_role\": \"Director\",\r\n            \"main_applicant\": \"false\",\r\n            \"title\": \"Mr.\",\r\n            \"first_name\": \"Venkataaa\",\r\n            \"last_name\": \"Ramaa\",\r\n            \"phone_number\": \"0412345620\",\r\n            \"mobile_number\": \"0546669752\",\r\n            \"email\": \"venkat@getcapital.com.au\",\r\n            \"date_of_birth\": \"1990-07-01\",\r\n            \"document_type\": \"DL\",\r\n            \"document_number\": \"11854569\",\r\n            \"document_state\": \"NSW\",\r\n            \"business_ownership\": \"20\",\r\n            \"resi_address\": {\r\n                \"unit_no\": \"12\",\r\n                \"street_no\": \"15\",\r\n                \"street_name\": \"Street name\",\r\n                \"street_type\": \"ST\",\r\n                \"suburb\": \"suburb\",\r\n                \"state\": \"NSW\",\r\n                \"postcode\": \"5412\",\r\n                \"country\": \"Australia\"\r\n            },\r\n            \"investment_address\": [\r\n                {\r\n                    \"unit_no\": \"12\",\r\n                    \"street_no\": \"15\",\r\n                    \"street_name\": \"Street name\",\r\n                    \"street_type\": \"ST\",\r\n                    \"suburb\": \"suburb\",\r\n                    \"state\": \"NSW\",\r\n                    \"postcode\": \"4112\",\r\n                    \"country\": \"Australia\"\r\n                },\r\n                {\r\n                    \"unit_no\": \"12\",\r\n                    \"street_no\": \"15\",\r\n                    \"street_name\": \"Street name\",\r\n                    \"street_type\": \"ST\",\r\n                    \"suburb\": \"suburb\",\r\n                    \"state\": \"NSW\",\r\n                    \"postcode\": \"4112\",\r\n                    \"country\": \"Australia\"\r\n                }\r\n            ],\r\n            \"resi_address_ownership\": \"Own\"\r\n        }\r\n    ],\r\n    \"products\": [\r\n        {\r\n            \"type\": \"Vehicle/Equipment Finance\",\r\n            \"requested_loan_amount\": \"50000\",\r\n            \"use_of_funds\": \"Working capital\",\r\n            \"product_details\": {\r\n                \"loan_term\": \"48 Months\",\r\n                \"commission\": \"15\",\r\n                \"asset\": {\r\n                    \"balloon_option_percentage\": \"10\",\r\n                    \"asset_information\": \"Ashok Leyland\",\r\n                    \"asset_status\": \"New\",\r\n                    \"asset_value\": \"7000\",\r\n                    \"manufacture_year\": \"2019\",\r\n                    \"make\": \"Truck\",\r\n                    \"model\": \"BEST\",\r\n                    \"serial_number\": \"LM123455\",\r\n                    \"vin\": \"984567\",\r\n                    \"description\": \"20 wheelers\",\r\n                    \"vendor\": \"AshokLeyland\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Flexible Term Loan\",\r\n            \"requested_loan_amount\": \"50000\",\r\n            \"use_of_funds\": \"Working capital\",\r\n            \"product_details\": {\r\n                \"loan_term\": \"6 Months\",\r\n                \"commission\": \"15\"\r\n            }\r\n        }\r\n    ],\r\n    \"lead_gen_broker\": {\r\n        \"broker_ABN\": \"9100000000\",\r\n        \"broker_firm_name\": \"ABC Broker Pty Ltd\",\r\n        \"salutation\": \"Mr.\",\r\n        \"first_name\": \"Raghuaaa\",\r\n        \"last_name\": \"Paaa\",\r\n        \"mobile_number\": \"0546669752\",\r\n        \"phone_number\": \"0546669752\",\r\n        \"email\": \"naga@getcapital.com.au\",\r\n        \"date_of_birth\": \"1990-09-08\",\r\n        \"document_type\": \"PP\",\r\n        \"document_number\": \"11854569\",\r\n        \"document_state\": \"NSW\",\r\n        \"consent_contact_customer_directly\": \"true\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{submission_url}}/public/v1/submissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Oct 2022 03:52:55 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_id\": \"821f688f-03e2-baa9-f932-852c90e88bbc\"\n}"}],"_postman_id":"c1fd2099-05c5-4a6d-95bf-e9dc71e16ed0"},{"name":"Get Submissions ","id":"38094bf6-695e-43c2-aab6-e4d878f976e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":"{{submission_url}}/public/v1/submissions?status=Approved&fromDate=2018-01-01&toDate=2019-10-12","description":"<h3 id=\"get-publicv1submissions\">GET /public/v1/submissions</h3>\n<p>This endpoint retrieves a list of submissions, with the option to filter by status, from a specified fromDate to toDate.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><p><code>fromDate</code> (string, required): The start date for the submissions filter in the format 'YYYY-MM-DD'.</p>\n</li>\n<li><p><code>toDate</code> (string, required): The end date for the submissions filter in the format 'YYYY-MM-DD'.</p>\n</li>\n<li><p><code>status</code> (string, optional): Filter submissions by status. Possible values include:</p>\n<ul>\n<li><p>Funded</p>\n</li>\n<li><p>Rejected</p>\n</li>\n<li><p>Internal Processing</p>\n</li>\n<li><p>Awaiting Customer</p>\n</li>\n<li><p>Approved</p>\n</li>\n<li><p>Pre-funding Checks</p>\n</li>\n<li><p>Ready for draw down</p>\n</li>\n<li><p>Declined by Client</p>\n</li>\n<li><p>Cannot Contact</p>\n</li>\n<li><p>Duplicate Lead</p>\n</li>\n<li><p>Pending Documents</p>\n</li>\n<li><p>In Credit</p>\n</li>\n<li><p>Preparing Agreement</p>\n</li>\n<li><p>Shift</p>\n</li>\n<li><p>Received</p>\n</li>\n<li><p>Contacted - in progress</p>\n</li>\n<li><p>Unqualified</p>\n</li>\n<li><p>Not Interested</p>\n</li>\n<li><p>Do not contact (unsubscribed)</p>\n</li>\n<li><p>Uncontactable</p>\n</li>\n<li><p>Email Communication</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>If <code>fromDate</code> or <code>toDate</code> are not specified, the API returns submissions for the last 90 days from today.</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200 OK</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>Example response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"submissions\": [\n        {\n            \"submission_status\": \"\",\n            \"submission_id\": \"\",\n            \"last_drawdown_date\": \"\",\n            \"correlation_id\": \"\",\n            \"application_id\": \"\",\n            \"application_created_date\": \"\",\n            \"account_id\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p>If fromDate or toDate not specified, api returns back submissions for last 90 from today.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Submission status values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Funded</td>\n</tr>\n<tr>\n<td>Rejected</td>\n</tr>\n<tr>\n<td>Internal Processing</td>\n</tr>\n<tr>\n<td>Awaiting Customer</td>\n</tr>\n<tr>\n<td>Approved</td>\n</tr>\n<tr>\n<td>Pre-funding Checks</td>\n</tr>\n<tr>\n<td>Ready for draw down</td>\n</tr>\n<tr>\n<td>Declined by Client</td>\n</tr>\n<tr>\n<td>Cannot Contact</td>\n</tr>\n<tr>\n<td>Duplicate Lead</td>\n</tr>\n<tr>\n<td>Pending Documents</td>\n</tr>\n<tr>\n<td>In Credit</td>\n</tr>\n<tr>\n<td>Preparing Agreement</td>\n</tr>\n<tr>\n<td>Shift</td>\n</tr>\n<tr>\n<td>Received</td>\n</tr>\n<tr>\n<td>Contacted - in progress</td>\n</tr>\n<tr>\n<td>Unqualified</td>\n</tr>\n<tr>\n<td>Not Interested</td>\n</tr>\n<tr>\n<td>Do not contact (unsubscribed)</td>\n</tr>\n<tr>\n<td>Uncontactable</td>\n</tr>\n<tr>\n<td>Email Communication</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","name":"Shift APIs","type":"collection"}},"urlObject":{"path":["public","v1","submissions"],"host":["{{submission_url}}"],"query":[{"description":{"content":"<p>Optional value</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Funded</td>\n</tr>\n<tr>\n<td>Rejected</td>\n</tr>\n<tr>\n<td>Internal Processing</td>\n</tr>\n<tr>\n<td>Awaiting Customer</td>\n</tr>\n<tr>\n<td>Approved</td>\n</tr>\n<tr>\n<td>Pre-funding Checks</td>\n</tr>\n<tr>\n<td>Ready for draw down</td>\n</tr>\n<tr>\n<td>Declined by Client</td>\n</tr>\n<tr>\n<td>Not Qualified/ Not Interested</td>\n</tr>\n<tr>\n<td>Cannot Contact</td>\n</tr>\n<tr>\n<td>Duplicate Lead</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"status","value":"Approved"},{"key":"fromDate","value":"2018-01-01"},{"key":"toDate","value":"2019-10-12"}],"variable":[]}},"response":[{"id":"7544a039-bf2c-40f7-a027-b43672f758e4","name":"Get Submissions example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"{{submission_url}}/public/v1/submissions?status=Approved&fromDate=2018-01-01&toDate=2019-10-12","host":["{{submission_url}}"],"path":["public","v1","submissions"],"query":[{"key":"status","value":"Approved","description":"Optional value\n\n|Values| \n|----|\n|\tFunded\t|\n|\tRejected\t|\n|\tInternal Processing\t|\n|\tAwaiting Customer\t|\n|\tApproved\t|\n|\tPre-funding Checks\t|\n|\tReady for draw down\t|\n|\tDeclined by Client \t|\n|\tNot Qualified/ Not Interested\t|\n|\tCannot Contact\t|\n|\tDuplicate Lead\t|\n\n\n"},{"key":"fromDate","value":"2018-01-01"},{"key":"toDate","value":"2019-10-12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Nov 2019 02:49:18 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submissions\": [\n        {\n            \"submission_status\": \"Duplicate Lead\",\n            \"submission_id\": \"1725ba2d-bac2-9b3f-061b-1e315cfaefe8\",\n            \"number_of_sms_attempts\": 0,\n            \"number_of_email_attempts\": 0,\n            \"number_of_contact_attempts\": 0,\n            \"correlation_id\": \"sdqwer1r4\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"1725ba2d-bac2-9b3f-061b-1e315cfaefe8\",\n            \"number_of_sms_attempts\": 1,\n            \"number_of_email_attempts\": 0,\n            \"number_of_contact_attempts\": 2,\n            \"correlation_id\": \"sdqwer1r6\"\n        },\n        {\n            \"submission_status\": \"Funded\",\n            \"submission_id\": \"1725ba2d-bac2-9b3f-061b-1e315cfaefe8\",\n            \"last_drawdown_date\":\"2019-10-23\",\n            \"correlation_id\": \"sdqwer1r5\",\n            \"application_id\": \"APP-0000044748\",\n            \"application_created_date\": \"2020-11-11 10:50:05\",\n            \"account_id\": \"A-013830710\"\n        }\n    ]\n}"},{"id":"f9f84e88-77c4-4f9a-a8db-3caf136d5668","name":"Get Submissions V2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"url":{"raw":"{{submission_url}}/public/v1/submissions?fromDate=2022-01-01&toDate=2022-10-13","host":["{{submission_url}}"],"path":["public","v1","submissions"],"query":[{"key":"fromDate","value":"2022-01-01"},{"key":"toDate","value":"2022-10-13"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 05:19:14 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submissions\": [\n        {\n            \"submission_status\": \"Email Communication\",\n            \"submission_id\": \"9d487660-48dc-7e86-7ba5-f64fff8384fd\",\n            \"number_of_sms_attempts\": 0,\n            \"number_of_email_attempts\": 0,\n            \"number_of_contact_attempts\": 0,\n            \"correlation_id\": \"156789089\"\n        },\n        {\n            \"submission_status\": \"Received\",\n            \"submission_id\": \"640de13e-63c7-9f9e-d786-c73669d9735e\",\n            \"number_of_sms_attempts\": 0,\n            \"number_of_email_attempts\": 0,\n            \"number_of_contact_attempts\": 0,\n            \"correlation_id\": \"156789015\"\n        },\n        {\n            \"submission_status\": \"Received\",\n            \"submission_id\": \"bf9225aa-0628-5f81-cf64-b7de4b22fe63\",\n            \"number_of_sms_attempts\": 0,\n            \"number_of_email_attempts\": 0,\n            \"number_of_contact_attempts\": 0,\n            \"correlation_id\": \"156789089\"\n        },\n        {\n            \"submission_status\": \"Duplicate Lead\",\n            \"submission_id\": \"b3590b77-e3bb-1936-2fb5-309bf53fe9de\",\n            \"number_of_sms_attempts\": 0,\n            \"number_of_email_attempts\": 0,\n            \"number_of_contact_attempts\": 0,\n            \"correlation_id\": \"156789089\"\n        },\n        {\n            \"submission_status\": \"Funded\",\n            \"submission_id\": \"00beba24-e429-5dd1-666a-58e575c60276\",\n            \"last_drawdown_date\": \"2022-09-20\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065028\",\n            \"application_created_date\": \"2022-01-04 18:54:24\",\n            \"account_id\": \"A-010075375\"\n        },\n        {\n            \"submission_sub_status\": \"Utilized\",\n            \"submission_status\": \"Shift\",\n            \"submission_id\": \"39a342c6-bd20-cec7-a013-1de645ba56b7\",\n            \"shift_credit_limit\": null,\n            \"last_drawdown_date\": null,\n            \"eligible_comm_amount\": 200,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065112\",\n            \"application_created_date\": \"2022-01-25 18:46:35\",\n            \"account_id\": \"A-010075725\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"e130ecbd-701d-1045-20a5-70b96b7f99cb\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065119\",\n            \"application_created_date\": \"2022-01-26 19:10:05\",\n            \"account_id\": \"A-010010495\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"e3ea919f-397b-4205-9b52-d18b10013c0d\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065286\",\n            \"application_created_date\": \"2022-02-25 00:55:32\",\n            \"account_id\": \"A-010070650\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"c4b34041-5fc3-a662-114f-68e491771fe5\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065369\",\n            \"application_created_date\": \"2022-04-05 11:00:06\",\n            \"account_id\": \"A-010076093\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"cb1c46c3-d3f0-4bd7-992c-a677a7c88da1\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": \"114644\",\n            \"application_id\": \"APP-0000065383\",\n            \"application_created_date\": \"2022-04-08 09:02:33\",\n            \"account_id\": \"A-010076123\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"826fc01b-84ef-56ef-6662-6ccb7e36f496\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065396\",\n            \"application_created_date\": \"2022-04-11 09:25:05\",\n            \"account_id\": \"A-010075448\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"28496392-be01-4fa4-bc6c-c899be0c28de\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": \"16236\",\n            \"application_id\": \"APP-0000065402\",\n            \"application_created_date\": \"2022-04-11 21:07:28\",\n            \"account_id\": \"A-010074538\"\n        },\n        {\n            \"submission_status\": \"Pre-funding Checks\",\n            \"submission_id\": \"640de13e-63c7-9f9e-d786-c73669d9735e\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": \"156789015\",\n            \"application_id\": \"APP-0000065424\",\n            \"application_created_date\": \"2022-04-20 01:33:01\",\n            \"account_id\": \"A-010076367\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"3c7ae88b-edb8-4bff-8822-3a2de6067162\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": \"31K3Pob\",\n            \"application_id\": \"APP-0000065454\",\n            \"application_created_date\": \"2022-04-22 13:42:32\",\n            \"account_id\": \"A-010076278\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"0f649f07-4887-460d-ad0d-30739f531a0f\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": \"131772\",\n            \"application_id\": \"APP-0000065516\",\n            \"application_created_date\": \"2022-05-06 09:50:24\",\n            \"account_id\": \"A-010030238\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"4167dca6-4f44-6bc7-ebef-d25a48018a5e\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065554\",\n            \"application_created_date\": \"2022-05-13 17:03:34\",\n            \"account_id\": \"A-010075924\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"77d193be-38dc-3f89-14a6-15a0390ce3a2\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065559\",\n            \"application_created_date\": \"2022-05-14 19:57:20\",\n            \"account_id\": \"A-010076355\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"201c77f0-431b-7fd3-6381-087b5f5d7afb\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065560\",\n            \"application_created_date\": \"2022-05-14 21:38:26\",\n            \"account_id\": \"A-010075924\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"fd136dd7-0e5e-3027-5aac-ada89a0930b2\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065563\",\n            \"application_created_date\": \"2022-05-14 23:31:42\",\n            \"account_id\": \"A-010020419\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"d4bb55cc-9a9f-791c-bae1-04d1be8416b6\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065572\",\n            \"application_created_date\": \"2022-05-16 15:39:36\",\n            \"account_id\": \"A-010075209\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"9c640137-b2b2-8b3c-75bb-95f813a03059\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065573\",\n            \"application_created_date\": \"2022-05-16 15:41:16\",\n            \"account_id\": \"A-010075209\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"dbbd5d62-8be9-c890-ae81-bb39904b4efb\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065589\",\n            \"application_created_date\": \"2022-05-17 20:25:35\",\n            \"account_id\": \"A-010030238\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"0b86ed28-9d64-2be6-0fdc-a32ee3f19027\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065599\",\n            \"application_created_date\": \"2022-05-18 15:56:35\",\n            \"account_id\": \"A-010030238\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"3758df84-bcb7-e529-e816-ddca8ef906a0\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065615\",\n            \"application_created_date\": \"2022-05-22 19:51:51\",\n            \"account_id\": \"A-010029283\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"0b60f93b-3e12-8d93-ed6d-f68704d0e562\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065616\",\n            \"application_created_date\": \"2022-05-22 21:03:29\",\n            \"account_id\": \"A-010013565\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"eb23f74e-1796-8855-7299-ad86ae98a75d\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065620\",\n            \"application_created_date\": \"2022-05-23 17:32:34\",\n            \"account_id\": \"A-010018648\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"9970a00c-f3aa-f724-29ae-0390cb4ade50\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065622\",\n            \"application_created_date\": \"2022-05-23 17:56:41\",\n            \"account_id\": \"A-010018648\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"722dfaa8-6134-0f01-87df-ad381374d6cb\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065637\",\n            \"application_created_date\": \"2022-05-25 06:49:35\",\n            \"account_id\": \"A-010041473\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"432d1eb8-3bd3-4e9b-b756-3a8b676053f3\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": \"121158\",\n            \"application_id\": \"APP-0000065659\",\n            \"application_created_date\": \"2022-05-27 17:42:35\",\n            \"account_id\": \"A-010030238\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"deba5822-30a7-1fb2-3bab-d2b944331668\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065666\",\n            \"application_created_date\": \"2022-05-29 23:15:21\",\n            \"account_id\": \"A-010030238\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"df1dc08d-b524-4a1d-8739-95ab24b8fb84\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": \"120396\",\n            \"application_id\": \"APP-0000065671\",\n            \"application_created_date\": \"2022-05-30 11:27:06\",\n            \"account_id\": \"A-010030238\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"ba264d5d-0815-3d1a-3a6a-3239451824e0\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065703\",\n            \"application_created_date\": \"2022-06-03 09:37:14\",\n            \"account_id\": \"A-010075453\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"79d5cd02-e5af-5bc1-29f2-3d46303c3aa3\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065704\",\n            \"application_created_date\": \"2022-06-03 10:03:29\",\n            \"account_id\": \"A-010075453\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"69fdc266-d374-0075-8f57-4935e96b7720\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065705\",\n            \"application_created_date\": \"2022-06-03 11:08:55\",\n            \"account_id\": \"A-010075453\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"31298fec-0ef7-6911-20b3-fffd35d1b6b7\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065712\",\n            \"application_created_date\": \"2022-06-07 19:12:39\",\n            \"account_id\": \"A-010076453\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"0eeb1f0c-0c4a-8980-4c46-7e62dc818373\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065717\",\n            \"application_created_date\": \"2022-06-09 15:37:30\",\n            \"account_id\": \"A-010076097\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"71d40796-95df-f786-8e26-5d6e67a54c5c\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065718\",\n            \"application_created_date\": \"2022-06-09 16:36:39\",\n            \"account_id\": \"A-010014350\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"034c4501-e8bf-45a4-9396-2198cfde7044\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065719\",\n            \"application_created_date\": \"2022-06-09 18:10:05\",\n            \"account_id\": \"A-010058748\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"37c08760-fa73-2e25-dabb-82c2f12b627d\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065724\",\n            \"application_created_date\": \"2022-06-10 13:42:05\",\n            \"account_id\": \"A-010075453\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"eb278359-2eea-2f5c-2905-7f66bbb0f271\",\n            \"last_drawdown_date\": \"2022-05-16\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065736\",\n            \"application_created_date\": \"2022-06-14 09:49:54\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"45b1f37b-b775-14f8-1568-8e7a757b3eb4\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065748\",\n            \"application_created_date\": \"2022-06-15 13:52:22\",\n            \"account_id\": \"A-010028207\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"14cf3394-e1f2-7f82-f49f-551b8d9d7c01\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065834\",\n            \"application_created_date\": \"2022-06-27 18:28:38\",\n            \"account_id\": \"A-010075453\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"a6344e89-3191-de98-0dc6-1290177ca0d3\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065847\",\n            \"application_created_date\": \"2022-06-29 05:28:48\",\n            \"account_id\": \"A-010076255\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"370f2016-7fcb-449b-b3de-16e855c7a2fa\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": \"79950\",\n            \"application_id\": \"APP-0000065913\",\n            \"application_created_date\": \"2022-07-13 21:03:00\",\n            \"account_id\": \"A-010067711\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"0813bb4b-1eab-43c7-78fa-8821d35f83fe\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065926\",\n            \"application_created_date\": \"2022-07-19 16:30:25\",\n            \"account_id\": \"A-010076801\"\n        },\n        {\n            \"submission_status\": \"Rejected\",\n            \"submission_id\": \"4c45c576-99f4-78fc-55f1-0ccaa4e498ff\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065974\",\n            \"application_created_date\": \"2022-07-26 21:46:40\",\n            \"account_id\": \"A-010076455\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"f229a831-ce23-57db-1627-d0860e2b6ae9\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065975\",\n            \"application_created_date\": \"2022-07-26 21:49:01\",\n            \"account_id\": \"A-010076455\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"5cdca308-dcb6-c4c0-5c15-a11c640b8868\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000065982\",\n            \"application_created_date\": \"2022-07-27 12:41:00\",\n            \"account_id\": \"A-010076455\"\n        },\n        {\n            \"submission_status\": \"Funded\",\n            \"submission_id\": \"045370ec-793b-b03a-44c2-3850714f66fc\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066049\",\n            \"application_created_date\": \"2022-08-04 14:45:33\",\n            \"account_id\": \"A-010050152\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"8000def0-af84-de2d-bd0b-43de135d11ff\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066100\",\n            \"application_created_date\": \"2022-08-11 14:21:10\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"77589917-210e-2626-66ac-01a463347f2c\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066124\",\n            \"application_created_date\": \"2022-08-16 09:11:09\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"0169a796-751b-c637-1827-a4afebf5059b\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066162\",\n            \"application_created_date\": \"2022-08-22 17:00:05\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"da303eb6-0f84-c7e4-e2c6-46001cd383d9\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066184\",\n            \"application_created_date\": \"2022-08-23 22:13:11\",\n            \"account_id\": \"A-010062395\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"2a4df87e-6c84-a6c1-98e1-f79b6b4fb44f\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066185\",\n            \"application_created_date\": \"2022-08-23 22:17:55\",\n            \"account_id\": \"A-010062395\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"ee081809-0ed9-0ad4-40f4-260b3ff17c82\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066187\",\n            \"application_created_date\": \"2022-08-24 11:01:30\",\n            \"account_id\": \"A-010028003\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"be2b41ef-8e09-7964-9902-c0520d5ae4b5\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066197\",\n            \"application_created_date\": \"2022-08-24 15:32:49\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"ae33ebd7-674c-acb9-16fc-f8d6412b4c03\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066209\",\n            \"application_created_date\": \"2022-08-25 13:09:39\",\n            \"account_id\": \"A-010077187\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"26c42f00-276d-5c09-4d81-f1d876bfbaca\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066216\",\n            \"application_created_date\": \"2022-08-25 17:04:25\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"1c335e5d-4863-f3bd-9fc0-5d8d6fa5afaf\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066218\",\n            \"application_created_date\": \"2022-08-25 17:18:39\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"f70cdc89-7743-863f-88c3-a965927076f0\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066219\",\n            \"application_created_date\": \"2022-08-25 17:26:45\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"ab262efe-6e71-505d-ea58-7e5ecdfd0f7b\",\n            \"last_drawdown_date\": \"2022-08-31\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066221\",\n            \"application_created_date\": \"2022-08-26 10:12:29\",\n            \"account_id\": \"A-010077187\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"1e9bdcc5-fddf-0c48-33bf-ae838dc61d53\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066231\",\n            \"application_created_date\": \"2022-08-29 06:59:54\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"9ab0dc0b-7d8e-60e8-0254-a87ab9834d57\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066232\",\n            \"application_created_date\": \"2022-08-29 08:59:05\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"be2f003b-bd24-dbc8-8530-936e1854b908\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066233\",\n            \"application_created_date\": \"2022-08-29 09:02:48\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"fbc53c44-1302-6a82-89a2-b1b9067f4a3b\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066238\",\n            \"application_created_date\": \"2022-08-29 14:30:03\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"2c8d70e1-fe9c-3fa7-940c-d360b0f70e72\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066252\",\n            \"application_created_date\": \"2022-08-30 14:23:07\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"e1856ac2-ca4f-44e8-71d8-6b4e39dade6a\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066254\",\n            \"application_created_date\": \"2022-08-30 15:48:38\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"28005caa-09f8-7c9b-2c82-ccb1b350c56b\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066255\",\n            \"application_created_date\": \"2022-08-30 15:59:06\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"dd912331-c0f7-c02b-a6d6-3476154e5686\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066257\",\n            \"application_created_date\": \"2022-08-30 17:08:45\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"e325f3f9-d0cf-2330-666e-ef683b599281\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066266\",\n            \"application_created_date\": \"2022-08-31 09:18:55\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"8e1b94ea-0867-babc-3bb3-7393ee2e5006\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066269\",\n            \"application_created_date\": \"2022-08-31 09:25:55\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"5f1e8d2d-a6be-b935-c3c6-1978dac6048a\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066277\",\n            \"application_created_date\": \"2022-08-31 12:47:43\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"45f0896e-f6c7-1ba9-f15b-84cb67223081\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066278\",\n            \"application_created_date\": \"2022-08-31 12:53:00\",\n            \"account_id\": \"A-010077333\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"b2c8ac13-542b-0979-cc68-fd068e839521\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066279\",\n            \"application_created_date\": \"2022-08-31 13:05:13\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"603dee5d-c65a-5bdb-f1bf-aaad294ab76e\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066298\",\n            \"application_created_date\": \"2022-09-01 14:52:27\",\n            \"account_id\": \"A-010014350\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"1502f2cb-8370-8767-3651-4373243959e1\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066300\",\n            \"application_created_date\": \"2022-09-02 11:00:49\",\n            \"account_id\": \"A-010077333\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"3ffb250e-f3c4-fa36-30ba-50a484a6a411\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066320\",\n            \"application_created_date\": \"2022-09-05 15:47:25\",\n            \"account_id\": \"A-010077480\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"38463283-1752-e1b4-e4ab-24860796babb\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066355\",\n            \"application_created_date\": \"2022-09-08 10:52:09\",\n            \"account_id\": \"A-010014350\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"fced98f2-7b80-6617-f796-043f251d0489\",\n            \"last_drawdown_date\": \"2022-08-31\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066361\",\n            \"application_created_date\": \"2022-09-08 15:18:42\",\n            \"account_id\": \"A-010077187\"\n        },\n        {\n            \"submission_status\": \"Rejected\",\n            \"submission_id\": \"c3550a0e-fa33-a764-ba7f-8c63eceddce1\",\n            \"last_drawdown_date\": \"2022-08-31\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066362\",\n            \"application_created_date\": \"2022-09-08 15:41:10\",\n            \"account_id\": \"A-010077187\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"95236079-2c65-23e3-d5c2-3f588b26239c\",\n            \"last_drawdown_date\": \"2022-08-31\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066363\",\n            \"application_created_date\": \"2022-09-08 15:49:08\",\n            \"account_id\": \"A-010077187\"\n        },\n        {\n            \"submission_status\": \"Rejected\",\n            \"submission_id\": \"0abae04e-d518-304c-010e-bc68bb6be534\",\n            \"last_drawdown_date\": \"2022-08-31\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066364\",\n            \"application_created_date\": \"2022-09-08 15:52:52\",\n            \"account_id\": \"A-010077187\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"98f4bd14-cc14-5d3e-7832-3721d294f5ab\",\n            \"last_drawdown_date\": \"2021-11-29\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066372\",\n            \"application_created_date\": \"2022-09-09 13:17:43\",\n            \"account_id\": \"A-010015909\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"5e0c8c15-5323-508f-d80b-13a135a4e405\",\n            \"last_drawdown_date\": \"2021-11-29\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066373\",\n            \"application_created_date\": \"2022-09-09 13:24:40\",\n            \"account_id\": \"A-010015909\"\n        },\n        {\n            \"submission_status\": \"Rejected\",\n            \"submission_id\": \"62d0e715-235a-6a6d-6ad4-3e1c07cdc15f\",\n            \"last_drawdown_date\": \"2021-11-29\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066374\",\n            \"application_created_date\": \"2022-09-09 13:28:52\",\n            \"account_id\": \"A-010015909\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"e0ac2664-79ec-d736-d902-416dcab0c868\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066443\",\n            \"application_created_date\": \"2022-09-15 09:21:53\",\n            \"account_id\": \"A-010077443\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"2d5a973c-b989-9ee0-e781-30be7a9f1113\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066457\",\n            \"application_created_date\": \"2022-09-15 14:03:12\",\n            \"account_id\": \"A-010045540\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"084cb2bc-28de-48cb-a768-13c4aa03f698\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066462\",\n            \"application_created_date\": \"2022-09-15 20:02:05\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"0bebfc9b-09a0-d781-8a78-47203dc0f489\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066481\",\n            \"application_created_date\": \"2022-09-17 23:16:07\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"5b637e1b-7860-50d9-a899-5459fda28201\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066482\",\n            \"application_created_date\": \"2022-09-17 23:20:50\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"59b5835f-5fd6-a330-fd2d-d31eff59b281\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066484\",\n            \"application_created_date\": \"2022-09-19 09:24:28\",\n            \"account_id\": \"A-010077558\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"993a8a91-4d17-9249-6e03-f65976a6c7aa\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066489\",\n            \"application_created_date\": \"2022-09-19 12:53:07\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"51ab7445-b491-bd70-e608-ce3ec3174111\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066498\",\n            \"application_created_date\": \"2022-09-19 15:49:47\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"71b04be4-8252-967d-f1a3-d34dcff766bf\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066500\",\n            \"application_created_date\": \"2022-09-19 16:11:20\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Funded\",\n            \"submission_id\": \"a3cdedea-cc13-b65c-d611-04fd9d686c6f\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066501\",\n            \"application_created_date\": \"2022-09-19 16:21:13\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"a33dcb2b-6646-8689-ef31-692c2cce3871\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066511\",\n            \"application_created_date\": \"2022-09-20 11:19:31\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"7af11b59-31df-304e-a4c6-cf5b1c99fc3e\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066514\",\n            \"application_created_date\": \"2022-09-20 13:42:35\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"c1fc5105-e6e0-7798-2494-1309f7a47aaa\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066516\",\n            \"application_created_date\": \"2022-09-20 13:56:16\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Rejected\",\n            \"submission_id\": \"182eb605-a53f-654b-35a2-9de7bfffb1bb\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066518\",\n            \"application_created_date\": \"2022-09-20 14:13:47\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"05588d53-f333-27d8-ff86-7449798318b3\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066519\",\n            \"application_created_date\": \"2022-09-20 14:22:15\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"972f1fc6-138c-98bd-7d4c-c4ffd86e2614\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066525\",\n            \"application_created_date\": \"2022-09-20 15:08:41\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"58a2c15f-cf19-3317-d15f-08bf8160aa2b\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066533\",\n            \"application_created_date\": \"2022-09-20 20:50:01\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Declined by Client\",\n            \"submission_id\": \"9a6e9a9d-a010-fa5e-693d-928cc5775b08\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066568\",\n            \"application_created_date\": \"2022-09-26 11:26:58\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"82da442e-fc10-711b-f160-547b76a56042\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066571\",\n            \"application_created_date\": \"2022-09-26 12:13:12\",\n            \"account_id\": \"A-010077339\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"c327dd00-045d-52f5-6011-f34c66eeb748\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066576\",\n            \"application_created_date\": \"2022-09-26 21:29:10\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"7d86d3eb-3677-b827-59e5-5452848e5998\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066577\",\n            \"application_created_date\": \"2022-09-26 21:43:21\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"933d571b-5269-3dc8-8c71-600dba43fe71\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066578\",\n            \"application_created_date\": \"2022-09-26 21:54:27\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"fdda5ee2-8884-5c1b-67c7-6be99ee63aee\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066579\",\n            \"application_created_date\": \"2022-09-26 22:04:48\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Ready for draw down\",\n            \"submission_id\": \"062bd15e-e364-0d2b-ea5d-737a0a3b79c9\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066580\",\n            \"application_created_date\": \"2022-09-26 22:15:26\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"In Credit\",\n            \"submission_id\": \"312926a5-d3ea-92d7-1c66-da15d318f539\",\n            \"last_drawdown_date\": \"2022-09-15\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066609\",\n            \"application_created_date\": \"2022-09-29 10:53:54\",\n            \"account_id\": \"A-010042197\"\n        },\n        {\n            \"submission_status\": \"Internal Processing\",\n            \"submission_id\": \"69fac1bd-d9cd-53d8-bb10-ec0d26edc8c5\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066614\",\n            \"application_created_date\": \"2022-09-29 12:19:35\",\n            \"account_id\": \"A-010075838\"\n        },\n        {\n            \"submission_status\": \"Approved\",\n            \"submission_id\": \"52e46907-ad16-6252-a42d-8120b526d0b2\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066627\",\n            \"application_created_date\": \"2022-10-04 12:12:30\",\n            \"account_id\": \"A-010028472\"\n        },\n        {\n            \"submission_status\": \"Pending Documents\",\n            \"submission_id\": \"9457d6cf-34ac-ae63-d38f-970b6e61ce5a\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066628\",\n            \"application_created_date\": \"2022-10-04 12:26:59\",\n            \"account_id\": \"A-010077443\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"b3247a95-57e7-b359-e5dc-4c83e986d61c\",\n            \"last_drawdown_date\": null,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066694\",\n            \"application_created_date\": \"2022-10-10 23:41:41\",\n            \"account_id\": \"A-010058748\"\n        },\n        {\n            \"submission_status\": \"Preparing Agreement\",\n            \"submission_id\": \"70cefe7b-7c05-1f34-22f7-15143b3ea2b2\",\n            \"last_drawdown_date\": \"2022-09-08\",\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066706\",\n            \"application_created_date\": \"2022-10-12 09:59:29\",\n            \"account_id\": \"A-010075832\"\n        },\n        {\n            \"submission_sub_status\": \"Utilized\",\n            \"submission_status\": \"Shift\",\n            \"submission_id\": \"83ba9c3e-b238-d922-a80c-f5a7c0f62408\",\n            \"shift_credit_limit\": null,\n            \"last_drawdown_date\": null,\n            \"eligible_comm_amount\": 200,\n            \"correlation_id\": null,\n            \"application_id\": \"APP-0000066736\",\n            \"application_created_date\": \"2022-10-14 10:02:28\",\n            \"account_id\": \"A-010077871\"\n        }\n    ]\n}"}],"_postman_id":"38094bf6-695e-43c2-aab6-e4d878f976e7"},{"name":"Get Submission details","id":"ec1d9ae9-8b40-4a56-8513-a83350fe1aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/{{submission_id}}","description":"<p>API returns back Submission details. See postman examples for more information.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>API is protected by OAuth 2.0 Access Token and x-api-key header values.</p>\n<p>In order to authenticate, please add the following parameters to the request header:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header name</th>\n<th>Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Y</td>\n<td>Bearer {{token}} where token is a temporary access token from /token API call response.</td>\n</tr>\n<tr>\n<td>x-api-key</td>\n<td>Y</td>\n<td>Provided X API Key, contact us to get your key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","name":"Shift APIs","type":"collection"}},"urlObject":{"path":["public","v1","submissions","{{submission_id}}"],"host":["{{submission_url}}"],"query":[],"variable":[]}},"response":[{"id":"8a526389-9af2-4642-962b-15405b5fb1fd","name":"Vehicle/Equipment Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{submission_url}}/public/v1/submissions/b55eac01-93e7-119f-f770-907"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 19:01:48 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"submission_status\" : \"Funded\",\n  \"submission_id\" : \"b55eac01-93e7-119f-f770-907\",\n  \"phone_number\" : \"04********\",\n  \"number_of_contact_attempts\" : 0,\n  \"name\" : \"John\",\n  \"email\" : \"jo*********@li.com.au\",\n  \"details\" : {\n    \"refinance\" : false,\n    \"loan\" : {\n      \"type\" : \"Vehicle/Equipment Finance\",\n      \"term\" : 60,\n      \"payment_frequency\" : \"Monthly\",\n      \"payment_amount\" : 1221.91,\n      \"loan_id\" : \"LAI-000760\",\n      \"loan_amount\" : 50000.00,\n      \"commissions\" : {\n        \"upfront_commission\" : 3500.00,\n        \"commission_rate\" : 7.00\n      }\n    }\n  },\n  \"created_date\" : \"2022-02-21 12:01:15\",\n  \"business_name\" : \"John\",\n  \"account_id\" : \"A-01008\"\n}"},{"id":"1dd5e96c-b102-461a-8da5-ac3a2681dac6","name":"Flexible Business Loan Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{submission_url}}/public/v1/submissions/60f3e3f2-8bb9-b121-4eec-fb88a7de1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 18:49:00 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"submission_status\" : \"Funded\",\n  \"submission_id\" : \"60f3e3f2-8bb9-b121-4eec-fb88a7de1\",\n  \"phone_number\" : \"04********\",\n  \"number_of_contact_attempts\" : 0,\n  \"name\" : \"Paul\",\n  \"email\" : \"wa************@gmail.com\",\n  \"details\" : {\n    \"refinance\" : true,\n    \"loan\" : {\n      \"type\" : \"Flexible Business Loan\",\n      \"term\" : 156,\n      \"payment_frequency\" : \"Weekly\",\n      \"payment_amount\" : 852.43,\n      \"loan_id\" : \"LAI-000389\",\n      \"loan_amount\" : 68414.00,\n      \"commissions\" : {\n        \"upfront_commission\" : 684.14,\n        \"commission_rate\" : 1.00\n      }\n    }\n  },\n  \"created_date\" : \"2020-11-30 17:13:56\",\n  \"business_name\" : \"The Trustee\",\n  \"account_id\" : \"L00040000\"\n}"},{"id":"7a454755-df4b-4f77-92b1-41f4f87fe3d6","name":"Overdraft product details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/{{submission_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 27 Oct 2019 12:33:49 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"submission_status\" : \"Funded\",\n  \"submission_id\" : \"2263cb1c-9508-c0fb-42e9-92224da\",\n  \"phone_number\" : \"04********\",\n  \"number_of_contact_attempts\" : 0,\n  \"name\" : \"Trent\",\n  \"email\" : \"ac******@site.com\",\n  \"details\" : {\n    \"refinance\" : false,\n    \"loan\" : {\n      \"type\" : \"Business Overdraft\",\n      \"term\" : 104,\n      \"payment_frequency\" : \"Weekly\",\n      \"payment_amount\" : 601.29,\n      \"loan_id\" : \"LAI-000457\",\n      \"loan_amount\" : 50000.00,\n      \"first_drawdown_date\" : \"2021-03-22\",\n      \"commissions\" : {\n        \"upfront_commission\" : 1500.00,\n        \"trailCommissions\" : [ {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 13,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 0.40,\n          \"average_balance\" : 8042.25\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 13,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 3.13,\n          \"average_balance\" : 8042.25\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 35.64,\n          \"average_balance\" : 39514.46\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 4.83,\n          \"average_balance\" : 39514.46\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 13,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 0.40,\n          \"average_balance\" : 8042.25\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 13,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 3.13,\n          \"average_balance\" : 8042.25\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 35.70,\n          \"average_balance\" : 38163.13\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 4.94,\n          \"average_balance\" : 38163.13\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 23.88,\n          \"average_balance\" : 25531.87\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 3.23,\n          \"average_balance\" : 25531.87\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 38.80,\n          \"average_balance\" : 42966.46\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 5.28,\n          \"average_balance\" : 42966.46\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 6.16,\n          \"average_balance\" : 48116.42\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 45.03,\n          \"average_balance\" : 48176.59\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 6.17,\n          \"average_balance\" : 48176.59\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 19.61,\n          \"average_balance\" : 20960.86\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 2.69,\n          \"average_balance\" : 20960.86\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 5.70,\n          \"average_balance\" : 46518.52\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 42.02,\n          \"average_balance\" : 46518.52\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 9.15,\n          \"average_balance\" : 10102.41\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 1.20,\n          \"average_balance\" : 10102.41\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 5.73,\n          \"average_balance\" : 45322.22\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 42.37,\n          \"average_balance\" : 45322.22\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 44.99,\n          \"average_balance\" : 48116.42\n        } ],\n        \"eligible_comm_amount\" : 50000.00,\n        \"drawdowns\" : [ {\n          \"drawdown_date\" : \"2021-03-22\",\n          \"drawdown_commission\" : 1500.00,\n          \"drawdown_amount\" : 10000.00,\n          \"amount_eligible_for_commission\" : 50000.00\n        }, {\n          \"drawdown_date\" : \"2021-05-17\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 6000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-05-18\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 10000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-05-24\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 15000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-08-25\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 15000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-09-09\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 10000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-09-15\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 9000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-12-29\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 5000.00,\n          \"amount_eligible_for_commission\" : 0\n        } ],\n        \"commission_rate\" : 3.00,\n        \"commission_bsb\" : \"***076\",\n        \"commission_bank_account_number\" : \"***584\"\n      }\n    }\n  },\n  \"created_date\" : \"2021-03-15 14:23:06\",\n  \"business_name\" : \"Sitewor\",\n  \"account_id\" : \"A-010039200\"\n}"},{"id":"544a91ee-9ce0-499d-b0a7-67487b1c3e0b","name":"Application Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{submission_url}}/public/v1/submissions/1725ba2d-bac2-9b3f-061b-1e315cfaefe12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 18:52:39 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_status\": \"Funded\",\n    \"submission_id\": \"1725ba2d-bac2-9b3f-061b-1e315cfaefe12\",\n    \"phone_number\": \"04********\",\n    \"number_of_contact_attempts\": 0,\n    \"name\": \"Jason Smith Bills\",\n    \"email\": \"ge********@getcapital.com.au\",\n    \"details\": {\n        \"refinance\": true,\n        \"loan\": null\n    },\n    \"created_date\": \"2018-07-10 10:47:42\",\n    \"business_name\": \"Test Company\"\n}\n"},{"id":"2d91f832-b2f3-4fa1-a893-413e77362ac4","name":"CLOC Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{submission_url}}/public/v1/submissions/3f73c980-7404-d638-bfb1-4c721998a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 18:46:45 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"submission_status\" : \"Funded\",\n  \"submission_id\" : \"3f73c980-7404-d638-bfb1-4c721998a\",\n  \"phone_number\" : \"04********\",\n  \"number_of_contact_attempts\" : 0,\n  \"name\" : \"Jam\",\n  \"email\" : \"ac******@jdmst.net.au\",\n  \"details\" : {\n    \"refinance\" : false,\n    \"loan\" : {\n      \"type\" : \"Cash Line of Credit\",\n      \"term\" : 104,\n      \"payment_frequency\" : \"Weekly\",\n      \"payment_amount\" : 695.13,\n      \"loan_id\" : \"LAI-000404\",\n      \"loan_amount\" : 60000.00,\n      \"first_drawdown_date\" : \"2021-01-14\",\n      \"commissions\" : {\n        \"upfront_fee\" : 0.00,\n        \"drawdowns\" : [ {\n          \"drawdown_date\" : \"2021-01-14\",\n          \"drawdown_commission\" : 338.28,\n          \"drawdown_amount\" : 11275.94,\n          \"commission_rate\" : 3.00,\n          \"commission_bsb\" : \"***023\",\n          \"commission_bank_account_number\" : \"***557\",\n          \"amount_eligible_for_commission\" : 11275.94\n        }, {\n          \"drawdown_date\" : \"2021-02-02\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 59549.86,\n          \"commission_rate\" : 0,\n          \"commission_bsb\" : null,\n          \"commission_bank_account_number\" : null,\n          \"amount_eligible_for_commission\" : 0\n        } ]\n      }\n    }\n  },\n  \"created_date\" : \"2020-12-03 17:44:12\",\n  \"business_name\" : \"JDM\",\n  \"account_id\" : \"A-010014\"\n}"},{"id":"f8d94bf8-7da4-4b6c-aec8-f6d61b28af18","name":"Overdraft Details using Application Id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"fa83132b-6017-48df-8de9-cd794e578081","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{submission_url}}/public/v1/submissions/APP-0000016782?type=application","host":["{{submission_url}}"],"path":["public","v1","submissions","APP-0000016782"],"query":[{"key":"type","value":"application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2019 03:47:07 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"submission_status\" : \"Funded\",\n  \"submission_id\" : \"2263cb1c-9508-c0fb-42e9-92224da\",\n  \"phone_number\" : \"04********\",\n  \"number_of_contact_attempts\" : 0,\n  \"name\" : \"Trent\",\n  \"email\" : \"ac******@site.com\",\n  \"details\" : {\n    \"refinance\" : false,\n    \"loan\" : {\n      \"type\" : \"Business Overdraft\",\n      \"term\" : 104,\n      \"payment_frequency\" : \"Weekly\",\n      \"payment_amount\" : 601.29,\n      \"loan_id\" : \"LAI-000457\",\n      \"loan_amount\" : 50000.00,\n      \"first_drawdown_date\" : \"2021-03-22\",\n      \"commissions\" : {\n        \"upfront_commission\" : 1500.00,\n        \"trailCommissions\" : [ {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 13,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 0.40,\n          \"average_balance\" : 8042.25\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 13,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 3.13,\n          \"average_balance\" : 8042.25\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 35.64,\n          \"average_balance\" : 39514.46\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 4.83,\n          \"average_balance\" : 39514.46\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 13,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 0.40,\n          \"average_balance\" : 8042.25\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 13,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 3.13,\n          \"average_balance\" : 8042.25\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 35.70,\n          \"average_balance\" : 38163.13\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 4.94,\n          \"average_balance\" : 38163.13\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 23.88,\n          \"average_balance\" : 25531.87\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 3.23,\n          \"average_balance\" : 25531.87\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 38.80,\n          \"average_balance\" : 42966.46\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 5.28,\n          \"average_balance\" : 42966.46\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 6.16,\n          \"average_balance\" : 48116.42\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 45.03,\n          \"average_balance\" : 48176.59\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 6.17,\n          \"average_balance\" : 48176.59\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 19.61,\n          \"average_balance\" : 20960.86\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 2.69,\n          \"average_balance\" : 20960.86\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 5.70,\n          \"average_balance\" : 46518.52\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 42.02,\n          \"average_balance\" : 46518.52\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 9.15,\n          \"average_balance\" : 10102.41\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 30,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 1.20,\n          \"average_balance\" : 10102.41\n        }, {\n          \"trial_commission_bsb\" : \"***089\",\n          \"trail_commission_bank_account_number\" : \"***557\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.0015,\n          \"commission\" : 5.73,\n          \"average_balance\" : 45322.22\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 42.37,\n          \"average_balance\" : 45322.22\n        }, {\n          \"trial_commission_bsb\" : \"***076\",\n          \"trail_commission_bank_account_number\" : \"***584\",\n          \"payable_period\" : \"Mar 2021\",\n          \"disbursal_date\" : \"2021-03-19\",\n          \"days_good_standing\" : 31,\n          \"commission_rate\" : 0.011,\n          \"commission\" : 44.99,\n          \"average_balance\" : 48116.42\n        } ],\n        \"eligible_comm_amount\" : 50000.00,\n        \"drawdowns\" : [ {\n          \"drawdown_date\" : \"2021-03-22\",\n          \"drawdown_commission\" : 1500.00,\n          \"drawdown_amount\" : 10000.00,\n          \"amount_eligible_for_commission\" : 50000.00\n        }, {\n          \"drawdown_date\" : \"2021-05-17\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 6000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-05-18\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 10000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-05-24\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 15000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-08-25\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 15000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-09-09\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 10000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-09-15\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 9000.00,\n          \"amount_eligible_for_commission\" : 0\n        }, {\n          \"drawdown_date\" : \"2021-12-29\",\n          \"drawdown_commission\" : 0,\n          \"drawdown_amount\" : 5000.00,\n          \"amount_eligible_for_commission\" : 0\n        } ],\n        \"commission_rate\" : 3.00,\n        \"commission_bsb\" : \"***076\",\n        \"commission_bank_account_number\" : \"***584\"\n      }\n    }\n  },\n  \"created_date\" : \"2021-03-15 14:23:06\",\n  \"business_name\" : \"Sitewor\",\n  \"account_id\" : \"A-010039200\"\n}"},{"id":"f3a955c8-48a9-4e9f-aadb-af295fcc0ee2","name":"Lead Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{submission_url}}/public/v1/submissions/1725ba2d-bac2-9b3f-061b-1e315cfaefe8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 18:43:24 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00DN0000000BTClm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00DN0000000BTClm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_status\": \"Internal Processing\",\n    \"submission_id\": \"9a5f1421-247e-82f5-77cb-a4783f7QW288\",\n    \"phone_number\": \"+9***********\",\n    \"number_of_sms_attempts\": 1,\n    \"number_of_email_attempts\": 2,\n    \"number_of_contact_attempts\": 1,\n    \"name\": \"Jason smith\",\n    \"latest_notes\": null,\n    \"email\": \"ra********@getcapital.com.au\",\n    \"created_date\": \"2020-09-28 15:18:10\",\n    \"business_name\": \"Test Company\"\n}"},{"id":"23c24cc0-2a2c-4f2d-9694-a608b4e4cad8","name":"Working Capital","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"28a4addf-8f21-4b7d-b681-2af79713ed88","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/171eaeda-d25d-2d71-5f35-067604"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Aug 2020 04:42:25 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00D900000010xCYm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00D900000010xCYm\""},{"key":"X-Robots-Tag","value":"none"},{"key":"X-B3-TraceId","value":"5f647834b51ef107"},{"key":"X-B3-SpanId","value":"5f647834b51ef107"},{"key":"X-B3-Sampled","value":"0"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"submission_status\" : \"Funded\",\n  \"submission_id\" : \"171eaeda-d25d-2d71-5f35-067604\",\n  \"phone_number\" : \"04********\",\n  \"number_of_contact_attempts\" : 0,\n  \"name\" : \"Nichola\",\n  \"email\" : \"ni**@ward.com.au\",\n  \"details\" : {\n    \"refinance\" : false,\n    \"loan\" : {\n      \"type\" : \"Working Capital\",\n      \"term\" : 104,\n      \"payment_frequency\" : \"Weekly\",\n      \"payment_amount\" : 1222.80,\n      \"loan_id\" : \"LAI-000737\",\n      \"loan_amount\" : 100000.00,\n      \"first_drawdown_date\" : \"2022-02-01\",\n      \"commissions\" : {\n        \"drawdowns\" : [ {\n          \"drawdown_date\" : \"2022-02-01\",\n          \"drawdown_commission\" : 2000.00,\n          \"drawdown_amount\" : 100000.00,\n          \"commission_rate\" : 2.00,\n          \"commission_bsb\" : \"***001\",\n          \"commission_bank_account_number\" : \"***326\",\n          \"amount_eligible_for_commission\" : 100000.00\n        } ]\n      }\n    }\n  },\n  \"created_date\" : \"2022-01-28 13:37:49\",\n  \"business_name\" : \"Nichola\",\n  \"account_id\" : \"A-010078800\"\n}"},{"id":"6303b0b6-79c4-4ee4-91ba-03c3fe6057a5","name":"Term Loan","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/11d1a42e-9940-3403-fc76-6846aa"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"submission_status\" : \"Funded\",\r\n  \"submission_id\" : \"11d1a42e-9940-3403-fc76-6846aa\",\r\n  \"phone_number\" : \"04********\",\r\n  \"number_of_contact_attempts\" : 0,\r\n  \"name\" : \"Carl\",\r\n  \"email\" : \"ad***@pro.net.au\",\r\n  \"details\" : {\r\n    \"refinance\" : false,\r\n    \"loan\" : {\r\n      \"type\" : \"Term Loan\",\r\n      \"term\" : 156,\r\n      \"payment_frequency\" : \"Weekly\",\r\n      \"payment_amount\" : 977.03,\r\n      \"loan_id\" : \"LAI-000757\",\r\n      \"loan_amount\" : 110000.00,\r\n      \"first_drawdown_date\" : \"2022-02-22\",\r\n      \"commissions\" : {\r\n        \"drawdowns\" : [ {\r\n          \"drawdown_date\" : \"2022-02-22\",\r\n          \"drawdown_commission\" : 4400.00,\r\n          \"drawdown_amount\" : 110000.00,\r\n          \"commission_rate\" : 4.00,\r\n          \"commission_bsb\" : \"***320\",\r\n          \"commission_bank_account_number\" : \"*****667\",\r\n          \"amount_eligible_for_commission\" : 110000.00\r\n        } ]\r\n      }\r\n    }\r\n  },\r\n  \"created_date\" : \"2022-02-04 11:41:49\",\r\n  \"business_name\" : \"Prova\",\r\n  \"account_id\" : \"A-010021900\"\r\n}"},{"id":"cafac21a-f01a-4ee9-8b36-ce6b7ade7dda","name":"Vehicle/Eqipment Details V2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"version","value":"2","type":"text"},{"key":"version","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/732e13ac-1efa-4602-a86a-f3d4501aaad"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 05:32:30 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_status\": \"Funded\",\n    \"submission_id\": \"732e13ac-1efa-4602-a86a-f3d4501aaad\",\n    \"phone_number\": \"04********\",\n    \"number_of_contact_attempts\": 0,\n    \"name\": \"Miguel Rodolfo Laborde\",\n    \"email\": \"00****************@test.com\",\n    \"details\": [\n        {\n            \"refinance\": false,\n            \"loan\": {\n                \"type\": \"Vehicle/Equipment Finance\",\n                \"term\": 60,\n                \"payment_frequency\": \"Monthly\",\n                \"payment_amount\": 989.65,\n                \"loan_id\": \"LAI-00017904\",\n                \"loan_amount\": 2000,\n                \"commissions\": {\n                    \"upfront_commission\": 2175,\n                    \"commission_rate\": 5\n                }\n            }\n        }\n    ],\n    \"created_date\": \"2019-08-12 12:32:10\",\n    \"business_name\": \"Edgestone Australia Pty Ltd\",\n    \"account_id\": \"A-010017085\"\n}"},{"id":"ebb40884-ba6d-477e-b210-de84b8872820","name":"Flexible Business Loan Details V2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"version","value":"2","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/69bf234a-3f08-4bb8-8eab-5b56d82179"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 05:54:20 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_status\": \"Funded\",\n    \"submission_id\": \"69bf234a-3f08-4bb8-8eab-5b56d82179\",\n    \"phone_number\": \"04********\",\n    \"number_of_contact_attempts\": 0,\n    \"name\": \"Carla Elizabeth Bierbaum\",\n    \"email\": \"00****************@test.com\",\n    \"details\": [\n        {\n            \"refinance\": true,\n            \"loan\": {\n                \"type\": \"Flexible Business Loan\",\n                \"term\": 52,\n                \"payment_frequency\": \"Weekly\",\n                \"payment_amount\": 348.88,\n                \"loan_id\": \"LAI-00017682\",\n                \"loan_amount\": 11898.15,\n                \"commissions\": {\n                    \"upfront_commission\": 237.96,\n                    \"commission_rate\": 2\n                }\n            }\n        }\n    ],\n    \"created_date\": \"2019-08-15 12:17:51\",\n    \"business_name\": \"The Trustee For The Craddock Family Trust\",\n    \"account_id\": \"A-010010855\"\n}"},{"id":"277b9964-69b4-41bc-9b14-ed1e89564f12","name":"Overdraft product details V2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"version","value":"2","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/bb521264-94c2-41b8-8fe8-90f8b416774"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 06:17:04 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_status\": \"Ready for draw down\",\n    \"submission_id\": \"bb521264-94c2-41b8-8fe8-90f8b416774\",\n    \"phone_number\": \"04********\",\n    \"number_of_contact_attempts\": 0,\n    \"name\": \"Milan Grzic\",\n    \"email\": \"00****************@test.com\",\n    \"details\": [\n        {\n            \"refinance\": true,\n            \"loan\": {\n                \"type\": \"Business Overdraft\",\n                \"term\": 104,\n                \"payment_frequency\": \"Weekly\",\n                \"payment_amount\": 3.18,\n                \"loan_id\": \"LAI-00019980\",\n                \"loan_amount\": 150000,\n                \"first_drawdown_date\": \"2019-10-28\",\n                \"commissions\": {\n                    \"upfront_commission\": 1500,\n                    \"trailCommissions\": [\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 31,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 0,\n                            \"average_balance\": 0\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 31,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 0,\n                            \"average_balance\": 0\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 30,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 0,\n                            \"average_balance\": 0\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 31,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 0.15,\n                            \"average_balance\": 190.01\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 30,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 0.19,\n                            \"average_balance\": 244.18\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 31,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 0,\n                            \"average_balance\": 0\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 31,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 0,\n                            \"average_balance\": 0\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 28,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 0,\n                            \"average_balance\": 0\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 31,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 38.12,\n                            \"average_balance\": 44886.39\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 31,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 38.12,\n                            \"average_balance\": 44886.39\n                        },\n                        {\n                            \"trial_commission_bsb\": \"***948\",\n                            \"trail_commission_bank_account_number\": \"*****940\",\n                            \"payable_period\": \"Oct 2019\",\n                            \"disbursal_date\": \"2019-10-18\",\n                            \"days_good_standing\": 15,\n                            \"commission_rate\": 0.01,\n                            \"commission\": 14.02,\n                            \"average_balance\": 34096.68\n                        }\n                    ],\n                    \"eligible_comm_amount\": 50000,\n                    \"drawdowns\": [\n                        {\n                            \"drawdown_date\": \"2019-10-28\",\n                            \"drawdown_commission\": 1500,\n                            \"drawdown_amount\": 15000,\n                            \"amount_eligible_for_commission\": 50000\n                        },\n                        {\n                            \"drawdown_date\": \"2019-12-19\",\n                            \"drawdown_commission\": 0,\n                            \"drawdown_amount\": 30000,\n                            \"amount_eligible_for_commission\": 0\n                        },\n                        {\n                            \"drawdown_date\": \"2020-01-14\",\n                            \"drawdown_commission\": 0,\n                            \"drawdown_amount\": 15000,\n                            \"amount_eligible_for_commission\": 0\n                        },\n                        {\n                            \"drawdown_date\": \"2020-01-23\",\n                            \"drawdown_commission\": 0,\n                            \"drawdown_amount\": 30000,\n                            \"amount_eligible_for_commission\": 0\n                        },\n                        {\n                            \"drawdown_date\": \"2020-01-28\",\n                            \"drawdown_commission\": 0,\n                            \"drawdown_amount\": 20000,\n                            \"amount_eligible_for_commission\": 0\n                        },\n                        {\n                            \"drawdown_date\": \"2020-02-20\",\n                            \"drawdown_commission\": 0,\n                            \"drawdown_amount\": 10000,\n                            \"amount_eligible_for_commission\": 0\n                        },\n                        {\n                            \"drawdown_date\": \"2021-03-22\",\n                            \"drawdown_commission\": 0,\n                            \"drawdown_amount\": 150000,\n                            \"amount_eligible_for_commission\": 0\n                        }\n                    ],\n                    \"commission_rate\": 3,\n                    \"commission_bsb\": \"***739\",\n                    \"commission_bank_account_number\": \"******739\"\n                }\n            }\n        }\n    ],\n    \"created_date\": \"2019-08-22 08:39:45\",\n    \"business_name\": \"Sweet William Pty Limited\",\n    \"account_id\": \"L00055158\"\n}"},{"id":"0db86c0e-db23-483a-9e76-a1ad1f194212","name":"Working capital details V2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"version","value":"2","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/2051a1dd-3dfa-0985-28e4-01237e7454a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 07:11:13 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_status\": \"Funded\",\n    \"submission_id\": \"2051a1dd-3dfa-0985-28e4-01237e7454a\",\n    \"phone_number\": \"04********\",\n    \"number_of_contact_attempts\": 0,\n    \"name\": \"Jim Scuderi\",\n    \"email\": \"00****************@test.com\",\n    \"details\": [\n        {\n            \"refinance\": false,\n            \"loan\": {\n                \"type\": \"Working Capital\",\n                \"term\": 129,\n                \"payment_frequency\": \"Weekly\",\n                \"payment_amount\": 815.1,\n                \"loan_id\": \"LAI-00030275\",\n                \"loan_amount\": 70000,\n                \"first_drawdown_date\": \"2020-06-04\",\n                \"commissions\": {\n                    \"drawdowns\": [\n                        {\n                            \"drawdown_date\": \"2020-06-04\",\n                            \"drawdown_commission\": 1400,\n                            \"drawdown_amount\": 70000,\n                            \"commission_rate\": 2,\n                            \"commission_bsb\": \"***170\",\n                            \"commission_bank_account_number\": \"******170\",\n                            \"amount_eligible_for_commission\": 70000\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"created_date\": \"2020-05-27 10:20:12\",\n    \"business_name\": \"JS Property Maintenance Group Pty Ltd\",\n    \"account_id\": \"A-010023867\"\n}"},{"id":"0d278707-75bc-407d-b788-908a622d7cdd","name":"Term Loan details V2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"version","value":"2","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/2051a1dd-3dfa-0985-28e4-01237e7454a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 07:14:23 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_status\": \"Funded\",\n    \"submission_id\": \"2051a1dd-3dfa-0985-28e4-01237e7454a\",\n    \"phone_number\": \"04********\",\n    \"number_of_contact_attempts\": 0,\n    \"name\": \"Jim Scuderi\",\n    \"email\": \"00****************@test.com\",\n    \"details\": [\n        {\n            \"refinance\": false,\n            \"loan\": {\n                \"type\": \"Term Loan\",\n                \"term\": 129,\n                \"payment_frequency\": \"Weekly\",\n                \"payment_amount\": 815.1,\n                \"loan_id\": \"LAI-00030275\",\n                \"loan_amount\": 70000,\n                \"first_drawdown_date\": \"2020-06-04\",\n                \"commissions\": {\n                    \"drawdowns\": [\n                        {\n                            \"drawdown_date\": \"2020-06-04\",\n                            \"drawdown_commission\": 1400,\n                            \"drawdown_amount\": 70000,\n                            \"commission_rate\": 2,\n                            \"commission_bsb\": \"***170\",\n                            \"commission_bank_account_number\": \"******170\",\n                            \"amount_eligible_for_commission\": 70000\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"created_date\": \"2020-05-27 10:20:12\",\n    \"business_name\": \"JS Property Maintenance Group Pty Ltd\",\n    \"account_id\": \"A-010023867\"\n}"},{"id":"961e1bb9-5580-41fb-98ff-99f4bd774b9f","name":"Equipment Line details V2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"version","value":"2","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{submission_url}}/public/v1/submissions/eab1f42e-7b8d-e991-cb99-be897e3487a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 07:21:43 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"submission_status\": \"In Credit\",\n    \"submission_id\": \"eab1f42e-7b8d-e991-cb99-be897e3487a\",\n    \"phone_number\": \"04********\",\n    \"number_of_contact_attempts\": 0,\n    \"name\": \"Jamie Osborn\",\n    \"email\": \"ve***********@gm.com\",\n    \"details\": [\n        {\n            \"refinance\": false,\n            \"loan\": {\n                \"type\": \"Fitout\",\n                \"term\": 60,\n                \"payment_frequency\": \"Monthly\",\n                \"payment_amount\": 4.96,\n                \"loan_id\": \"LAI-00071716\",\n                \"loan_amount\": 1000,\n                \"first_drawdown_date\": \"2022-02-11\",\n                \"commissions\": {\n                    \"upfront_fee\": 0,\n                    \"drawdowns\": [\n                        {\n                            \"drawdown_date\": \"2022-02-11\",\n                            \"drawdown_commission\": 6.6,\n                            \"drawdown_amount\": 200,\n                            \"commission_rate\": 3,\n                            \"commission_bsb\": \"***984\",\n                            \"commission_bank_account_number\": \"******984\",\n                            \"amount_eligible_for_commission\": 200\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"refinance\": false,\n            \"loan\": {\n                \"type\": \"Fitout\",\n                \"term\": 60,\n                \"payment_frequency\": \"Monthly\",\n                \"payment_amount\": 50.17,\n                \"loan_id\": \"LAI-00071784\",\n                \"loan_amount\": 1000,\n                \"first_drawdown_date\": \"2022-02-15\",\n                \"commissions\": {\n                    \"upfront_fee\": 0,\n                    \"drawdowns\": [\n                        {\n                            \"drawdown_date\": \"2022-02-15\",\n                            \"drawdown_commission\": 16.5,\n                            \"drawdown_amount\": 500,\n                            \"commission_rate\": 3,\n                            \"commission_bsb\": \"***984\",\n                            \"commission_bank_account_number\": \"******984\",\n                            \"amount_eligible_for_commission\": 500\n                        },\n                        {\n                            \"drawdown_date\": \"2022-02-15\",\n                            \"drawdown_commission\": 26.4,\n                            \"drawdown_amount\": 800,\n                            \"commission_rate\": 3,\n                            \"commission_bsb\": \"***984\",\n                            \"commission_bank_account_number\": \"******984\",\n                            \"amount_eligible_for_commission\": 800\n                        },\n                        {\n                            \"drawdown_date\": \"2022-02-15\",\n                            \"drawdown_commission\": 26.4,\n                            \"drawdown_amount\": 800,\n                            \"commission_rate\": 3,\n                            \"commission_bsb\": \"***984\",\n                            \"commission_bank_account_number\": \"******984\",\n                            \"amount_eligible_for_commission\": 800\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"refinance\": false,\n            \"loan\": {\n                \"type\": \"Equipment Transaction\",\n                \"term\": 60,\n                \"payment_frequency\": \"Monthly\",\n                \"payment_amount\": 23.51,\n                \"loan_id\": \"LAI-00071934\",\n                \"loan_amount\": 1000,\n                \"first_drawdown_date\": \"2022-02-23\",\n                \"commissions\": {\n                    \"upfront_fee\": 0,\n                    \"drawdowns\": [\n                        {\n                            \"drawdown_date\": \"2022-02-23\",\n                            \"drawdown_commission\": 33,\n                            \"drawdown_amount\": 1000,\n                            \"commission_rate\": 3,\n                            \"commission_bsb\": \"***984\",\n                            \"commission_bank_account_number\": \"******984\",\n                            \"amount_eligible_for_commission\": 1000\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"refinance\": false,\n            \"loan\": {\n                \"type\": \"Equipment Transaction\",\n                \"term\": 60,\n                \"payment_frequency\": \"Monthly\",\n                \"payment_amount\": 234.87,\n                \"loan_id\": \"LAI-00071969\",\n                \"loan_amount\": 10000,\n                \"first_drawdown_date\": \"2022-02-25\",\n                \"commissions\": {\n                    \"upfront_fee\": 0,\n                    \"drawdowns\": [\n                        {\n                            \"drawdown_date\": \"2022-02-25\",\n                            \"drawdown_commission\": 330,\n                            \"drawdown_amount\": 10000,\n                            \"commission_rate\": 3,\n                            \"commission_bsb\": \"***984\",\n                            \"commission_bank_account_number\": \"******984\",\n                            \"amount_eligible_for_commission\": 10000\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"refinance\": false,\n            \"loan\": {\n                \"type\": \"Equipment Transaction\",\n                \"term\": 60,\n                \"payment_frequency\": \"Monthly\",\n                \"payment_amount\": 23.68,\n                \"loan_id\": \"LAI-00072296\",\n                \"loan_amount\": 1000,\n                \"first_drawdown_date\": \"2022-03-07\",\n                \"commissions\": {\n                    \"upfront_fee\": 0,\n                    \"drawdowns\": [\n                        {\n                            \"drawdown_date\": \"2022-03-07\",\n                            \"drawdown_commission\": 33,\n                            \"drawdown_amount\": 1000,\n                            \"commission_rate\": 3,\n                            \"commission_bsb\": \"***984\",\n                            \"commission_bank_account_number\": \"******984\",\n                            \"amount_eligible_for_commission\": 1000\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"created_date\": \"2022-09-07 22:36:54\",\n    \"business_name\": \"Shift Financial Pty Ltd\",\n    \"account_id\": \"A-010070650\"\n}"}],"_postman_id":"ec1d9ae9-8b40-4a56-8513-a83350fe1aec"}],"id":"62f9b349-84a6-4847-a173-df94140fced4","description":"<p>Partners can submit information thru GC Submission API. These APIs helps to capture</p>\n<ul>\n<li>Business Details<ul>\n<li>Business Information</li>\n<li>Principal Business Address</li>\n<li>Registered Address</li>\n</ul>\n</li>\n<li>Customer Details<ul>\n<li>Personal Information</li>\n<li>Residential Address</li>\n</ul>\n</li>\n<li>Product Details<ul>\n<li>Loan Information</li>\n<li>Product Information</li>\n<li>Asset Information</li>\n</ul>\n</li>\n<li>Broker Details</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"d27437c8-7d4d-4b9f-988e-6e6a837d97a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"47f25a9b-4ea0-476c-bb74-acd94feeadb9","type":"text/javascript","exec":[""]}}],"_postman_id":"62f9b349-84a6-4847-a173-df94140fced4","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","id":"f0d69c63-4973-4e2b-bfb4-0e9a2e6a5d27","name":"Shift APIs","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{access_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"162f6f8b-5ce7-48a0-9777-b0f51e092789","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9c99508b-4896-4b81-bd0f-82a8fd2da098","type":"text/javascript","exec":[""]}}]}