{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "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.465Z",
  "currency_id": "1234567890",
  "description": "This is a description",
  "status": "ACTIVE",
  "contact_id": "1234567890",
  "expire_by": "2024-01-22T05:07:31.465Z",
  "current_start": "2024-01-22T05:07:31.465Z",
  "current_end": "2024-01-22T05:07:31.465Z",
  "payment_method": "CARD"
}

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

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

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Subscriptions
created_atstringThe date and time the Subscriptions was created
currency_idstringThe currency ID of the Subscriptions
descriptionstringThe description of the Subscriptions
statusstringThe status of the Subscriptions
contact_idstringThe contact ID of the Subscriptions
expire_bystringThe expiry date of the Subscriptions
current_startstringThe current start date of the Subscriptions
current_endstringThe current end date of the Subscriptions
payment_methodstringThe payment method of the Subscriptions
{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "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.465Z",
  "currency_id": "1234567890",
  "description": "This is a description",
  "status": "ACTIVE",
  "contact_id": "1234567890",
  "expire_by": "2024-01-22T05:07:31.465Z",
  "current_start": "2024-01-22T05:07:31.465Z",
  "current_end": "2024-01-22T05:07:31.465Z",
  "payment_method": "CARD"
}