{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts Bulk Actions API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bulk Actions", "type": "folder" }, "items": [ { "info": { "name": "Update multiple tasks", "type": "http" }, "http": { "method": "PUT", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/bulk_action", "body": { "type": "json", "data": "{}" } }, "docs": "Update multiple tasks at once. All tasks specified in the payload will be updated.\nThis operation either succeeds as a whole or fails as a whole. If any of the\ntasks does not exist or is inaccessible, the entire operation will fail." }, { "info": { "name": "Update multiple tasks", "type": "http" }, "http": { "method": "PATCH", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/bulk_action", "body": { "type": "json", "data": "{}" } }, "docs": "Update multiple tasks at once, changing only the values that are specified.\nAll tasks specified in the payload will be updated. This operation either\nsucceeds as a whole or fails as a whole. If any of the tasks does not exist or\nis inaccessible, the entire operation will fail." }, { "info": { "name": "Delete multiple tasks", "type": "http" }, "http": { "method": "DELETE", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/bulk_action", "body": { "type": "json", "data": "{}" } }, "docs": "Delete multiple tasks at once. All tasks specified in the payload will be deleted.\nThis operation either succeeds as a whole or fails as a whole. If any of the\ntasks does not exist or is inaccessible, the entire operation will fail." }, { "info": { "name": "Change the status of multiple tasks", "type": "http" }, "http": { "method": "PATCH", "url": "https://example.alayacare.com/ext/api/v2/accounting/tasks/bulk_action/status", "body": { "type": "json", "data": "{}" } }, "docs": "Change the status of multiple tasks at once. All tasks specified in the payload\nwill be updated. This operation either succeeds as a whole or fails as a whole.\nIf any of the tasks does not exist or is inaccessible, the entire operation\nwill fail." } ] } ], "bundled": true }