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: sync-for-expenses/CodatSyncExpenses/Accounts.cs
+75-8Lines changed: 75 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,37 @@ public interface IAccountsSDK
29
29
/// Create account
30
30
///
31
31
/// <remarks>
32
-
/// The *Create account* endpoint creates a new <a href="https://docs.codat.io/accounting-api#/schemas/Account">account</a> for a given company's connection.<br/>
32
+
/// The *Create account* endpoint creates a new <a href="https://docs.codat.io/sync-for-expenses-api#/schemas/Account">account</a> for a given company's connection.<br/>
33
33
/// <br/>
34
-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Account">Accounts</a> are the categories a business uses to record accounting transactions.<br/>
34
+
/// <a href="https://docs.codat.io/sync-for-expenses-api#/schemas/Account">Accounts</a> are the categories a business uses to record accounting transactions.<br/>
35
35
/// <br/>
36
36
/// **Integration-specific behaviour**<br/>
37
37
/// <br/>
38
-
/// Required data may vary by integration. To see what data to post, first call <a href="https://docs.codat.io/accounting-api#/operations/get-create-chartOfAccounts-model">Get create account model</a>.<br/>
38
+
/// Required data may vary by integration. To see what data to post, first call <a href="https://docs.codat.io/sync-for-expenses-api#/operations/get-create-chartOfAccounts-model">Get create account model</a>.<br/>
39
39
/// <br/>
40
40
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts">coverage explorer</a> for integrations that support creating an account.<br/>
/// The *Get create account model* endpoint returns the expected data for the request payload when creating an <a href="https://docs.codat.io/sync-for-expenses-api#/schemas/Account">account</a> for a given company and integration.<br/>
51
+
/// <br/>
52
+
/// <a href="https://docs.codat.io/sync-for-expenses-api#/schemas/Account">Accounts</a> are the categories a business uses to record accounting transactions.<br/>
53
+
/// <br/>
54
+
/// **Integration-specific behaviour**<br/>
55
+
/// <br/>
56
+
/// See the *response examples* for integration-specific indicative models.<br/>
57
+
/// <br/>
58
+
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts">coverage explorer</a> for integrations that support creating an account.<br/>
0 commit comments