{ "opencollection": "1.0.0", "info": { "name": "Lane Comments API", "version": "1.3.43" }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Create customer comment diary", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/comment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create customer comment diary" }, { "info": { "name": "Update customer comment diary", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/comment", "params": [ { "name": "identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update customer comment diary" }, { "info": { "name": "Get customer comment diary", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/comments", "params": [ { "name": "reference_id", "value": "", "type": "query" }, { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "order_reference_id", "value": "", "type": "query" }, { "name": "comment", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query", "description": "Accepts only string values" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer comment diary" } ] } ], "bundled": true }