{
  "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": "123456",
  "updated_at": "2024-01-22T05:07:31.000Z",
  "created_at": "2024-01-22T05:07:31.000Z",
  "name": "Tax Rate",
  "description": "Tax Rate Description",
  "rate": 0.1
}

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 an order.

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Tax Rates
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
ratestringThe rate of the tax rate
{
  "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": "123456",
  "updated_at": "2024-01-22T05:07:31.000Z",
  "created_at": "2024-01-22T05:07:31.000Z",
  "name": "Tax Rate",
  "description": "Tax Rate Description",
  "rate": 0.1
}