Skip to main content

Python Client SDK Generated by Speakeasy

Project description

codat-assess

SDK Installation

pip install codat-assess

SDK Example Usage

import codat
from codat.models import operations, shared

s = codat.Codat(
    security=shared.Security(
        auth_header="YOUR_API_KEY_HERE",
    ),
)


req = operations.GetAccountCategoryRequest(
    account_id="corrupti",
    company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
    connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
)
    
res = s.categories.get_account_category(req)

if res.categorised_account is not None:
    # handle response

Available Resources and Operations

categories

  • get_account_category - Get suggested and/or confirmed category for a specific account
  • list_accounts_categories - List suggested and confirmed account categories
  • list_available_account_categories - List account categories
  • update_account_category - Patch account categories
  • update_accounts_categories - Confirm categories for accounts

data_integrity

  • get_data_integrity_details - Lists data integrity details for date type
  • get_data_integrity_status - Get data integrity status
  • get_data_integrity_summaries - Get data integrity summary

excel_reports

  • download_excel_report - Download generated excel report
  • generate_excel_report - Generate an Excel report
  • get_accounting_marketing_metrics - Get the marketing metrics from an accounting source for a given company.
  • get_excel_report - Download generated excel report
  • get_excel_report_generation_status - Get status of Excel report

reports

  • get_accounts_for_enhanced_balance_sheet - Enhanced Balance Sheet Accounts
  • get_accounts_for_enhanced_profit_and_loss - Enhanced Profit and Loss Accounts
  • get_commerce_customer_retention_metrics - Get the customer retention metrics for a specific company.
  • get_commerce_lifetime_value_metrics - Get the lifetime value metric for a specific company.
  • get_commerce_orders_metrics - Get order information for a specific company
  • get_commerce_refunds_metrics - Get the refunds information for a specific company
  • get_commerce_revenue_metrics - Commerce Revenue Metrics
  • get_enhanced_balance_sheet - Enhanced Balance Sheet
  • get_enhanced_cash_flow_transactions - Get enhanced cash flow report
  • get_enhanced_financial_metrics - List financial metrics
  • get_enhanced_invoices_report - Enhanced Invoices Report
  • get_enhanced_profit_and_loss - Enhanced Profit and Loss
  • get_recurring_revenue_metrics - Get key metrics for subscription revenue
  • request_recurring_revenue_metrics - Request production of key subscription revenue metrics

SDK Generated by Speakeasy

Project details


Download files

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

Source Distribution

codat-assess-0.9.6.tar.gz (36.0 kB view hashes)

Uploaded Source

Built Distribution

codat_assess-0.9.6-py3-none-any.whl (90.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page