{ "opencollection": "1.0.0", "info": { "name": "Api Documentation Accounts paid-expense-controller API", "version": "1.0" }, "items": [ { "info": { "name": "paid-expense-controller", "type": "folder" }, "items": [ { "info": { "name": "Post a payment", "type": "http" }, "http": { "method": "POST", "url": "https://service.chromeriver.com/v1/paid-expense", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This web service allows an external application to post a payment." }, { "info": { "name": "Post a collection of payments", "type": "http" }, "http": { "method": "POST", "url": "https://service.chromeriver.com/v1/paid-expenses", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This web service allows an external application to post a collection of payments." } ] } ], "bundled": true }