{ "opencollection": "1.0.0", "info": { "name": "Lane Checks API", "version": "1.3.43" }, "items": [ { "info": { "name": "Checks", "type": "folder" }, "items": [ { "info": { "name": "Check customer, create if does not exist", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/check-customer-by-email", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Check customer, create if does not exist" }, { "info": { "name": "Get customer record", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/check-dms-customer", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "dealer_code", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer record by customer ID" }, { "info": { "name": "Creates personal finance information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/fraud-check", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create personal finance information against customer" }, { "info": { "name": "Affordability Check", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/affordability-check/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Affordability Check" }, { "info": { "name": "Monthly Payment Calculation V2", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/affordability-check/monthly-payment-calculation/V2/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Monthly Payment Calculation V2" }, { "info": { "name": "Check Dealer actively order", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/dealer/check-actively-order", "params": [ { "name": "dealer_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Check Dealer actively order" } ] } ], "bundled": true }