Skip to main content

Python Client SDK Generated by Speakeasy

Project description

codat-expenses

SDK Installation

pip install codat-expenses

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.GetCompanyConfigurationRequest(
    company_id="unde",
)
    
res = s.configuration.get_company_configuration(req)

if res.get_company_configuration_200_application_json_object is not None:
    # handle response

SDK Available Operations

configuration

  • get_company_configuration - Get company configuration
  • save_company_configuration - Set company configuration

connections

  • create_partnerexpense_connection - Create Partner Expense connection

expenses

  • create_expense_dataset - Create expense-transactions
  • upload_attachment - Upload attachment

mapping_options

  • get_mapping_options - Mapping options

sync

  • intiate_sync - Initiate sync

sync_status

  • get_last_successful_sync - Last successful sync
  • get_latest_sync - Latest sync status
  • get_sync_by_id - Get Sync status
  • list_syncs - List sync statuses

transaction_status

  • get_sync_transaction - Get Sync Transaction
  • get_sync_transactions - Get Sync transactions

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-expenses-0.4.0.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

codat_expenses-0.4.0-py3-none-any.whl (29.6 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