@@ -29,23 +29,34 @@ s = codatbankfeeds.CodatBankFeeds(
2929)
3030
3131req = operations.CreateBankTransactionsRequest(
32- bank_transactions = shared.BankTransactions(
33- account_id = ' molestiae' ,
34- amount = 7991.59 ,
35- balance = 8009.11 ,
36- cleared_on_date = ' esse' ,
37- description = ' totam' ,
38- id = ' ca1ba928-fc81-4674-acb7-39205929396f' ,
39- modified_date = ' saepe' ,
40- reconciled = False ,
41- source_modified_date = ' fuga' ,
42- transaction_type = shared.BankTransactionType.ATM ,
32+ create_bank_transactions = shared.CreateBankTransactions(
33+ account_id = ' architecto' ,
34+ transactions = [
35+ shared.CreateBankAccountTransaction(
36+ amount = 2088.76 ,
37+ date_ = ' 2022-10-23T00:00:00.000Z' ,
38+ description = ' consequuntur' ,
39+ id = ' fa946773-9251-4aa5-ac3f-5ad019da1ffe' ,
40+ ),
41+ shared.CreateBankAccountTransaction(
42+ amount = 4686.51 ,
43+ date_ = ' 2022-10-23T00:00:00.000Z' ,
44+ description = ' voluptatibus' ,
45+ id = ' 097b0074-f154-471b-9e6e-13b99d488e1e' ,
46+ ),
47+ shared.CreateBankAccountTransaction(
48+ amount = 5759.47 ,
49+ date_ = ' 2022-10-23T00:00:00.000Z' ,
50+ description = ' itaque' ,
51+ id = ' 450ad2ab-d442-4698-82d5-02a94bb4f63c' ,
52+ ),
53+ ],
4354 ),
44- account_id = ' corporis ' ,
55+ account_id = ' 7110701885 ' ,
4556 allow_sync_on_push_complete = False ,
4657 company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
4758 connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
48- timeout_in_minutes = 613064 ,
59+ timeout_in_minutes = 396098 ,
4960)
5061
5162res = s.bank_account_transactions.create(req)
@@ -71,7 +82,7 @@ s = codatbankfeeds.CodatBankFeeds(
7182)
7283
7384req = operations.GetCreateBankAccountModelRequest(
74- account_id = ' iure ' ,
85+ account_id = ' 7110701885 ' ,
7586 company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
7687 connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
7788)
@@ -99,13 +110,13 @@ s = codatbankfeeds.CodatBankFeeds(
99110)
100111
101112req = operations.ListBankAccountTransactionsRequest(
102- account_id = ' saepe ' ,
113+ account_id = ' EILBDVJVNUAGVKRQ ' ,
103114 company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
104115 connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
105116 order_by = ' -modifiedDate' ,
106117 page = 1 ,
107118 page_size = 100 ,
108- query = ' quidem ' ,
119+ query = ' sint ' ,
109120)
110121
111122res = s.bank_account_transactions.list(req)
0 commit comments