{ "opencollection": "1.0.0", "info": { "name": "Lane Add API", "version": "1.3.43" }, "items": [ { "info": { "name": "Add", "type": "folder" }, "items": [ { "info": { "name": "Add insurance document", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information/add-document", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Add insurance document" }, { "info": { "name": "Add Payment Details from dealer side", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/add-payment-details/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Add Payment Details from dealer side" }, { "info": { "name": "Add Insurance", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/insurance/add-insurance", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Storing Transaction id" } ] } ], "bundled": true }