{ "opencollection": "1.0.0", "info": { "name": "Lane Employment API", "version": "1.3.43" }, "items": [ { "info": { "name": "Employment", "type": "folder" }, "items": [ { "info": { "name": "Get single employment information record", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/employment-info", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get employment information by customer ID" }, { "info": { "name": "Creates employment information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/employment-info", "params": [ { "name": "dealer_code", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create employment information against customer" }, { "info": { "name": "Updates employment information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/employment-info", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "dealer_code", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update employment information against customer" }, { "info": { "name": "Delete single employment information record", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/employment-info", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete employment information record of customer employment record ID" } ] } ], "bundled": true }