{ "opencollection": "1.0.0", "info": { "name": "Lane Documents API", "version": "1.3.43" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "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": "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": "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": "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 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": "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" }, { "info": { "name": "Get document package by identifier", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/document-package", "params": [ { "name": "package_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get document package by identifier" }, { "info": { "name": "Create document package", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/configure/document-package", "params": [ { "name": "is_product", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create document package" }, { "info": { "name": "Cancel document package and document by identifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/configure/document-package", "params": [ { "name": "package_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Cancel document package and document by identifier" }, { "info": { "name": "Get document package by reference_id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/document-package-by-reference-id", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get document package by reference_id" }, { "info": { "name": "Get document from document package by identifier", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/document-package/document", "params": [ { "name": "package_id", "value": "", "type": "query" }, { "name": "document_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get document from document package by identifier" }, { "info": { "name": "Get document package by identifier", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/document-pre-signed-url/:key", "params": [ { "name": "key", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get document package by identifier" }, { "info": { "name": "Get bookmarks of documents and notifications", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/configure/document-notification-bookmarks", "params": [ { "name": "event_name", "value": "", "type": "query" } ] }, "docs": "Get bookmarks of documents and notifications" }, { "info": { "name": "Handle contract document", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/contract-document", "params": [ { "name": "reference_number", "value": "", "type": "query" }, { "name": "document_event", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Handle contract document" } ] } ], "bundled": true }