{ "opencollection": "1.0.0", "info": { "name": "Lane Status API", "version": "1.3.43" }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "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": "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": "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": "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": "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": "Update Disclaimer status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/configure/disclaimer-status", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "change_status", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update Disclaimer status" }, { "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 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": "Set Trade-in inspection status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/set-trade-in-inspection-status/:order_id", "params": [ { "name": "order_id", "value": "", "type": "path" }, { "name": "inspection_status", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method will set Trade-in inspection status" }, { "info": { "name": "Update exisitng lead status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/lead/change-status/:lead_id", "params": [ { "name": "lead_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method will update exisitng lead status along with any other param update" } ] } ], "bundled": true }