{ "opencollection": "1.0.0", "info": { "name": "Lane Customer API", "version": "1.3.43" }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "send email to customer", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/send-email-to-customer", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "send email to customer" }, { "info": { "name": "Delete customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/delete-customer", "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": "Delete customer record by customer ID" }, { "info": { "name": "Get customer insurance information by customer reference id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information-by-customer", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer insurance information by customer reference id" }, { "info": { "name": "Get order lender submissions of customer by status and Lender ids", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/get-customer-order-submissions/:customer_reference_id/:submission_status", "params": [ { "name": "customer_reference_id", "value": "", "type": "path" }, { "name": "submission_status", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get order lender submission records of customer by status and lender ids" } ] } ], "bundled": true }