{ "opencollection": "1.0.0", "info": { "name": "Lane Signatures API", "version": "1.3.43" }, "items": [ { "info": { "name": "Signatures", "type": "folder" }, "items": [ { "info": { "name": "Gets a customer signature record by customer signature id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/signature", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Gets a customer signature record by customer signature id" }, { "info": { "name": "Creates customer signature ", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/signature", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates customer signature " }, { "info": { "name": "Updates customer signature ", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/signature", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "dealer_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Updates customer signature " }, { "info": { "name": "Deprecate signature delete enpoint. Use [delete-signature] instead", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/signature", "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": "Delete single customer signature record" }, { "info": { "name": "Gets a customer signature record by dealer id", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/signature/by-dealer-id", "params": [ { "name": "dealer_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Gets a customer signature record by dealer 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" } ] } ], "bundled": true }