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/Codat/BankFeeds/AccountMapping.cs
+30-38Lines changed: 30 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,16 @@ public interface IAccountMapping
29
29
{
30
30
31
31
/// <summary>
32
-
/// List bank feed account mappings
32
+
/// List bank feed accounts
33
33
///
34
34
/// <remarks>
35
-
/// The *List bank account mappings* endpoint returns information about a source bank account and any current or potential target mapping accounts.<br/>
35
+
/// The *List bank accounts* endpoint returns information about a source bank account and any current or potential target mapping accounts.<br/>
36
36
/// <br/>
37
-
/// A bank feed account mapping is a specified link between the source account (provided by the Codat user) and the target account (the end users account in the underlying platform).<br/>
37
+
/// A bank feed account mapping is a specified link between the source account (provided by the Codat user) and the target account (the end user's account in the underlying software).<br/>
38
38
/// <br/>
39
-
/// This endpoint is only needed if building an account management UI.
39
+
/// > **For custom builds only**<br/>
40
+
/// > <br/>
41
+
/// > Only use this endpoint if you are building your own account management UI.
@@ -47,11 +49,13 @@ public interface IAccountMapping
47
49
/// <remarks>
48
50
/// The *Create bank account mapping* endpoint creates a new mapping between a source bank account and a potential account in the accounting software (target account).<br/>
49
51
/// <br/>
50
-
/// A bank feed account mapping is a specified link between the source account (provided by the Codat user) and the target account (the end users account in the underlying platform).<br/>
52
+
/// A bank feed account mapping is a specified link between the source account (provided by the Codat user) and the target account (the end user's account in the underlying software).<br/>
51
53
/// <br/>
52
-
/// To find valid target account options, first call list bankfeed account mappings.<br/>
54
+
/// To find valid target account options, first call the <a href="https://docs.codat.io//bank-feeds-api#/operations/get-bank-account-mapping">List bank feed account mappings</a> endpoint.<br/>
53
55
/// <br/>
54
-
/// This endpoint is only needed if building an account management UI.
56
+
/// > **For custom builds only**<br/>
57
+
/// ><br/>
58
+
/// > Only use this endpoint if you are building your own account management UI.
0 commit comments