{
  "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",
  "created_at": "2024-01-22T05:07:31.000Z",
  "updated_at": "2024-01-22T05:07:31.000Z",
  "name": "Payment Name",
  "description": "Payment Description",
  "code": "123456",
  "unit_price": "100.00",
  "currency_id": "USD",
  "status": "ACTIVE"
}

The Items Data Model simplifies the handling and retrieval of Items data for your application. The model provides a unified representation of Items data across different platforms, enabling you to easily access and manage Items data from different platforms.

  • Unified Items properties: The model provides a unified representation of Items properties across different platforms, enabling you to easily access and manage Items data from different platforms.
  • Comprehensive Items information: The model provides a comprehensive representation of Items data, including all the properties and relationships that you can retrieve for an Items.

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Items
created_atstringThe date and time the Items was created
updated_atstringThe date and time the Items was updated
namestringThe name of the Items
descriptionstringThe description of the Items
codestringThe code of the Items
unit_pricestringThe unit price of the Items
currency_idstringThe currency id of the Items
statusstringThe status of the Items
{
  "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",
  "created_at": "2024-01-22T05:07:31.000Z",
  "updated_at": "2024-01-22T05:07:31.000Z",
  "name": "Payment Name",
  "description": "Payment Description",
  "code": "123456",
  "unit_price": "100.00",
  "currency_id": "USD",
  "status": "ACTIVE"
}