Voice Call Quota

Entity description

A Quota object represents the allocation and tracking of remaining call minutes for a business. It includes information about the unique identifier, business association, remaining call minutes, and timestamps.

Properties

NameDescriptionTypeExample
uidUnique identifier of the quota objectstringd290f1ee6c544b01
business_uidUnique identifier of the business that the quota relates tostringd290f1e6c544b0190e6
remaining_minutesThe remaining minutes for callsinteger100
created_atThe time the quota was createdstring2021-07-20T14:00:00.000Z
updated_atThe time the quota was last updatedstring2021-07-20T14:00:00.000Z

Example

{
  "uid": "d290f1ee6c544b01",
  "business_uid": "d290f1e6c544b0190e6",
  "remaining_minutes": 100,
  "created_at": "2021-07-20T14:00:00.000Z",
  "updated_at": "2021-07-20T14:00:00.000Z"
}