{ "opencollection": "1.0.0", "info": { "name": "Lane Quotation API", "version": "1.3.43" }, "items": [ { "info": { "name": "Quotation", "type": "folder" }, "items": [ { "info": { "name": "Get Specific quotation", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/quotation", "params": [ { "name": "reference_number", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Specific quotation" }, { "info": { "name": "Get Specific quotation", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/all-quotation/:reference_number", "params": [ { "name": "reference_number", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Specific quotation" }, { "info": { "name": "Update an configured quotation", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/quotation/: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 configured quotation" }, { "info": { "name": "Save a new order quotation", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/save-quotation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Save a new order quotation and child objects orderoffer, orderfee, orderoption, orderFnI, orderTradeIn" }, { "info": { "name": "Convert specific Order to Quotation", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/order-to-quotation/:identifier/:reference_number", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "reference_number", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update order record from application to quotation" }, { "info": { "name": "Convert specific Quotation to Application", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/quotation-to-order/: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": "Convert specific Quotation stage to Application and save all financial data" }, { "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 all quotations based on reference number", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/all-quotation-by-reference-number/", "params": [ { "name": "reference_number", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all quotations based on reference number" }, { "info": { "name": "Get Specific quotation", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/quick-quotation-by-identifier/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Specific quotation" }, { "info": { "name": "Get all orders of a customer", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/quick-quotation-by-vendor", "params": [ { "name": "statuses", "value": "", "type": "query", "description": "Accepts only string values" }, { "name": "dealer_id", "value": "", "type": "query" }, { "name": "broker_id", "value": "", "type": "query" }, { "name": "customer_email", "value": "", "type": "query" }, { "name": "customer_name", "value": "", "type": "query" }, { "name": "lender_name", "value": "", "type": "query" }, { "name": "dealer_name", "value": "", "type": "query" }, { "name": "contact_number", "value": "", "type": "query" }, { "name": "vendor_name", "value": "", "type": "query" }, { "name": "introducer_name", "value": "", "type": "query" }, { "name": "vendor_email", "value": "", "type": "query" }, { "name": "reference_number", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "finance_type", "value": "", "type": "query" }, { "name": "product_type", "value": "", "type": "query" }, { "name": "finance_amount", "value": "", "type": "query" }, { "name": "updated_at", "value": "", "type": "query" }, { "name": "date_submitted", "value": "", "type": "query" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" }, { "name": "order_stage", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all orders of a customer" } ] } ], "bundled": true }