|
| 1 | +# codatio-accounting |
| 2 | + |
| 3 | +<!-- Start SDK Installation --> |
| 4 | +## SDK Installation |
| 5 | + |
| 6 | +```bash |
| 7 | +pip install codatio-accounting |
| 8 | +``` |
| 9 | +<!-- End SDK Installation --> |
| 10 | + |
| 11 | +## SDK Example Usage |
| 12 | +<!-- Start SDK Example Usage --> |
| 13 | +```python |
| 14 | +import codatio |
| 15 | +from codatio.models import operations, shared |
| 16 | + |
| 17 | +s = codatio.Codatio() |
| 18 | +s.config_security( |
| 19 | + security=shared.Security( |
| 20 | + api_key=shared.SchemeAPIKey( |
| 21 | + api_key="YOUR_API_KEY_HERE", |
| 22 | + ), |
| 23 | + ) |
| 24 | +) |
| 25 | + |
| 26 | +req = operations.GetAccountTransactionRequest( |
| 27 | + security=operations.GetAccountTransactionSecurity( |
| 28 | + api_key=shared.SchemeAPIKey( |
| 29 | + api_key="YOUR_API_KEY_HERE", |
| 30 | + ), |
| 31 | + ), |
| 32 | + path_params=operations.GetAccountTransactionPathParams( |
| 33 | + account_transaction_id="unde", |
| 34 | + company_id="deserunt", |
| 35 | + connection_id="porro", |
| 36 | + ), |
| 37 | +) |
| 38 | + |
| 39 | +res = s.account_transactions.get_account_transaction(req) |
| 40 | + |
| 41 | +if res.source_modified_date is not None: |
| 42 | + # handle response |
| 43 | +``` |
| 44 | +<!-- End SDK Example Usage --> |
| 45 | + |
| 46 | +<!-- Start SDK Available Operations --> |
| 47 | +## SDK Available Operations |
| 48 | + |
| 49 | + |
| 50 | +### account_transactions |
| 51 | + |
| 52 | +* `get_account_transaction` - Get account transaction |
| 53 | +* `list_account_transactions` - List account transactions |
| 54 | + |
| 55 | +### accounts |
| 56 | + |
| 57 | +* `get_account` - Get account |
| 58 | +* `get_accounts` - List accounts |
| 59 | +* `post_account` - Create account |
| 60 | + |
| 61 | +### bank_account_transactions |
| 62 | + |
| 63 | +* `get_bank_account_push_options` - List push options for bank account bank transactions |
| 64 | +* `list_all_bank_transactionscount` - List bank transactions for bank account |
| 65 | +* `list_bank_transactions` - List all bank transactions |
| 66 | +* `post_bank_transactions` - Create bank transactions |
| 67 | + |
| 68 | +### bank_accounts |
| 69 | + |
| 70 | +* `get_all_bank_account` - Get bank account |
| 71 | +* `get_bank_account` - Get bank account |
| 72 | +* `list_bank_accounts` - List bank accounts |
| 73 | +* `post_bank_account` - Create bank account |
| 74 | +* `put_bank_account` - Update bank account |
| 75 | + |
| 76 | +### bill_credit_notes |
| 77 | + |
| 78 | +* `get_bill_credit_note` - Get bill credit note |
| 79 | +* `list_bill_credit_notes` - List bill credit notes |
| 80 | +* `post_bill_credit_note` - Create bill credit note |
| 81 | +* `update_bill_credit_note` - Update bill credit note |
| 82 | + |
| 83 | +### bill_payments |
| 84 | + |
| 85 | +* `get_bill_payments` - Get bill payment |
| 86 | +* `list_bill_payments` - List bill payments |
| 87 | +* `post_bill_payment` - Create bill payment |
| 88 | + |
| 89 | +### bills |
| 90 | + |
| 91 | +* `download_bill_attachment` - Download bill attachment |
| 92 | +* `get_bill` - Get bill |
| 93 | +* `get_bill_attachment` - Get bill attachment |
| 94 | +* `get_bill_attachments` - List bill attachments |
| 95 | +* `list_bills` - List bills |
| 96 | +* `post_bill` - Create bill |
| 97 | +* `post_bill_attachments` - Create bill attachments |
| 98 | +* `update_bill` - Update bill |
| 99 | + |
| 100 | +### credit_notes |
| 101 | + |
| 102 | +* `get_credit_note` - Get credit note |
| 103 | +* `list_credit_notes` - List credit notes |
| 104 | +* `post_credit_note` - Update creditNote |
| 105 | +* `push_credit_note` - Create credit note |
| 106 | + |
| 107 | +### customers |
| 108 | + |
| 109 | +* `download_customer_attachment` - Download customer attachment |
| 110 | +* `get_customer` - Get customer |
| 111 | +* `get_customer_attachment` - Get customer attachment |
| 112 | +* `get_customer_attachments` - List customer attachments |
| 113 | +* `get_customers` - List customers |
| 114 | +* `post_customer` - Create customer |
| 115 | +* `update_customer` - Update customer |
| 116 | + |
| 117 | +### direct_costs |
| 118 | + |
| 119 | +* `download_direct_cost_attachment` - Download direct cost attachment |
| 120 | +* `get_direct_cost` - Get direct cost |
| 121 | +* `get_direct_cost_attachment` - Get direct cost attachment |
| 122 | +* `get_direct_costs` - List direct costs |
| 123 | +* `list_direct_cost_attachments` - List direct cost attachments |
| 124 | +* `post_direct_cost` - Create direct cost |
| 125 | +* `post_direct_cost_attachment` - Create direct cost attachment |
| 126 | + |
| 127 | +### direct_incomes |
| 128 | + |
| 129 | +* `download_direct_income_attachment` - Download direct income attachment |
| 130 | +* `get_direct_income` - Get direct income |
| 131 | +* `get_direct_income_attachment` - Get direct income attachment |
| 132 | +* `get_direct_incomes` - Get direct incomes |
| 133 | +* `list_direct_income_attachments` - List direct income attachments |
| 134 | +* `post_direct_income` - Create direct income |
| 135 | +* `post_direct_income_attachment` - Create direct income attachment |
| 136 | + |
| 137 | +### financials |
| 138 | + |
| 139 | +* `get_balance_sheet` - Get balance sheet |
| 140 | +* `get_cash_flow_statement` - Get cash flow statement |
| 141 | +* `get_profit_and_loss` - Get profit and loss |
| 142 | + |
| 143 | +### info |
| 144 | + |
| 145 | +* `get_company_info` - Get company info |
| 146 | +* `post_sync_info` - Refresh company info |
| 147 | + |
| 148 | +### invoices |
| 149 | + |
| 150 | +* `donwload_invoice_attachment` - Download invoice attachment |
| 151 | +* `get_invoice` - Get invoice |
| 152 | +* `get_invoice_attachment` - Get invoice attachment |
| 153 | +* `get_invoice_attachments` - Get invoice attachments |
| 154 | +* `get_invoice_pdf` - Get invoice as PDF |
| 155 | +* `list_invoices` - List invoices |
| 156 | +* `post_invoice` - Create invoice |
| 157 | +* `push_invoice_attachment` - Push invoice attachment |
| 158 | +* `update_invoice` - Update invoice |
| 159 | + |
| 160 | +### items |
| 161 | + |
| 162 | +* `get_item` - Get item |
| 163 | +* `list_items` - List items |
| 164 | +* `post_item` - Create item |
| 165 | + |
| 166 | +### journal_entries |
| 167 | + |
| 168 | +* `get_journal_entry` - Get journal entry |
| 169 | +* `list_journal_entries` - List journal entries |
| 170 | +* `post_journal_entry` - Create journal entry |
| 171 | + |
| 172 | +### journals |
| 173 | + |
| 174 | +* `get_journal` - Get journal |
| 175 | +* `list_journals` - List journals |
| 176 | +* `push_journal` - Create journal |
| 177 | + |
| 178 | +### payment_methods |
| 179 | + |
| 180 | +* `get_payment_method` - Get payment method |
| 181 | +* `list_payment_methods` - List all payment methods |
| 182 | + |
| 183 | +### payments |
| 184 | + |
| 185 | +* `get_payment` - Get payment |
| 186 | +* `list_payments` - List payments |
| 187 | +* `post_payment` - Create payment |
| 188 | + |
| 189 | +### purchase_orders |
| 190 | + |
| 191 | +* `get_purchase_order` - Get purchase order |
| 192 | +* `list_purchase_orders` - List purchase orders |
| 193 | +* `post_purchase_order` - Create purchase order |
| 194 | +* `update_purchase_order` - Update purchase order |
| 195 | + |
| 196 | +### reports |
| 197 | + |
| 198 | +* `get_aged_creditors_report` - Aged creditors report |
| 199 | +* `get_aged_debtors_report` - Aged debtors report |
| 200 | +* `is_aged_creditors_report_available` - Aged creditors report available |
| 201 | +* `is_aged_debtor_report_available` - Aged debtors report available |
| 202 | + |
| 203 | +### sales_orders |
| 204 | + |
| 205 | +* `get_sales_order` - Get sales order |
| 206 | +* `list_sales_orders` - List sales orders |
| 207 | + |
| 208 | +### suppliers |
| 209 | + |
| 210 | +* `download_supplier_attachment` - Download supplier attachment |
| 211 | +* `get_supplier` - Get supplier |
| 212 | +* `get_supplier_attachment` - Get supplier attachment |
| 213 | +* `list_supplier_attachments` - List supplier attachments |
| 214 | +* `list_suppliers` - List suppliers |
| 215 | +* `post_suppliers` - Create suppliers |
| 216 | +* `put_supplier` - Update supplier |
| 217 | + |
| 218 | +### tax_rates |
| 219 | + |
| 220 | +* `get_tax_rate` - Get tax rate |
| 221 | +* `list_tax_rates` - List all tax rates |
| 222 | + |
| 223 | +### tracking_categories |
| 224 | + |
| 225 | +* `get_tracking_category` - Get tracking categories |
| 226 | +* `list_tracking_categories` - List tracking categories |
| 227 | + |
| 228 | +### transfers |
| 229 | + |
| 230 | +* `get_transfer` - Get transfer |
| 231 | +* `list_transfers` - List transfers |
| 232 | +* `post_transfer` - Create transfer |
| 233 | +<!-- End SDK Available Operations --> |
| 234 | + |
| 235 | +### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks) |
0 commit comments