@@ -17,8 +17,6 @@ pip install codat-accounting
1717
1818## Example Usage
1919<!-- Start SDK Example Usage -->
20-
21-
2220``` python
2321import codataccounting
2422from codataccounting.models import operations, shared
@@ -30,7 +28,7 @@ s = codataccounting.CodatAccounting(
3028)
3129
3230req = operations.GetAccountTransactionRequest(
33- account_transaction_id = ' corrupti ' ,
31+ account_transaction_id = ' Northeast Hatchback Kia ' ,
3432 company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
3533 connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
3634)
@@ -39,6 +37,7 @@ res = s.account_transactions.get(req)
3937
4038if res.account_transaction is not None :
4139 # handle response
40+ pass
4241```
4342<!-- End SDK Example Usage -->
4443
@@ -113,7 +112,7 @@ if res.account_transaction is not None:
113112* [ get] ( docs/sdks/creditnotes/README.md#get ) - Get credit note
114113* [ get_create_update_model] ( docs/sdks/creditnotes/README.md#get_create_update_model ) - Get create/update credit note model
115114* [ list] ( docs/sdks/creditnotes/README.md#list ) - List credit notes
116- * [ update] ( docs/sdks/creditnotes/README.md#update ) - Update creditNote
115+ * [ update] ( docs/sdks/creditnotes/README.md#update ) - Update credit note
117116
118117### [ customers] ( docs/sdks/customers/README.md )
119118
@@ -248,4 +247,16 @@ if res.account_transaction is not None:
248247* [ list] ( docs/sdks/transfers/README.md#list ) - List transfers
249248* [ upload_attachment] ( docs/sdks/transfers/README.md#upload_attachment ) - Push invoice attachment
250249<!-- End SDK Available Operations -->
250+
251+
252+
253+ <!-- Start Dev Containers -->
254+
255+
256+
257+ <!-- End Dev Containers -->
258+
259+ <!-- Placeholder for Future Speakeasy SDK Sections -->
260+
261+
251262### Library generated by [ Speakeasy] ( https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks )
0 commit comments