@codat/lending 2.1.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +70 -34
- package/dist/sdk/companies.js +2 -2
- package/dist/sdk/connections.js +2 -2
- package/dist/sdk/fileupload.js +1 -1
- package/dist/sdk/loanwriteback.d.ts +19 -0
- package/dist/sdk/loanwriteback.js +27 -0
- package/dist/sdk/loanwritebackaccounts.d.ts +40 -0
- package/dist/sdk/loanwritebackaccounts.js +294 -0
- package/dist/sdk/loanwritebackbankaccounts.d.ts +39 -0
- package/dist/sdk/loanwritebackbankaccounts.js +293 -0
- package/dist/sdk/loanwritebackbanktransactions.d.ts +40 -0
- package/dist/sdk/loanwritebackbanktransactions.js +294 -0
- package/dist/sdk/loanwritebackcreateoperations.d.ts +22 -0
- package/dist/sdk/loanwritebackcreateoperations.js +250 -0
- package/dist/sdk/loanwritebackdirectcosts.d.ts +40 -0
- package/dist/sdk/loanwritebackdirectcosts.js +294 -0
- package/dist/sdk/loanwritebacksuppliers.d.ts +40 -0
- package/dist/sdk/loanwritebacksuppliers.js +294 -0
- package/dist/sdk/loanwritebacktransfers.d.ts +40 -0
- package/dist/sdk/loanwritebacktransfers.js +294 -0
- package/dist/sdk/models/operations/createaccount.d.ts +27 -0
- package/dist/sdk/models/operations/createaccount.js +115 -0
- package/dist/sdk/models/operations/createbankaccount.d.ts +27 -0
- package/dist/sdk/models/operations/createbankaccount.js +115 -0
- package/dist/sdk/models/operations/createbanktransactions.d.ts +31 -0
- package/dist/sdk/models/operations/createbanktransactions.js +119 -0
- package/dist/sdk/models/operations/createdirectcost.d.ts +27 -0
- package/dist/sdk/models/operations/createdirectcost.js +115 -0
- package/dist/sdk/models/operations/createsupplier.d.ts +27 -0
- package/dist/sdk/models/operations/createsupplier.js +115 -0
- package/dist/sdk/models/operations/createtransfer.d.ts +27 -0
- package/dist/sdk/models/operations/createtransfer.js +115 -0
- package/dist/sdk/models/operations/getcreatebanktransactionsmodel.d.ts +24 -0
- package/dist/sdk/models/operations/getcreatebanktransactionsmodel.js +103 -0
- package/dist/sdk/models/operations/getcreatechartofaccountsmodel.d.ts +20 -0
- package/dist/sdk/models/operations/getcreatechartofaccountsmodel.js +99 -0
- package/dist/sdk/models/operations/getcreatedirectcostsmodel.d.ts +20 -0
- package/dist/sdk/models/operations/getcreatedirectcostsmodel.js +99 -0
- package/dist/sdk/models/operations/getcreateoperation.d.ts +23 -0
- package/dist/sdk/models/operations/getcreateoperation.js +99 -0
- package/dist/sdk/models/operations/getcreatetransfersmodel.d.ts +20 -0
- package/dist/sdk/models/operations/getcreatetransfersmodel.js +99 -0
- package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.d.ts +20 -0
- package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.js +99 -0
- package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.d.ts +20 -0
- package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.js +99 -0
- package/dist/sdk/models/operations/index.d.ts +14 -0
- package/dist/sdk/models/operations/index.js +14 -0
- package/dist/sdk/models/operations/listcreateoperations.d.ts +35 -0
- package/dist/sdk/models/operations/listcreateoperations.js +111 -0
- package/dist/sdk/models/shared/accountcategoriesupdatedwebhook.d.ts +40 -0
- package/dist/sdk/models/shared/accountcategoriesupdatedwebhook.js +90 -0
- package/dist/sdk/models/shared/accountcategoriesupdatedwebhookdata.d.ts +7 -0
- package/dist/sdk/models/shared/accountcategoriesupdatedwebhookdata.js +45 -0
- package/dist/sdk/models/shared/{addressesitems.d.ts → accountingaddress.d.ts} +1 -1
- package/dist/sdk/models/shared/{addressesitems.js → accountingaddress.js} +13 -13
- package/dist/sdk/models/shared/accountingbillcreditnote.d.ts +2 -2
- package/dist/sdk/models/shared/accountingbillcreditnote.js +3 -3
- package/dist/sdk/models/shared/accountingcompanyinfo.d.ts +6 -66
- package/dist/sdk/models/shared/accountingcompanyinfo.js +10 -100
- package/dist/sdk/models/shared/accountingcreateaccountresponse.d.ts +124 -0
- package/dist/sdk/models/shared/accountingcreateaccountresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatebankaccountresponse.d.ts +112 -0
- package/dist/sdk/models/shared/accountingcreatebankaccountresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactions.d.ts +6 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactions.js +52 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.d.ts +92 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatedirectcostresponse.d.ts +111 -0
- package/dist/sdk/models/shared/accountingcreatedirectcostresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatesupplierresponse.d.ts +101 -0
- package/dist/sdk/models/shared/accountingcreatesupplierresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatetransferresponse.d.ts +99 -0
- package/dist/sdk/models/shared/accountingcreatetransferresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreditnote.d.ts +2 -2
- package/dist/sdk/models/shared/accountingcreditnote.js +3 -3
- package/dist/sdk/models/shared/accountingcustomer.d.ts +2 -2
- package/dist/sdk/models/shared/accountingcustomer.js +3 -3
- package/dist/sdk/models/shared/accountinginvoice.d.ts +2 -2
- package/dist/sdk/models/shared/accountinginvoice.js +3 -3
- package/dist/sdk/models/shared/accountingsupplier.d.ts +2 -2
- package/dist/sdk/models/shared/accountingsupplier.js +3 -3
- package/dist/sdk/models/shared/clientratelimitreachedwebhook.d.ts +32 -0
- package/dist/sdk/models/shared/clientratelimitreachedwebhook.js +80 -0
- package/dist/sdk/models/shared/clientratelimitreachedwebhookdata.d.ts +31 -0
- package/dist/sdk/models/shared/clientratelimitreachedwebhookdata.js +50 -0
- package/dist/sdk/models/shared/clientratelimitresetwebhook.d.ts +32 -0
- package/dist/sdk/models/shared/clientratelimitresetwebhook.js +80 -0
- package/dist/sdk/models/shared/clientratelimitresetwebhookdata.d.ts +39 -0
- package/dist/sdk/models/shared/clientratelimitresetwebhookdata.js +60 -0
- package/dist/sdk/models/shared/commercecompanyinfo.d.ts +4 -4
- package/dist/sdk/models/shared/commercecompanyinfo.js +6 -6
- package/dist/sdk/models/shared/contact.d.ts +4 -4
- package/dist/sdk/models/shared/contact.js +6 -6
- package/dist/sdk/models/shared/createbankaccounttransaction.d.ts +31 -0
- package/dist/sdk/models/shared/createbankaccounttransaction.js +65 -0
- package/dist/sdk/models/shared/index.d.ts +31 -3
- package/dist/sdk/models/shared/index.js +31 -3
- package/dist/sdk/models/shared/items.d.ts +2 -9
- package/dist/sdk/models/shared/items.js +5 -6
- package/dist/sdk/models/shared/phonenumber.d.ts +12 -0
- package/dist/sdk/models/shared/{withholdingtaxitems.js → phonenumber.js} +12 -11
- package/dist/sdk/models/shared/pushchangetype.d.ts +7 -0
- package/dist/sdk/models/shared/pushchangetype.js +14 -0
- package/dist/sdk/models/shared/pushfieldvalidation.d.ts +6 -0
- package/dist/sdk/models/shared/pushfieldvalidation.js +55 -0
- package/dist/sdk/models/shared/pushoperation.d.ts +90 -0
- package/dist/sdk/models/shared/pushoperation.js +111 -0
- package/dist/sdk/models/shared/pushoperationchange.d.ts +8 -0
- package/dist/sdk/models/shared/pushoperationchange.js +58 -0
- package/dist/sdk/models/shared/pushoperationref.d.ts +9 -0
- package/dist/sdk/models/shared/pushoperationref.js +51 -0
- package/dist/sdk/models/shared/pushoperations.d.ts +10 -0
- package/dist/sdk/models/shared/pushoperations.js +69 -0
- package/dist/sdk/models/shared/pushoperationstatus.d.ts +9 -0
- package/dist/sdk/models/shared/pushoperationstatus.js +16 -0
- package/dist/sdk/models/shared/pushoption.d.ts +14 -0
- package/dist/sdk/models/shared/pushoption.js +89 -0
- package/dist/sdk/models/shared/pushoptionchoice.d.ts +12 -0
- package/dist/sdk/models/shared/pushoptionchoice.js +66 -0
- package/dist/sdk/models/shared/pushoptionproperty.d.ts +13 -0
- package/dist/sdk/models/shared/pushoptionproperty.js +88 -0
- package/dist/sdk/models/shared/pushoptiontype.d.ts +10 -0
- package/dist/sdk/models/shared/pushoptiontype.js +17 -0
- package/dist/sdk/models/shared/pushvalidationinfo.d.ts +6 -0
- package/dist/sdk/models/shared/pushvalidationinfo.js +53 -0
- package/dist/sdk/models/shared/validation.d.ts +9 -0
- package/dist/sdk/models/shared/validation.js +56 -0
- package/dist/sdk/models/shared/validationitem.d.ts +6 -0
- package/dist/sdk/models/shared/validationitem.js +55 -0
- package/dist/sdk/models/shared/{weblinksitems.d.ts → weblink.d.ts} +3 -3
- package/dist/sdk/models/shared/{weblinksitems.js → weblink.js} +14 -14
- package/dist/sdk/models/webhooks/accountcategoriesupdated.d.ts +7 -0
- package/dist/sdk/models/webhooks/accountcategoriesupdated.js +51 -0
- package/dist/sdk/models/webhooks/clientratelimitreached.d.ts +7 -0
- package/dist/sdk/models/webhooks/clientratelimitreached.js +51 -0
- package/dist/sdk/models/webhooks/clientratelimitreset.d.ts +7 -0
- package/dist/sdk/models/webhooks/clientratelimitreset.js +51 -0
- package/dist/sdk/models/webhooks/index.d.ts +3 -0
- package/dist/sdk/models/webhooks/index.js +22 -0
- package/dist/sdk/sdk.d.ts +2 -0
- package/dist/sdk/sdk.js +4 -2
- package/docs/models/operations/createaccountrequest.md +13 -0
- package/docs/models/operations/createaccountresponse.md +12 -0
- package/docs/models/operations/createbankaccountrequest.md +13 -0
- package/docs/models/operations/createbankaccountresponse.md +12 -0
- package/docs/models/operations/createbanktransactionsrequest.md +14 -0
- package/docs/models/operations/createbanktransactionsresponse.md +12 -0
- package/docs/models/operations/createdirectcostrequest.md +13 -0
- package/docs/models/operations/createdirectcostresponse.md +12 -0
- package/docs/models/operations/createsupplierrequest.md +13 -0
- package/docs/models/operations/createsupplierresponse.md +12 -0
- package/docs/models/operations/createtransferrequest.md +13 -0
- package/docs/models/operations/createtransferresponse.md +12 -0
- package/docs/models/operations/getcreatebanktransactionsmodelrequest.md +10 -0
- package/docs/models/operations/getcreatebanktransactionsmodelresponse.md +12 -0
- package/docs/models/operations/getcreatechartofaccountsmodelrequest.md +9 -0
- package/docs/models/operations/getcreatechartofaccountsmodelresponse.md +12 -0
- package/docs/models/operations/getcreatedirectcostsmodelrequest.md +9 -0
- package/docs/models/operations/getcreatedirectcostsmodelresponse.md +12 -0
- package/docs/models/operations/getcreateoperationrequest.md +9 -0
- package/docs/models/operations/getcreateoperationresponse.md +12 -0
- package/docs/models/operations/getcreatetransfersmodelrequest.md +9 -0
- package/docs/models/operations/getcreatetransfersmodelresponse.md +12 -0
- package/docs/models/operations/getcreateupdatebankaccountsmodelrequest.md +9 -0
- package/docs/models/operations/getcreateupdatebankaccountsmodelresponse.md +12 -0
- package/docs/models/operations/getcreateupdatesuppliersmodelrequest.md +9 -0
- package/docs/models/operations/getcreateupdatesuppliersmodelresponse.md +12 -0
- package/docs/models/operations/listcreateoperationsrequest.md +12 -0
- package/docs/models/operations/listcreateoperationsresponse.md +12 -0
- package/docs/models/shared/accountcategoriesupdatedwebhook.md +18 -0
- package/docs/models/shared/accountcategoriesupdatedwebhookdata.md +8 -0
- package/docs/models/shared/{addressesitems.md → accountingaddress.md} +1 -1
- package/docs/models/shared/accountingbillcreditnote.md +1 -1
- package/docs/models/shared/accountingcompanyinfo.md +3 -3
- package/docs/models/shared/accountingcreateaccountresponse.md +21 -0
- package/docs/models/shared/accountingcreatebankaccountresponse.md +21 -0
- package/docs/models/shared/accountingcreatebanktransactions.md +9 -0
- package/docs/models/shared/accountingcreatebanktransactionsresponse.md +21 -0
- package/docs/models/shared/accountingcreatedirectcostresponse.md +21 -0
- package/docs/models/shared/accountingcreatesupplierresponse.md +21 -0
- package/docs/models/shared/accountingcreatetransferresponse.md +21 -0
- package/docs/models/shared/accountingcreditnote.md +1 -1
- package/docs/models/shared/accountingcustomer.md +1 -1
- package/docs/models/shared/accountinginvoice.md +1 -1
- package/docs/models/shared/accountingsupplier.md +1 -1
- package/docs/models/shared/clientratelimitreachedwebhook.md +16 -0
- package/docs/models/shared/clientratelimitreachedwebhookdata.md +9 -0
- package/docs/models/shared/clientratelimitresetwebhook.md +16 -0
- package/docs/models/shared/clientratelimitresetwebhookdata.md +11 -0
- package/docs/models/shared/commercecompanyinfo.md +2 -2
- package/docs/models/shared/contact.md +2 -2
- package/docs/models/shared/createbankaccounttransaction.md +12 -0
- package/docs/models/shared/items.md +4 -4
- package/docs/models/shared/{accountingcompanyinfophone.md → phonenumber.md} +1 -1
- package/docs/models/shared/pushchangetype.md +12 -0
- package/docs/models/shared/pushfieldvalidation.md +10 -0
- package/docs/models/shared/pushoperation.md +20 -0
- package/docs/models/shared/pushoperationchange.md +10 -0
- package/docs/models/shared/pushoperationref.md +9 -0
- package/docs/models/shared/pushoperations.md +12 -0
- package/docs/models/shared/pushoperationstatus.md +13 -0
- package/docs/models/shared/pushoption.md +14 -0
- package/docs/models/shared/pushoptionchoice.md +12 -0
- package/docs/models/shared/pushoptionproperty.md +14 -0
- package/docs/models/shared/pushoptiontype.md +15 -0
- package/docs/models/shared/pushvalidationinfo.md +9 -0
- package/docs/models/shared/validation.md +11 -0
- package/docs/models/shared/validationitem.md +10 -0
- package/docs/models/shared/weblink.md +11 -0
- package/docs/models/shared/{itemstype.md → weblinktype.md} +1 -1
- package/docs/models/webhooks/accountcategoriesupdatedresponse.md +10 -0
- package/docs/models/webhooks/clientratelimitreachedresponse.md +10 -0
- package/docs/models/webhooks/clientratelimitresetresponse.md +10 -0
- package/docs/sdks/accountingbankdata/README.md +1 -1
- package/docs/sdks/accountingbankdataaccounts/README.md +3 -3
- package/docs/sdks/accountspayable/README.md +1 -1
- package/docs/sdks/accountspayablebillcreditnotes/README.md +3 -3
- package/docs/sdks/accountspayablebillpayments/README.md +3 -3
- package/docs/sdks/accountspayablebills/README.md +6 -6
- package/docs/sdks/accountspayablesuppliers/README.md +6 -6
- package/docs/sdks/accountsreceivable/README.md +1 -1
- package/docs/sdks/accountsreceivablecreditnotes/README.md +3 -3
- package/docs/sdks/accountsreceivablecustomers/README.md +6 -6
- package/docs/sdks/accountsreceivabledirectincomes/README.md +6 -6
- package/docs/sdks/accountsreceivableinvoices/README.md +8 -8
- package/docs/sdks/accountsreceivablepayments/README.md +3 -3
- package/docs/sdks/accountsreceivablereports/README.md +5 -5
- package/docs/sdks/banking/README.md +1 -1
- package/docs/sdks/bankingaccountbalances/README.md +2 -2
- package/docs/sdks/bankingcategorizedstatement/README.md +2 -2
- package/docs/sdks/bankingtransactioncategories/README.md +3 -3
- package/docs/sdks/companies/README.md +1 -1
- package/docs/sdks/companyinfo/README.md +1 -1
- package/docs/sdks/connections/README.md +1 -1
- package/docs/sdks/dataintegrity/README.md +1 -1
- package/docs/sdks/excelreports/README.md +1 -1
- package/docs/sdks/fileupload/README.md +1 -1
- package/docs/sdks/financialstatements/README.md +1 -1
- package/docs/sdks/financialstatementsaccounts/README.md +3 -3
- package/docs/sdks/financialstatementsbalancesheet/README.md +3 -3
- package/docs/sdks/financialstatementscashflow/README.md +2 -2
- package/docs/sdks/financialstatementsprofitandloss/README.md +3 -3
- package/docs/sdks/liabilities/README.md +1 -1
- package/docs/sdks/loanwriteback/README.md +4 -0
- package/docs/sdks/loanwritebackaccounts/README.md +134 -0
- package/docs/sdks/loanwritebackbankaccounts/README.md +126 -0
- package/docs/sdks/loanwritebackbanktransactions/README.md +121 -0
- package/docs/sdks/loanwritebackcreateoperations/README.md +89 -0
- package/docs/sdks/loanwritebackdirectcosts/README.md +200 -0
- package/docs/sdks/loanwritebacksuppliers/README.md +142 -0
- package/docs/sdks/loanwritebacktransfers/README.md +156 -0
- package/docs/sdks/managedata/README.md +1 -1
- package/docs/sdks/managedatapulloperations/README.md +4 -4
- package/docs/sdks/managedatarefresh/README.md +4 -4
- package/docs/sdks/sales/README.md +1 -1
- package/docs/sdks/salescustomers/README.md +2 -2
- package/docs/sdks/salesdisputes/README.md +2 -2
- package/docs/sdks/saleslocations/README.md +1 -1
- package/docs/sdks/salesmetrics/README.md +9 -9
- package/docs/sdks/salesorders/README.md +2 -2
- package/docs/sdks/salespaymentmethods/README.md +5 -5
- package/docs/sdks/salespayments/README.md +2 -2
- package/docs/sdks/salesproductcategories/README.md +5 -5
- package/docs/sdks/salesproducts/README.md +2 -2
- package/docs/sdks/salesreports/README.md +5 -5
- package/docs/sdks/salestransactions/README.md +2 -2
- package/docs/sdks/transactions/README.md +1 -1
- package/docs/sdks/transactionsaccounttransactions/README.md +5 -5
- package/docs/sdks/transactionsdirectcosts/README.md +11 -11
- package/docs/sdks/transactionsjournalentries/README.md +5 -5
- package/docs/sdks/transactionsjournals/README.md +2 -2
- package/docs/sdks/transactionstransfers/README.md +2 -2
- package/package.json +1 -1
- package/dist/sdk/models/shared/withholdingtaxitems.d.ts +0 -5
- package/docs/models/shared/accountingcompanyinfoaccountingaddress.md +0 -14
- package/docs/models/shared/accountingcompanyinfoweblink.md +0 -11
- package/docs/models/shared/accountingcompanyinfoweblinktype.md +0 -12
- package/docs/models/shared/weblinksitems.md +0 -11
- package/docs/models/shared/withholdingtaxitems.md +0 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AccountsReceivable.Customers
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -29,7 +29,7 @@ const sdk = new CodatLending({
|
|
|
29
29
|
},
|
|
30
30
|
});
|
|
31
31
|
|
|
32
|
-
sdk.
|
|
32
|
+
sdk.accountsReceivable.customers.downloadAttachment({
|
|
33
33
|
attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
34
34
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
35
35
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
@@ -78,7 +78,7 @@ const sdk = new CodatLending({
|
|
|
78
78
|
},
|
|
79
79
|
});
|
|
80
80
|
|
|
81
|
-
sdk.
|
|
81
|
+
sdk.accountsReceivable.customers.get({
|
|
82
82
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
83
83
|
customerId: "quo",
|
|
84
84
|
}).then((res: GetAccountingCustomerResponse) => {
|
|
@@ -123,7 +123,7 @@ const sdk = new CodatLending({
|
|
|
123
123
|
},
|
|
124
124
|
});
|
|
125
125
|
|
|
126
|
-
sdk.
|
|
126
|
+
sdk.accountsReceivable.customers.getAttachment({
|
|
127
127
|
attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
128
128
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
129
129
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
@@ -170,7 +170,7 @@ const sdk = new CodatLending({
|
|
|
170
170
|
},
|
|
171
171
|
});
|
|
172
172
|
|
|
173
|
-
sdk.
|
|
173
|
+
sdk.accountsReceivable.customers.list({
|
|
174
174
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
175
175
|
orderBy: "-modifiedDate",
|
|
176
176
|
page: 1,
|
|
@@ -218,7 +218,7 @@ const sdk = new CodatLending({
|
|
|
218
218
|
},
|
|
219
219
|
});
|
|
220
220
|
|
|
221
|
-
sdk.
|
|
221
|
+
sdk.accountsReceivable.customers.listAttachments({
|
|
222
222
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
223
223
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
224
224
|
customerId: "at",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AccountsReceivable.DirectIncomes
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -29,7 +29,7 @@ const sdk = new CodatLending({
|
|
|
29
29
|
},
|
|
30
30
|
});
|
|
31
31
|
|
|
32
|
-
sdk.
|
|
32
|
+
sdk.accountsReceivable.directIncomes.downloadAttachment({
|
|
33
33
|
attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
34
34
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
35
35
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
@@ -78,7 +78,7 @@ const sdk = new CodatLending({
|
|
|
78
78
|
},
|
|
79
79
|
});
|
|
80
80
|
|
|
81
|
-
sdk.
|
|
81
|
+
sdk.accountsReceivable.directIncomes.get({
|
|
82
82
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
83
83
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
84
84
|
directIncomeId: "molestiae",
|
|
@@ -124,7 +124,7 @@ const sdk = new CodatLending({
|
|
|
124
124
|
},
|
|
125
125
|
});
|
|
126
126
|
|
|
127
|
-
sdk.
|
|
127
|
+
sdk.accountsReceivable.directIncomes.getAttachment({
|
|
128
128
|
attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
129
129
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
130
130
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
@@ -172,7 +172,7 @@ const sdk = new CodatLending({
|
|
|
172
172
|
},
|
|
173
173
|
});
|
|
174
174
|
|
|
175
|
-
sdk.
|
|
175
|
+
sdk.accountsReceivable.directIncomes.list({
|
|
176
176
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
177
177
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
178
178
|
orderBy: "-modifiedDate",
|
|
@@ -221,7 +221,7 @@ const sdk = new CodatLending({
|
|
|
221
221
|
},
|
|
222
222
|
});
|
|
223
223
|
|
|
224
|
-
sdk.
|
|
224
|
+
sdk.accountsReceivable.directIncomes.listAttachments({
|
|
225
225
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
226
226
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
227
227
|
directIncomeId: "totam",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AccountsReceivable.Invoices
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -31,7 +31,7 @@ const sdk = new CodatLending({
|
|
|
31
31
|
},
|
|
32
32
|
});
|
|
33
33
|
|
|
34
|
-
sdk.
|
|
34
|
+
sdk.accountsReceivable.invoices.downloadAttachment({
|
|
35
35
|
attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
36
36
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
37
37
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
@@ -73,7 +73,7 @@ const sdk = new CodatLending({
|
|
|
73
73
|
},
|
|
74
74
|
});
|
|
75
75
|
|
|
76
|
-
sdk.
|
|
76
|
+
sdk.accountsReceivable.invoices.downloadPdf({
|
|
77
77
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
78
78
|
invoiceId: "dolorum",
|
|
79
79
|
}).then((res: DownloadAccountingInvoicePdfResponse) => {
|
|
@@ -119,7 +119,7 @@ const sdk = new CodatLending({
|
|
|
119
119
|
},
|
|
120
120
|
});
|
|
121
121
|
|
|
122
|
-
sdk.
|
|
122
|
+
sdk.accountsReceivable.invoices.get({
|
|
123
123
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
124
124
|
invoiceId: "dicta",
|
|
125
125
|
}).then((res: GetAccountingInvoiceResponse) => {
|
|
@@ -164,7 +164,7 @@ const sdk = new CodatLending({
|
|
|
164
164
|
},
|
|
165
165
|
});
|
|
166
166
|
|
|
167
|
-
sdk.
|
|
167
|
+
sdk.accountsReceivable.invoices.getAttachment({
|
|
168
168
|
attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
169
169
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
170
170
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
@@ -217,7 +217,7 @@ const sdk = new CodatLending({
|
|
|
217
217
|
},
|
|
218
218
|
});
|
|
219
219
|
|
|
220
|
-
sdk.
|
|
220
|
+
sdk.accountsReceivable.invoices.list({
|
|
221
221
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
222
222
|
orderBy: "-modifiedDate",
|
|
223
223
|
page: 1,
|
|
@@ -265,7 +265,7 @@ const sdk = new CodatLending({
|
|
|
265
265
|
},
|
|
266
266
|
});
|
|
267
267
|
|
|
268
|
-
sdk.
|
|
268
|
+
sdk.accountsReceivable.invoices.listAttachments({
|
|
269
269
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
270
270
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
271
271
|
invoiceId: "occaecati",
|
|
@@ -306,7 +306,7 @@ const sdk = new CodatLending({
|
|
|
306
306
|
},
|
|
307
307
|
});
|
|
308
308
|
|
|
309
|
-
sdk.
|
|
309
|
+
sdk.accountsReceivable.invoices.listReconciled({
|
|
310
310
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
311
311
|
page: 1,
|
|
312
312
|
pageSize: 100,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AccountsReceivable.Payments
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
|
|
|
28
28
|
},
|
|
29
29
|
});
|
|
30
30
|
|
|
31
|
-
sdk.
|
|
31
|
+
sdk.accountsReceivable.payments.get({
|
|
32
32
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
33
33
|
paymentId: "deleniti",
|
|
34
34
|
}).then((res: GetAccountingPaymentResponse) => {
|
|
@@ -73,7 +73,7 @@ const sdk = new CodatLending({
|
|
|
73
73
|
},
|
|
74
74
|
});
|
|
75
75
|
|
|
76
|
-
sdk.
|
|
76
|
+
sdk.accountsReceivable.payments.list({
|
|
77
77
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
78
78
|
orderBy: "-modifiedDate",
|
|
79
79
|
page: 1,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AccountsReceivable.Reports
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -24,7 +24,7 @@ const sdk = new CodatLending({
|
|
|
24
24
|
},
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
sdk.
|
|
27
|
+
sdk.accountsReceivable.reports.getAgedCreditors({
|
|
28
28
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
29
29
|
numberOfPeriods: 12,
|
|
30
30
|
periodLengthDays: 30,
|
|
@@ -67,7 +67,7 @@ const sdk = new CodatLending({
|
|
|
67
67
|
},
|
|
68
68
|
});
|
|
69
69
|
|
|
70
|
-
sdk.
|
|
70
|
+
sdk.accountsReceivable.reports.getAgedDebtors({
|
|
71
71
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
72
72
|
numberOfPeriods: 12,
|
|
73
73
|
periodLengthDays: 30,
|
|
@@ -109,7 +109,7 @@ const sdk = new CodatLending({
|
|
|
109
109
|
},
|
|
110
110
|
});
|
|
111
111
|
|
|
112
|
-
sdk.
|
|
112
|
+
sdk.accountsReceivable.reports.isAgedCreditorsAvailable({
|
|
113
113
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
114
114
|
}).then((res: IsAgedCreditorsReportAvailableResponse) => {
|
|
115
115
|
if (res.statusCode == 200) {
|
|
@@ -148,7 +148,7 @@ const sdk = new CodatLending({
|
|
|
148
148
|
},
|
|
149
149
|
});
|
|
150
150
|
|
|
151
|
-
sdk.
|
|
151
|
+
sdk.accountsReceivable.reports.isAgedDebtorsAvailable({
|
|
152
152
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
153
153
|
}).then((res: IsAgedDebtorsReportAvailableResponse) => {
|
|
154
154
|
if (res.statusCode == 200) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Banking.AccountBalances
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -25,7 +25,7 @@ const sdk = new CodatLending({
|
|
|
25
25
|
},
|
|
26
26
|
});
|
|
27
27
|
|
|
28
|
-
sdk.
|
|
28
|
+
sdk.banking.accountBalances.list({
|
|
29
29
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
30
30
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
31
31
|
orderBy: "-modifiedDate",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Banking.CategorizedStatement
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -24,7 +24,7 @@ const sdk = new CodatLending({
|
|
|
24
24
|
},
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
sdk.
|
|
27
|
+
sdk.banking.categorizedStatement.get({
|
|
28
28
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
29
29
|
page: 1,
|
|
30
30
|
pageSize: 100,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Banking.TransactionCategories
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
|
|
|
28
28
|
},
|
|
29
29
|
});
|
|
30
30
|
|
|
31
|
-
sdk.
|
|
31
|
+
sdk.banking.transactionCategories.get({
|
|
32
32
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
33
33
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
34
34
|
transactionCategoryId: "molestiae",
|
|
@@ -74,7 +74,7 @@ const sdk = new CodatLending({
|
|
|
74
74
|
},
|
|
75
75
|
});
|
|
76
76
|
|
|
77
|
-
sdk.
|
|
77
|
+
sdk.banking.transactionCategories.list({
|
|
78
78
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
79
79
|
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
80
80
|
orderBy: "-modifiedDate",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# FinancialStatements.Accounts
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
|
|
|
28
28
|
},
|
|
29
29
|
});
|
|
30
30
|
|
|
31
|
-
sdk.
|
|
31
|
+
sdk.financialStatements.accounts.get({
|
|
32
32
|
accountId: "cum",
|
|
33
33
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
34
34
|
}).then((res: GetAccountingAccountResponse) => {
|
|
@@ -72,7 +72,7 @@ const sdk = new CodatLending({
|
|
|
72
72
|
},
|
|
73
73
|
});
|
|
74
74
|
|
|
75
|
-
sdk.
|
|
75
|
+
sdk.financialStatements.accounts.list({
|
|
76
76
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
77
77
|
orderBy: "-modifiedDate",
|
|
78
78
|
page: 1,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# FinancialStatements.BalanceSheet
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -21,7 +21,7 @@ const sdk = new CodatLending({
|
|
|
21
21
|
},
|
|
22
22
|
});
|
|
23
23
|
|
|
24
|
-
sdk.
|
|
24
|
+
sdk.financialStatements.balanceSheet.get({
|
|
25
25
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
26
26
|
periodLength: 4,
|
|
27
27
|
periodsToCompare: 20,
|
|
@@ -65,7 +65,7 @@ const sdk = new CodatLending({
|
|
|
65
65
|
},
|
|
66
66
|
});
|
|
67
67
|
|
|
68
|
-
sdk.
|
|
68
|
+
sdk.financialStatements.balanceSheet.getCategorizedAccounts({
|
|
69
69
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
70
70
|
numberOfPeriods: 568434,
|
|
71
71
|
reportDate: "29-09-2020",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# FinancialStatements.CashFlow
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ const sdk = new CodatLending({
|
|
|
20
20
|
},
|
|
21
21
|
});
|
|
22
22
|
|
|
23
|
-
sdk.
|
|
23
|
+
sdk.financialStatements.cashFlow.get({
|
|
24
24
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
25
25
|
periodLength: 4,
|
|
26
26
|
periodsToCompare: 20,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# FinancialStatements.ProfitAndLoss
|
|
2
2
|
|
|
3
3
|
### Available Operations
|
|
4
4
|
|
|
@@ -21,7 +21,7 @@ const sdk = new CodatLending({
|
|
|
21
21
|
},
|
|
22
22
|
});
|
|
23
23
|
|
|
24
|
-
sdk.
|
|
24
|
+
sdk.financialStatements.profitAndLoss.get({
|
|
25
25
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
26
26
|
periodLength: 4,
|
|
27
27
|
periodsToCompare: 20,
|
|
@@ -65,7 +65,7 @@ const sdk = new CodatLending({
|
|
|
65
65
|
},
|
|
66
66
|
});
|
|
67
67
|
|
|
68
|
-
sdk.
|
|
68
|
+
sdk.financialStatements.profitAndLoss.getCategorizedAccounts({
|
|
69
69
|
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
70
70
|
numberOfPeriods: 324141,
|
|
71
71
|
reportDate: "29-09-2020",
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
# LoanWriteback.Accounts
|
|
2
|
+
|
|
3
|
+
### Available Operations
|
|
4
|
+
|
|
5
|
+
* [create](#create) - Create account
|
|
6
|
+
* [getCreateModel](#getcreatemodel) - Get create account model
|
|
7
|
+
|
|
8
|
+
## create
|
|
9
|
+
|
|
10
|
+
The *Create account* endpoint creates a new [account](https://docs.codat.io/accounting-api#/schemas/Account) for a given company's connection.
|
|
11
|
+
|
|
12
|
+
[Accounts](https://docs.codat.io/accounting-api#/schemas/Account) are the categories a business uses to record accounting transactions.
|
|
13
|
+
|
|
14
|
+
**Integration-specific behaviour**
|
|
15
|
+
|
|
16
|
+
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).
|
|
17
|
+
|
|
18
|
+
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.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Example Usage
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import { CodatLending } from "@codat/lending";
|
|
25
|
+
import { CreateAccountResponse } from "@codat/lending/dist/sdk/models/operations";
|
|
26
|
+
import { AccountStatus, AccountType } from "@codat/lending/dist/sdk/models/shared";
|
|
27
|
+
|
|
28
|
+
const sdk = new CodatLending({
|
|
29
|
+
security: {
|
|
30
|
+
authHeader: "Basic BASE_64_ENCODED(API_KEY)",
|
|
31
|
+
},
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
sdk.loanWriteback.accounts.create({
|
|
35
|
+
accountingAccount: {
|
|
36
|
+
currency: "USD",
|
|
37
|
+
currentBalance: 0,
|
|
38
|
+
description: "Invoices the business has issued but has not yet collected payment on.",
|
|
39
|
+
fullyQualifiedCategory: "Asset.Current",
|
|
40
|
+
fullyQualifiedName: "Cash On Hand",
|
|
41
|
+
id: "1b6266d1-1e44-46c5-8eb5-a8f98e03124e",
|
|
42
|
+
isBankAccount: false,
|
|
43
|
+
metadata: {
|
|
44
|
+
isDeleted: false,
|
|
45
|
+
},
|
|
46
|
+
modifiedDate: "2022-10-23T00:00:00.000Z",
|
|
47
|
+
name: "Accounts Receivable",
|
|
48
|
+
nominalCode: "610",
|
|
49
|
+
sourceModifiedDate: "2022-10-23T00:00:00.000Z",
|
|
50
|
+
status: AccountStatus.Active,
|
|
51
|
+
type: AccountType.Asset,
|
|
52
|
+
validDatatypeLinks: [
|
|
53
|
+
{
|
|
54
|
+
links: [
|
|
55
|
+
"natus",
|
|
56
|
+
],
|
|
57
|
+
property: "laboriosam",
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
},
|
|
61
|
+
allowSyncOnPushComplete: false,
|
|
62
|
+
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
63
|
+
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
64
|
+
forceUpdate: false,
|
|
65
|
+
timeoutInMinutes: 943749,
|
|
66
|
+
}).then((res: CreateAccountResponse) => {
|
|
67
|
+
if (res.statusCode == 200) {
|
|
68
|
+
// handle response
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Parameters
|
|
74
|
+
|
|
75
|
+
| Parameter | Type | Required | Description |
|
|
76
|
+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
|
77
|
+
| `request` | [operations.CreateAccountRequest](../../models/operations/createaccountrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
78
|
+
| `retries` | [utils.RetryConfig](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
|
|
79
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Response
|
|
83
|
+
|
|
84
|
+
**Promise<[operations.CreateAccountResponse](../../models/operations/createaccountresponse.md)>**
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## getCreateModel
|
|
88
|
+
|
|
89
|
+
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.
|
|
90
|
+
|
|
91
|
+
[Accounts](https://docs.codat.io/accounting-api#/schemas/Account) are the categories a business uses to record accounting transactions.
|
|
92
|
+
|
|
93
|
+
**Integration-specific behaviour**
|
|
94
|
+
|
|
95
|
+
See the *response examples* for integration-specific indicative models.
|
|
96
|
+
|
|
97
|
+
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.
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Example Usage
|
|
101
|
+
|
|
102
|
+
```typescript
|
|
103
|
+
import { CodatLending } from "@codat/lending";
|
|
104
|
+
import { GetCreateChartOfAccountsModelResponse } from "@codat/lending/dist/sdk/models/operations";
|
|
105
|
+
|
|
106
|
+
const sdk = new CodatLending({
|
|
107
|
+
security: {
|
|
108
|
+
authHeader: "Basic BASE_64_ENCODED(API_KEY)",
|
|
109
|
+
},
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
sdk.loanWriteback.accounts.getCreateModel({
|
|
113
|
+
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
114
|
+
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
115
|
+
}).then((res: GetCreateChartOfAccountsModelResponse) => {
|
|
116
|
+
if (res.statusCode == 200) {
|
|
117
|
+
// handle response
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### Parameters
|
|
123
|
+
|
|
124
|
+
| Parameter | Type | Required | Description |
|
|
125
|
+
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
|
|
126
|
+
| `request` | [operations.GetCreateChartOfAccountsModelRequest](../../models/operations/getcreatechartofaccountsmodelrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
127
|
+
| `retries` | [utils.RetryConfig](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
|
|
128
|
+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Response
|
|
132
|
+
|
|
133
|
+
**Promise<[operations.GetCreateChartOfAccountsModelResponse](../../models/operations/getcreatechartofaccountsmodelresponse.md)>**
|
|
134
|
+
|