{ "opencollection": "1.0.0", "info": { "name": "Lane Assets API", "version": "1.3.43" }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "Get assets by trim code", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/assets-by-trim-code/:trim_code", "params": [ { "name": "trim_code", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get assets by trim code" }, { "info": { "name": "Updates an order asset record", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/asset/:reference_number", "params": [ { "name": "reference_number", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Updates an order asset record" }, { "info": { "name": "Calculate Quotation for Multiple Assets", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/quote/calculation/multi-assets", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Calculate Quotation for Multiple Assets" }, { "info": { "name": "Get Active Asset Usages", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/asset-usage/active", "headers": [ { "name": "company_id", "value": "" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Active Asset Usages" } ] } ], "bundled": true }