{ "opencollection": "1.0.0", "info": { "name": "Lane Address API", "version": "1.3.43" }, "items": [ { "info": { "name": "Address", "type": "folder" }, "items": [ { "info": { "name": "Get existing record of address", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/address", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get existing record of address" }, { "info": { "name": "Create an address", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/address", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create single address record" }, { "info": { "name": "Update an address", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/address", "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": "Update an existing record of address" }, { "info": { "name": "Delete existing record of address", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/address", "params": [ { "name": "address_type", "value": "", "type": "query" }, { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete existing record of address" }, { "info": { "name": "Delete existing record of address", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/address/history", "params": [ { "name": "address_type", "value": "", "type": "query" }, { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete existing record of address" } ] } ], "bundled": true }