Skip to main content

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

The Tax Rates Data Model simplifies the handling and retrieval of Tax Rates data for your application. The model provides a unified representation of tax rates data across different platforms, enabling you to easily access and manage tax rates data from different platforms.
  • Unified Tax Rates properties: The model provides a unified representation of tax rates properties across different platforms, enabling you to easily access and manage tax rates data from different platforms.
  • Comprehensive tax rates information: The model provides a comprehensive representation of tax rates data, including all the properties and relationships that you can retrieve for a tax rate.

Attributes

Tax Rate Attributes

PropertyTypeDescription
rootfi_idintegerThe RootFi ID of the tax rate
rootfi_created_atstringThe ISO 8601 timestamp at which the record was created in RootFi
rootfi_updated_atstringThe ISO 8601 timestamp at which the record was last updated in RootFi
rootfi_company_idintegerThe RootFi company ID associated with the tax rate
platform_idstringThe Platform’s ID for the Tax Rate
platform_unique_idstringThe platform’s unique identifier for the tax rate
updated_atstringThe date and time the tax rate was last updated
created_atstringThe date and time the tax rate was created
namestringThe name of the tax rate
descriptionstringThe description of the tax rate
ratenumberThe rate of the tax rate (as a decimal, e.g., 0.1 for 10%)

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Tax Rate
updated_atstringThe date and time the tax rate was last updated
created_atstringThe date and time the tax rate was created
namestringThe name of the tax rate
descriptionstringThe description of the tax rate
ratenumberThe rate of the tax rate (as a decimal)
{
  "rootfi_id": 157,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "tax_123456",
  "updated_at": "2024-01-22T05:07:31.000Z",
  "created_at": "2024-01-22T05:07:31.000Z",
  "name": "Standard VAT",
  "description": "Standard Value Added Tax rate",
  "rate": 0.20
}