You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bank-feeds/CodatBankFeeds/BankAccounts.cs
+131-3Lines changed: 131 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,41 @@ namespace Codat.BankFeeds
25
25
publicinterfaceIBankAccounts
26
26
{
27
27
28
+
/// <summary>
29
+
/// Create bank account
30
+
///
31
+
/// <remarks>
32
+
/// The *Create bank account* endpoint creates a new <a href="https://docs.codat.io/bank-feeds-api#/schemas/BankAccount">bank account</a> for a given company's connection.<br/>
33
+
/// <br/>
34
+
/// <a href="https://docs.codat.io/bank-feeds-api#/schemas/BankAccount">Bank accounts</a> are financial accounts maintained by a bank or other financial institution.<br/>
35
+
/// <br/>
36
+
/// **Integration-specific behaviour**<br/>
37
+
/// <br/>
38
+
/// Required data may vary by integration. To see what data to post, first call <a href="https://docs.codat.io/bank-feeds-api#/operations/get-create-update-bankAccounts-model">Get create/update bank account model</a>.<br/>
39
+
/// <br/>
40
+
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankAccounts">coverage explorer</a> for integrations that support creating an account.
/// The *Get create/update bank account model* endpoint returns the expected data for the request payload when creating and updating a <a href="https://docs.codat.io/bank-feeds-api#/schemas/BankAccount">bank account</a> for a given company and integration.<br/>
50
+
/// <br/>
51
+
/// <a href="https://docs.codat.io/bank-feeds-api#/schemas/BankAccount">Bank accounts</a> are financial accounts maintained by a bank or other financial institution.<br/>
52
+
/// <br/>
53
+
/// **Integration-specific behaviour**<br/>
54
+
/// <br/>
55
+
/// See the *response examples* for integration-specific indicative models.<br/>
56
+
/// <br/>
57
+
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankAccounts">coverage explorer</a> for integrations that support creating and updating a bank account.<br/>
0 commit comments