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: accounting/docs/accounts/README.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,15 @@ Accounts
13
13
14
14
## create
15
15
16
-
Creates a new account for a given company.
16
+
The *Create accounts* endpoint creates a new [accounts](https://docs.codat.io/accounting-api#/schemas/Account) for a given company.
17
17
18
18
Required data may vary by integration. To see what data to post, first call [Get create account model](https://docs.codat.io/accounting-api#/operations/get-create-chartOfAccounts-model).
19
19
20
20
> **Supported Integrations**
21
21
>
22
-
> Check out our [Knowledge UI](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts) for integrations that support creating an account.
22
+
> Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts) for integrations that support creating an account.
23
+
24
+
[Accounts](https://docs.codat.io/accounting-api#/schemas/Account) are the categories a business uses to record accounting transactions.
23
25
24
26
### Example Usage
25
27
@@ -33,7 +35,6 @@ s = codataccounting.CodatAccounting(
Get create account model. Returns the expected data for the request payload.
132
+
The *Get create account model* endpoint returns the expected data for the request payload when creating an [account](https://docs.codat.io/accounting-api#/schemas/Account) for a given company and integration.
131
133
132
134
See the examples for integration-specific indicative models.
133
135
134
136
> **Supported Integrations**
135
137
>
136
-
> Check out our [Knowledge UI](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts) for integrations that support creating an account.
138
+
> Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=chartOfAccounts) for integrations that support creating an account.
139
+
140
+
[Accounts](https://docs.codat.io/accounting-api#/schemas/Account) are the categories a business uses to record accounting transactions.
137
141
138
142
### Example Usage
139
143
@@ -147,7 +151,6 @@ s = codataccounting.CodatAccounting(
@@ -40,7 +39,8 @@ if res.account_transaction is not None:
40
39
41
40
## list
42
41
43
-
Returns a list of [account transactions](https://docs.codat.io/accounting-api#/schemas/AccountTransaction) for a given company's connection.
42
+
The *List account transactions* endpoint returns a list of [account transactions](https://docs.codat.io/accounting-api#/schemas/AccountTransaction) for a given company's connection.
43
+
44
44
45
45
### Example Usage
46
46
@@ -54,7 +54,6 @@ s = codataccounting.CodatAccounting(
0 commit comments