{ "opencollection": "1.0.0", "info": { "name": "Lane Order API", "version": "1.3.43" }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "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": "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": "Order expiry date", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/expiry/:order_stage/:dealer_id", "params": [ { "name": "order_stage", "value": "", "type": "path" }, { "name": "dealer_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get order expiry date" }, { "info": { "name": "Creates fee record for order", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/order-fees", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates fee record for order" }, { "info": { "name": "Get all order fees for order", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/order-fees/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all order fees for order" }, { "info": { "name": "Update fee record for order", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/order-fees/: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 fee record for order" }, { "info": { "name": "Delete all orders fees filtered on identifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/configure/order-fees/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete all orders fees filtered on identifier" }, { "info": { "name": "Create a new order option record", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/order-options", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create a new order option record" }, { "info": { "name": "Get order option details", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/order-options/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get order all options against an identifier" }, { "info": { "name": "Update an order option record", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/order-options/: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 order option record" }, { "info": { "name": "Delete order option record", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/configure/order-options/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete all order option records against identifier" }, { "info": { "name": "Create finance insurance product record for order", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/order-fni", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create finance insurance product record for order" }, { "info": { "name": "Get orders finance insurance product filtered on identifier", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/order-fni/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get orders finance insurance product filtered on identifier" }, { "info": { "name": "Update finance insurance product record for order", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/order-fni/: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 finance insurance product record for order" }, { "info": { "name": "Delete all orders finance insurance product filtered on identifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/configure/order-fni/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete all orders finance insurance product filtered on identifier" }, { "info": { "name": "Creates an order tradein info setup record", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/order/tradein", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates an order tradein info setup record" }, { "info": { "name": "Get a order tradein info setup record", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/order/tradein/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get a order tradein info setup record identifier" }, { "info": { "name": "Updates a order tradei info setup record", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/order/tradein/: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": "Updates a order tradei info setup record by identifier" }, { "info": { "name": "Delete order tradein info setup record", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/configure/order/tradein/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete order tradein info setup record identifier" }, { "info": { "name": "Search orders based on filters", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/order/filter", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "order_status", "value": "", "type": "query" }, { "name": "order_id", "value": "", "type": "query" }, { "name": "ref_number", "value": "", "type": "query" }, { "name": "finance_type", "value": "", "type": "query" }, { "name": "amount", "value": "", "type": "query" }, { "name": "created_at", "value": "", "type": "query" }, { "name": "expiry_date", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Search orders based on filters" }, { "info": { "name": "Get orders record filtered on order status", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/order-status/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get orders record filtered on order status" }, { "info": { "name": "Update order status record by order reference number", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/order/update-status/:reference_number", "params": [ { "name": "reference_number", "value": "", "type": "path" }, { "name": "is_inventory_check", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update order status record by order reference number" }, { "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": "Update order status history record by order reference number", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/order/status/", "body": { "type": "json", "data": "{}" } }, "docs": "Update order status history record by order reference number" }, { "info": { "name": "Get order status by dealer", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/order/status-by-dealer", "params": [ { "name": "dealer_id", "value": "", "type": "query" }, { "name": "reference_number", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get order status by dealer" }, { "info": { "name": "Get order by order status", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/order_information_for_submitted_order", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "order_status", "value": "", "type": "query" }, { "name": "reference_number", "value": "", "type": "query" }, { "name": "order_fee", "value": "", "type": "query" }, { "name": "order_option", "value": "", "type": "query" }, { "name": "order_fni", "value": "", "type": "query" }, { "name": "order_tradein", "value": "", "type": "query" }, { "name": "order_assets", "value": "", "type": "query" } ] }, "docs": "Get order by order status" }, { "info": { "name": "Get order by order status", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/order_information/:reference_number", "params": [ { "name": "reference_number", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get order by order status" }, { "info": { "name": "Get order insurance documents by order ID", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/order_insurance_documents/:reference_number", "params": [ { "name": "reference_number", "value": "", "type": "path" } ] }, "docs": "Get order insurance documents by order ID" }, { "info": { "name": "Get credit decision", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/credit-decision", "params": [ { "name": "reference_number", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get credit decision" }, { "info": { "name": "Add credit decision", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/credit-decision", "params": [ { "name": "reference_number", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add credit decision" }, { "info": { "name": "Get Order checklist", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/order-checklist", "params": [ { "name": "customer_reference_id", "value": "", "type": "query" }, { "name": "checklist_identifier", "value": "", "type": "query" }, { "name": "order_reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Order checklist" }, { "info": { "name": "Add Order checklist", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/order-checklist", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Add Order checklist" }, { "info": { "name": "Update Order checklist", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/order-checklist", "params": [ { "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": "Update Order checklist" }, { "info": { "name": "Delete Order checklist", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/order/order-checklist", "params": [ { "name": "customer_reference_id", "value": "", "type": "query" }, { "name": "order_reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete Order checklist" }, { "info": { "name": "Get Order Checklist Update History", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/order-checklist-update-history", "params": [ { "name": "customer_reference_id", "value": "", "type": "query" }, { "name": "event", "value": "", "type": "query" }, { "name": "order_reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Order Checklist Update History" }, { "info": { "name": "Update decision status after receiving decision from credit approver", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/update-credit-approver-decision/:reference_number", "params": [ { "name": "reference_number", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update an configured quotation" }, { "info": { "name": "Update Payment Status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/update-payment-status/:reference_number", "params": [ { "name": "reference_number", "value": "", "type": "path" }, { "name": "payment_indicator", "value": "", "type": "query" }, { "name": "order_status", "value": "", "type": "query" } ] }, "docs": "Update Payment Status" }, { "info": { "name": "Verify Order Documents", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/order-verify-document/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Verify Order Documents" }, { "info": { "name": "Upload Signed Document", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/upload-signed-document/: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": "Upload Signed Document" }, { "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": "Save Single Quotation", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/quick_quotation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Save Single Quotation" }, { "info": { "name": "Update Quotation", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/quick_quotation", "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 Quotation" }, { "info": { "name": "Get all orders for workqueue.", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/workqueue", "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" }, { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all orders for workqueue." }, { "info": { "name": "Get AN Order Statuses", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/an-order-statuses" }, "docs": "Get AN Order Statuses" }, { "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": "Update Order Submission Status", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/update-order-submission", "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Updates an order submission status by hubex response" }, { "info": { "name": "Update Order Status and Lender Id", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/approve-order-by-lender/:reference_number/:lender_id", "params": [ { "name": "reference_number", "value": "", "type": "path" }, { "name": "lender_id", "value": "", "type": "path" }, { "name": "order_status", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update the order status to approve and replace lender 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" }, { "info": { "name": "Get single order submission by primary key", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/get-order-submission-by-id/:submission_id", "params": [ { "name": "submission_id", "value": "", "type": "path" } ] }, "docs": "Gets single order submission record against given id" }, { "info": { "name": "Update order and re-send deal to lender", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/re-submit/: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 the order and resubmit deal to lenders with deffering existing submission records." }, { "info": { "name": "Create new order proposal for broker", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/proposal", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create new order proposal for broker" }, { "info": { "name": "Update order proposal for broker", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/proposal", "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 order proposal for broker" }, { "info": { "name": "Update order proposal status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/change-proposal-status", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update order proposal status" }, { "info": { "name": "Get order proposal analytics for broker dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/proposal-dashboard-analytics", "params": [ { "name": "statuses", "value": "", "type": "query", "description": "Accepts only string values" }, { "name": "dealer_id", "value": "", "type": "query" }, { "name": "broker_id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "product_type", "value": "", "type": "query" }, { "name": "finance_type", "value": "", "type": "query" }, { "name": "customer_name", "value": "", "type": "query" }, { "name": "lender_name", "value": "", "type": "query" }, { "name": "dealer_name", "value": "", "type": "query" }, { "name": "introducer_name", "value": "", "type": "query" }, { "name": "date_submitted", "value": "", "type": "query" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "finance_amount", "value": "", "type": "query" }, { "name": "updated_at", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" }, { "name": "updated_at_from", "value": "", "type": "query" }, { "name": "updated_at_to", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get order proposal analytics for broker dashboard" }, { "info": { "name": "Generate Document for respective event", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/generate-document/:event_name", "params": [ { "name": "event_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Generate Document for respective event" }, { "info": { "name": "Get generated document(s) key(s) against specific event", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/download_document_by_event/:event_name", "params": [ { "name": "event_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get generated document(s) key(s) against specific event" }, { "info": { "name": "send Email notification", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/send-email/:event_name", "params": [ { "name": "event_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "send Email notification" }, { "info": { "name": "Get order stakeholder", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/order/stakeholder/", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "order_identifier", "value": "", "type": "query" }, { "name": "stakeholder_reference_id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "role", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "position", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" } ] }, "docs": "Get order stakeholder" }, { "info": { "name": "Create new order stakeholder", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/stakeholder/", "body": { "type": "json", "data": "{}" } }, "docs": "Create new order stakeholder" }, { "info": { "name": "Update order stakeholder", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/stakeholder/", "params": [ { "name": "identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update order stakeholder" }, { "info": { "name": "Update order stakeholder", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/order/stakeholder/", "params": [ { "name": "identifier", "value": "", "type": "query" } ] }, "docs": "Update order stakeholder" }, { "info": { "name": "Calculate Quotation", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/quote/calculate-order", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Calculate Quotation" }, { "info": { "name": "Mock Credit Approver API & Fraud Check", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/submit-order", "params": [ { "name": "reference_number", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Mock Request" }, { "info": { "name": "Check Dealer actively order", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/dealer/check-actively-order", "params": [ { "name": "dealer_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Check Dealer actively order" } ] } ], "bundled": true }