{ "opencollection": "1.0.0", "info": { "name": "Lane Data API", "version": "1.3.43" }, "items": [ { "info": { "name": "Data", "type": "folder" }, "items": [ { "info": { "name": "Get Reference Data By Dealer Code", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/get-reference-data/:dealer_code", "params": [ { "name": "dealer_code", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method returns the data of inventory from Configuration By Dealer Code" }, { "info": { "name": "Setup Data", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/get-setup-data", "params": [ { "name": "company_id", "value": "", "type": "query" }, { "name": "setup_data_indicators", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method will return setup data." }, { "info": { "name": "Get Inventory Reference Data", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/inventory/reference-data-by-dealer-code/:dealer_code", "params": [ { "name": "dealer_code", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Inventory Reference Data" } ] } ], "bundled": true }