{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts Bill Codes API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bill Codes", "type": "folder" }, "items": [ { "info": { "name": "Get all Bill Codes", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/billcodes", "params": [ { "name": "funder_id", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "asc", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "Filter by page number." }, { "name": "count", "value": "", "type": "query", "description": "Number of items per page." } ] }, "docs": "Get all Bill Codes" }, { "info": { "name": "Create Bill Codes", "type": "http" }, "http": { "method": "POST", "url": "https://example.alayacare.com/ext/api/v2/accounting/billcodes", "body": { "type": "json", "data": "{}" } }, "docs": "Create Bill Codes" }, { "info": { "name": "Get a Billcode", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/billcodes/:billcode_id", "params": [ { "name": "billcode_id", "value": "", "type": "path" } ] }, "docs": "Get a Billcode" }, { "info": { "name": "Update a Billcode", "type": "http" }, "http": { "method": "PUT", "url": "https://example.alayacare.com/ext/api/v2/accounting/billcodes/:billcode_id", "params": [ { "name": "billcode_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Billcode" }, { "info": { "name": "Enable a Billcode", "type": "http" }, "http": { "method": "PUT", "url": "https://example.alayacare.com/ext/api/v2/accounting/billcodes/:billcode_id/enable", "params": [ { "name": "billcode_id", "value": "", "type": "path" } ] }, "docs": "Enable a Billcode" }, { "info": { "name": "Disable a Billcode", "type": "http" }, "http": { "method": "PUT", "url": "https://example.alayacare.com/ext/api/v2/accounting/billcodes/:billcode_id/disable", "params": [ { "name": "billcode_id", "value": "", "type": "path" } ] }, "docs": "Disable a Billcode" } ] } ], "bundled": true }