{ "opencollection": "1.0.0", "info": { "name": "Lane Finance API", "version": "1.3.43" }, "items": [ { "info": { "name": "Finance", "type": "folder" }, "items": [ { "info": { "name": "Get single personal finance information record", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/personal-finance", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get personal finance information by customer ID" }, { "info": { "name": "Creates personal finance information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/personal-finance", "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 personal finance information against customer" }, { "info": { "name": "Updates personal finance information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/personal-finance", "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 personal finance information against customer" }, { "info": { "name": "Delete single personal finance information record", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/personal-finance", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete personal finance information record of customer employment record ID" } ] } ], "bundled": true }