{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts Premium Bill Codes API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Premium Bill Codes", "type": "folder" }, "items": [ { "info": { "name": "Add or remove from set of Bill Codes linked to a Premium", "type": "http" }, "http": { "method": "PATCH", "url": "https://example.alayacare.com/ext/api/v2/accounting/premiums/:premium_id/bill_codes", "params": [ { "name": "premium_id", "value": "", "type": "path", "description": "The selected premium id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or remove from set of Bill Codes linked to a Premium" } ] } ], "bundled": true }