{ "opencollection": "1.0.0", "info": { "name": "Lane Customers API", "version": "1.3.43" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Creates customer", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create single customer record" }, { "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": "Get all customer records", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/all-customers", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all record against customers" }, { "info": { "name": "Get all customer records dynamic search", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/all-customers-dynamic-search", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "sort_by", "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" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all customer records dynamic search" }, { "info": { "name": "Get all customers records history", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/customer-history", "params": [ { "name": "reference_id", "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 customers records history" }, { "info": { "name": "Check customer, create if does not exist", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/check-customer-by-email", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Check customer, create if does not exist" }, { "info": { "name": "Update Dms Customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/update-dms-customer", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "dealer_code", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update Dms Customer" }, { "info": { "name": "Get customer record", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "ssn", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer record by customer ID" }, { "info": { "name": "Updates customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer", "params": [ { "name": "reference_id", "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": "Update customer record by customer ID" }, { "info": { "name": "Deprecate customer delete enpoint. Use [delete-customer] instead", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/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 record", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/check-dms-customer", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "dealer_code", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer record by customer ID" }, { "info": { "name": "Get Customer Record by email", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer-by-email", "params": [ { "name": "email", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Gets a customer record by email" }, { "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": "Gets customer names by customer reference ids", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customers", "params": [ { "name": "reference_ids", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Gets customer names by reference ids" }, { "info": { "name": "Gets customer names by customer reference ids", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Gets customer names by reference ids" }, { "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": "Get third party response history", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/third-party-response-history", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "identifier", "value": "", "type": "query" }, { "name": "include_images", "value": "", "type": "query" }, { "name": "include_response", "value": "", "type": "query" }, { "name": "type_list", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get third party response history" }, { "info": { "name": "Get single employment information record", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/employment-info", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get employment information by customer ID" }, { "info": { "name": "Creates employment information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/employment-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 employment information against customer" }, { "info": { "name": "Updates employment information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/employment-info", "params": [ { "name": "reference_id", "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": "Update employment information against customer" }, { "info": { "name": "Delete single employment information record", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/employment-info", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete employment information record of customer employment record ID" }, { "info": { "name": "Get single personal finance information record", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/personal-finance", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get personal finance information by customer ID" }, { "info": { "name": "Creates personal finance information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/personal-finance", "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 personal finance information against customer" }, { "info": { "name": "Updates personal finance information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/personal-finance", "params": [ { "name": "reference_id", "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": "Update personal finance information against customer" }, { "info": { "name": "Delete single personal finance information record", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/personal-finance", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete personal finance information record of customer employment record ID" }, { "info": { "name": "Get customer payment information", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/payment-information", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer payment information" }, { "info": { "name": "Create customer payment information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/payment-information", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create customer payment information" }, { "info": { "name": "Update customer payment information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/payment-information", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update customer payment information" }, { "info": { "name": "Delete customer payment information", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/payment-information", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete all customer payment information" }, { "info": { "name": "Gets a customer signature record by customer signature id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/signature", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Gets a customer signature record by customer signature id" }, { "info": { "name": "Creates customer signature ", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/signature", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates customer signature " }, { "info": { "name": "Updates customer signature ", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/signature", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "dealer_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Updates customer signature " }, { "info": { "name": "Deprecate signature delete enpoint. Use [delete-signature] instead", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/signature", "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 single customer signature record" }, { "info": { "name": "Delete single customer signature record", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/delete-signature", "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 single customer signature record" }, { "info": { "name": "Gets a customer signature record by dealer id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/signature/by-dealer-id", "params": [ { "name": "dealer_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Gets a customer signature record by dealer id" }, { "info": { "name": "Get customer insurance information by customer reference id and order reference number", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information", "params": [ { "name": "reference_id", "value": "", "type": "query", "description": "provide valid reference_id" }, { "name": "order_reference_id", "value": "", "type": "query", "description": "provide valid order_reference_id" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer insurance information by customer reference id and order reference number" }, { "info": { "name": "Create customer insurance information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create customer insurance information" }, { "info": { "name": "Updates customer insurance information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "order_reference_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Updates customer insurance information" }, { "info": { "name": "Delete single customer insurance information", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete single customer insurance information" }, { "info": { "name": "Updates customer insurance information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/update-insurance-information", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "order_reference_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Updates customer insurance information" }, { "info": { "name": "Get customer insurance information history", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information-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 customer insurance information history" }, { "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 customer insurance information by order reference number", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information-by-order", "params": [ { "name": "order_reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer insurance information by order reference number" }, { "info": { "name": "Get customer insurance information document history", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information/document-history", "params": [ { "name": "reference_id", "value": "", "type": "query", "description": "provide valid reference_id" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer insurance information document history" }, { "info": { "name": "Delete single customer insurance information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/delete-insurance-information", "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 single customer insurance information" }, { "info": { "name": "Add insurance document", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information/add-document", "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": "Add insurance document" }, { "info": { "name": "Delete insurance document ", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information/remove-document", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "identifier", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete insurance document " }, { "info": { "name": "Delete insurance document ", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/insurance-information/remove-insurance-document", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete insurance document " }, { "info": { "name": "Get all customer status flag", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/status-flag", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all customer status flag" }, { "info": { "name": "Create customer status flag", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/status-flag", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create customer status flag" }, { "info": { "name": "Remove customer status flag", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/status-flag", "params": [ { "name": "identifier", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Remove customer status flag" }, { "info": { "name": "Remove customer status flag", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/remove-status-flag", "params": [ { "name": "identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Remove customer status flag" }, { "info": { "name": "Create customer comment diary", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/comment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create customer comment diary" }, { "info": { "name": "Update customer comment diary", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/comment", "params": [ { "name": "identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update customer comment diary" }, { "info": { "name": "Get customer comment diary", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/comments", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "order_reference_id", "value": "", "type": "query" }, { "name": "comment", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query", "description": "Accepts only string values" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer comment diary" }, { "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" }, { "info": { "name": "Creates personal finance information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/fraud-check", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create personal finance information against customer" }, { "info": { "name": "Get all customer records along with its orders dynamic search", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/all-customers-orders-dynamic-search", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "sort_by", "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" }, { "name": "is_dealer", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all customer records along with order dynamic search" }, { "info": { "name": "send order link", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/send-order-link", "params": [ { "name": "reference_number", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "send order link" }, { "info": { "name": "Get reference id by email", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customers/reference-id", "params": [ { "name": "email", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Retrieve the reference id associated with the given email of customer." }, { "info": { "name": "Get all orders of a customer", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/quotation-by-customers", "params": [ { "name": "email", "value": "", "type": "query" }, { "name": "finance_type", "value": "", "type": "query" }, { "name": "dealer_id", "value": "", "type": "query" }, { "name": "order_status", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all orders of a customer" }, { "info": { "name": "Get customer mandatory Disclaimers", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/customer-mandatory-disclaimers", "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer mandatory Disclaimers" }, { "info": { "name": "Get customer documents", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/document", "params": [ { "name": "external_reference_id", "value": "", "type": "query" }, { "name": "customer_reference_id", "value": "", "type": "query" }, { "name": "stipulation_code", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" }, { "name": "document_type", "value": "", "type": "query" }, { "name": "document_status", "value": "", "type": "query", "description": "Accepts only string values" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer documents" }, { "info": { "name": "Creates customer document", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/document", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates customer document" }, { "info": { "name": "Update customer document by identifier", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/document", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update customer document by identifier" }, { "info": { "name": "Delete customer document by identifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/document", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete customer document by identifier" }, { "info": { "name": "Get customer document by identifier", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/document/status", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer document by identifier" }, { "info": { "name": "Update customer document status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/document/status", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update customer document status" }, { "info": { "name": "Get customer document history", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/document-history", "params": [ { "name": "customer_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 customer document history" }, { "info": { "name": "Update customer document by identifier", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/documents/:customer_reference_id", "params": [ { "name": "customer_reference_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update customer document by identifier" }, { "info": { "name": "Delete customer document by identifier", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/delete-document", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete customer document by identifier" }, { "info": { "name": "Get customer document reviews", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/document/review", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer document reviews" }, { "info": { "name": "Add customer document review", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/document/review", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Add customer document review" }, { "info": { "name": "Get customer document upload status", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/document/uploading-status", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer document upload status" }, { "info": { "name": "Update customer document upload status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/document/uploading-status", "params": [ { "name": "document_identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update customer document upload status" }, { "info": { "name": "Get customer document url by artifect_id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/document/download", "params": [ { "name": "artifect_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer document url by artifect_id" }, { "info": { "name": "Get customer document stream by artifect_id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/document/download-stream", "params": [ { "name": "artifect_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer document stream by artifect_id" }, { "info": { "name": "Customer Document Signature", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/document/signature-document", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Customer Document Signature" }, { "info": { "name": "Creates customer document", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/additional-document", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates customer document" } ] } ], "bundled": true }