{ "opencollection": "1.0.0", "info": { "name": "Lane Options API", "version": "1.3.43" }, "items": [ { "info": { "name": "Options", "type": "folder" }, "items": [ { "info": { "name": "Create a new order option record", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/order-options", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create a new order option record" }, { "info": { "name": "Get order option details", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/order-options/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get order all options against an identifier" }, { "info": { "name": "Update an order option record", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/order-options/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update an order option record" }, { "info": { "name": "Delete order option record", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/configure/order-options/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete all order option records against identifier" }, { "info": { "name": "Get All Dealer Options By Model Name", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/dealer/option-model-name", "params": [ { "name": "dealer_code", "value": "", "type": "query" }, { "name": "model_name", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get All Dealer Options By Model Name" }, { "info": { "name": "Get trade in options linked with vehicles", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/get-tradein-options/", "headers": [ { "name": "x-service-provider", "value": "" }, { "name": "x-dealer-code", "value": "" }, { "name": "company-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method will get all the options related to vehicle" } ] } ], "bundled": true }