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="8a210b68-6988-11ed-a1eb-0242ac120002",
)
res = s.configuration.get_company_configuration(req)
if res.company_configuration is not None:
# handle response
Available Resources and Operations
configuration
get_company_configuration- Get company configurationsave_company_configuration- Set company configuration
connections
create_partner_expense_connection- Create Partner Expense connection
expenses
create_expense_dataset- Create expense-transactionsupload_attachment- Upload attachment
mapping_options
get_mapping_options- Mapping options
sync
intiate_sync- Initiate sync
sync_status
get_last_successful_sync- Last successful syncget_latest_sync- Latest sync statusget_sync_by_id- Get Sync statuslist_syncs- List sync statuses
transaction_status
get_sync_transaction- Get Sync Transactionlist_sync_transactions- Get Sync transactions
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
codat-expenses-0.8.6.tar.gz
(21.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codat-expenses-0.8.6.tar.gz.
File metadata
- Download URL: codat-expenses-0.8.6.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a7034c96955161c7e44414023a1d07e25851a13c8bf35e7c6ce85436e1664b0
|
|
| MD5 |
b8efa2ff3161ce0f1b7b16e65da7644f
|
|
| BLAKE2b-256 |
66cf7829aec02c6794a786a74e1856984e368fb0e985ab70da302d549d5eb048
|
File details
Details for the file codat_expenses-0.8.6-py3-none-any.whl.
File metadata
- Download URL: codat_expenses-0.8.6-py3-none-any.whl
- Upload date:
- Size: 46.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4cc291f9371d3fdb602bf7ffdb476d11fb8deee9197163ce1d45c86418e232d
|
|
| MD5 |
a271e92cfc2ddf8d5e964d0b70b0203c
|
|
| BLAKE2b-256 |
13e9d78d8b56d4c77d2682d6b64757e66b6f7949f47f478bdec6b152b730245c
|