action bigredcloud_bank_accounts_post { label: "Creates a new Bank Account." provider: bigredcloud method: POST path: "/v1/bankAccounts" encoding: json input: { type: "object" properties: { acCode: { type: "string" } accountName: { type: "string" } accountNumber: { type: "string" } address: { type: "array" items: { type: "string" } } bankFeedSource: { type: "integer" format: "int32" } businessIdentifierCodes: { type: "string" } categoryId: { type: "integer" format: "int64" } creditorScheme: { type: "string" } details: { type: "string" } id: { type: "integer" format: "int64" } internationalBankAccountNumber: { type: "string" } isDefaultBank: { type: "boolean" } lastChq: { type: "string" } nominalAcCode: { type: "string" } oBalance: { type: "number" format: "double" } sortCode: { type: "string" } timestamp: { type: "string" format: "byte" } } } output: { type: "object" } }