{ "opencollection": "1.0.0", "info": { "name": "Lane Uploading API", "version": "1.3.43" }, "items": [ { "info": { "name": "Uploading", "type": "folder" }, "items": [ { "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" } ] } ], "bundled": true }