{ "opencollection": "1.0.0", "info": { "name": "Codat Accounting Payables API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Payables", "type": "folder" }, "items": [ { "info": { "name": "List payable bills", "type": "http" }, "http": { "method": "GET", "url": "https://api.codat.io/companies/:companyId/connections/:connectionId/payables/bills", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier for a company." }, { "name": "connectionId", "value": "", "type": "path", "description": "Unique identifier for a connection." } ] }, "docs": "List payable bills" }, { "info": { "name": "Create bill", "type": "http" }, "http": { "method": "POST", "url": "https://api.codat.io/companies/:companyId/connections/:connectionId/payables/bills", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier for a company." }, { "name": "connectionId", "value": "", "type": "path", "description": "Unique identifier for a connection." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a bill in the accounting platform for the given company." }, { "info": { "name": "Create bill payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.codat.io/companies/:companyId/connections/:connectionId/payables/bills/:billId/payment", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier for a company." }, { "name": "connectionId", "value": "", "type": "path", "description": "Unique identifier for a connection." }, { "name": "billId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create bill payment" }, { "info": { "name": "Create supplier", "type": "http" }, "http": { "method": "POST", "url": "https://api.codat.io/companies/:companyId/connections/:connectionId/payables/suppliers", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier for a company." }, { "name": "connectionId", "value": "", "type": "path", "description": "Unique identifier for a connection." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create supplier" } ] } ], "bundled": true }