{ "opencollection": "1.0.0", "info": { "name": "Lane Flags API", "version": "1.3.43" }, "items": [ { "info": { "name": "Flags", "type": "folder" }, "items": [ { "info": { "name": "Get all customer status flag", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/status-flag", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get all customer status flag" }, { "info": { "name": "Create customer status flag", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/status-flag", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create customer status flag" }, { "info": { "name": "Remove customer status flag", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/status-flag", "params": [ { "name": "identifier", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Remove customer status flag" }, { "info": { "name": "Remove customer status flag", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/remove-status-flag", "params": [ { "name": "identifier", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Remove customer status flag" } ] } ], "bundled": true }