{ "opencollection": "1.0.0", "info": { "name": "Lane Licenses API", "version": "1.3.43" }, "items": [ { "info": { "name": "Licenses", "type": "folder" }, "items": [ { "info": { "name": "Get license info record by reference id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/license-info", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "is_presigned_url_required", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get license info record by reference id" }, { "info": { "name": "Creates license information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/license-info", "params": [ { "name": "dealer_code", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create license information against customer" }, { "info": { "name": "Updates License Info Record", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/license-info", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "is_presigned_url_required", "value": "", "type": "query" }, { "name": "dealer_code", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Updates a license info setup record by license id" }, { "info": { "name": "Delete single license information record", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/license-info", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete customer license information record of customer record ID" }, { "info": { "name": "Get all customer license information history", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/license-info-history", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "from_date", "value": "", "type": "query", "description": "Format: YYYY-MM-DD" }, { "name": "to_date", "value": "", "type": "query", "description": "Format: YYYY-MM-DD" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all customer license information history" }, { "info": { "name": "License verification through MiTek", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/license-verification", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "license-verification through MiTek" } ] } ], "bundled": true }