{ "opencollection": "1.0.0", "info": { "name": "Lane Submit API", "version": "1.3.43" }, "items": [ { "info": { "name": "Submit", "type": "folder" }, "items": [ { "info": { "name": "Update order and re-send deal to lender", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/re-submit/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update the order and resubmit deal to lenders with deffering existing submission records." }, { "info": { "name": "Mock Credit Approver API & Fraud Check", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/submit-order", "params": [ { "name": "reference_number", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Mock Request" } ] } ], "bundled": true }