action codat_create_bank_account { label: "Create bank account" description: "Posts a new bank account to the accounting package for a given company.\n\nRequired data may vary by integration. To see what data to post, first call []().\n\n> **Supported Integrations**\n> \n> Check out our [Knowledge UI](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankAccounts) for integrations that support creating bank accounts." provider: codat method: POST path: "/companies/{companyId}/connections/{connectionId}/push/bankAccounts" encoding: json input: { type: "object" properties: { allowSyncOnPushComplete: { type: "boolean" } timeoutInMinutes: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" } }