Skip to main content

codatio-accounting

SDK Installation

pip install codatio-accounting

SDK Example Usage

import codatio
from codatio.models import operations, shared

s = codatio.Codatio()
s.config_security(
    security=shared.Security(
        api_key="YOUR_API_KEY_HERE",
    )
)
   
req = operations.GetAccountTransactionRequest(
    security=operations.GetAccountTransactionSecurity(
        api_key="YOUR_API_KEY_HERE",
    ),
    path_params=operations.GetAccountTransactionPathParams(
        account_transaction_id="unde",
        company_id="deserunt",
        connection_id="porro",
    ),
)
    
res = s.account_transactions.get_account_transaction(req)

if res.source_modified_date is not None:
    # handle response

SDK Available Operations

account_transactions

  • get_account_transaction - Get account transaction
  • list_account_transactions - List account transactions

accounts

  • get_account - Get account
  • get_accounts - List accounts
  • post_account - Create account

bank_account_transactions

  • get_bank_account_push_options - List push options for bank account bank transactions
  • list_all_bank_transactionscount - List bank transactions for bank account
  • list_bank_transactions - List all bank transactions
  • post_bank_transactions - Create bank transactions

bank_accounts

  • get_all_bank_account - Get bank account
  • get_bank_account - Get bank account
  • list_bank_accounts - List bank accounts
  • post_bank_account - Create bank account
  • put_bank_account - Update bank account

bill_credit_notes

  • get_bill_credit_note - Get bill credit note
  • list_bill_credit_notes - List bill credit notes
  • post_bill_credit_note - Create bill credit note
  • update_bill_credit_note - Update bill credit note

bill_payments

  • get_bill_payments - Get bill payment
  • list_bill_payments - List bill payments
  • post_bill_payment - Create bill payment

bills

  • download_bill_attachment - Download bill attachment
  • get_bill - Get bill
  • get_bill_attachment - Get bill attachment
  • get_bill_attachments - List bill attachments
  • list_bills - List bills
  • post_bill - Create bill
  • post_bill_attachments - Create bill attachments
  • update_bill - Update bill

credit_notes

  • get_credit_note - Get credit note
  • list_credit_notes - List credit notes
  • post_credit_note - Update creditNote
  • push_credit_note - Create credit note

customers

  • download_customer_attachment - Download customer attachment
  • get_customer - Get customer
  • get_customer_attachment - Get customer attachment
  • get_customer_attachments - List customer attachments
  • get_customers - List customers
  • post_customer - Create customer
  • update_customer - Update customer

direct_costs

  • download_direct_cost_attachment - Download direct cost attachment
  • get_direct_cost - Get direct cost
  • get_direct_cost_attachment - Get direct cost attachment
  • get_direct_costs - List direct costs
  • list_direct_cost_attachments - List direct cost attachments
  • post_direct_cost - Create direct cost
  • post_direct_cost_attachment - Create direct cost attachment

direct_incomes

  • download_direct_income_attachment - Download direct income attachment
  • get_direct_income - Get direct income
  • get_direct_income_attachment - Get direct income attachment
  • get_direct_incomes - Get direct incomes
  • list_direct_income_attachments - List direct income attachments
  • post_direct_income - Create direct income
  • post_direct_income_attachment - Create direct income attachment

financials

  • get_balance_sheet - Get balance sheet
  • get_cash_flow_statement - Get cash flow statement
  • get_profit_and_loss - Get profit and loss

info

  • get_company_info - Get company info
  • post_sync_info - Refresh company info

invoices

  • donwload_invoice_attachment - Download invoice attachment
  • get_invoice - Get invoice
  • get_invoice_attachment - Get invoice attachment
  • get_invoice_attachments - Get invoice attachments
  • get_invoice_pdf - Get invoice as PDF
  • list_invoices - List invoices
  • post_invoice - Create invoice
  • push_invoice_attachment - Push invoice attachment
  • update_invoice - Update invoice

items

  • get_item - Get item
  • list_items - List items
  • post_item - Create item

journal_entries

  • get_journal_entry - Get journal entry
  • list_journal_entries - List journal entries
  • post_journal_entry - Create journal entry

journals

  • get_journal - Get journal
  • list_journals - List journals
  • push_journal - Create journal

payment_methods

  • get_payment_method - Get payment method
  • list_payment_methods - List all payment methods

payments

  • get_payment - Get payment
  • list_payments - List payments
  • post_payment - Create payment

purchase_orders

  • get_purchase_order - Get purchase order
  • list_purchase_orders - List purchase orders
  • post_purchase_order - Create purchase order
  • update_purchase_order - Update purchase order

reports

  • get_aged_creditors_report - Aged creditors report
  • get_aged_debtors_report - Aged debtors report
  • is_aged_creditors_report_available - Aged creditors report available
  • is_aged_debtor_report_available - Aged debtors report available

sales_orders

  • get_sales_order - Get sales order
  • list_sales_orders - List sales orders

suppliers

  • download_supplier_attachment - Download supplier attachment
  • get_supplier - Get supplier
  • get_supplier_attachment - Get supplier attachment
  • list_supplier_attachments - List supplier attachments
  • list_suppliers - List suppliers
  • post_suppliers - Create suppliers
  • put_supplier - Update supplier

tax_rates

  • get_tax_rate - Get tax rate
  • list_tax_rates - List all tax rates

tracking_categories

  • get_tracking_category - Get tracking categories
  • list_tracking_categories - List tracking categories

transfers

  • get_transfer - Get transfer
  • list_transfers - List transfers
  • post_transfer - Create transfer

SDK Generated by Speakeasy

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codatio-accounting-0.1.1.tar.gz (151.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codatio_accounting-0.1.1-py3-none-any.whl (280.7 kB view details)

Uploaded Python 3

File details

Details for the file codatio-accounting-0.1.1.tar.gz.

File metadata

  • Download URL: codatio-accounting-0.1.1.tar.gz
  • Upload date:
  • Size: 151.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for codatio-accounting-0.1.1.tar.gz
Algorithm Hash digest
SHA256 9db4c0e008bba31c090855b45173b0c5a61316886619694a41b0e4ff7e5f646b
MD5 fa9a368fd11469953c28a3fb92474bb9
BLAKE2b-256 a4d209b878ce1a92ec77b496b95ada17e190d57b96bae2eefb7b281373b76a4e

See more details on using hashes here.

File details

Details for the file codatio_accounting-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for codatio_accounting-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f39a8edafd2fc15cc836e6f9263a7c34b1e5aa7807b0f9890a8c5009ff84651b
MD5 93101422c2b4ee646bad145fb626b081
BLAKE2b-256 c1526c592374c474fa4ae79f3c016a2619065e82ea6bc338e8d29450e5e20a2e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page