User Subscription

Type: object

ONBRDNG Schema for a user_subscription

The following properties are required:

Type: string

Unique Identifier for a User Subscription

Type: string

Foreign key for User

Type: string

Foreign key for Subscription

Type: string

unique identifier for a campaign

Type: enum (of string)

The User State, ie active or inactive.

Must be one of:

  • "active"
  • "inactive"

Type: stringFormat: date-time

Moment of User Subscription creation. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: stringFormat: date

The User Subscription start date.

Must match regular expression: ^\d{4}-\d{2}-\d{2}$

Type: stringFormat: date

The User Subscription expiration date.

Must match regular expression: ^\d{4}-\d{2}-\d{2}$

Type: stringFormat: date-time

Moment of User Subscription suspension. Format: YYYY-MM-DD HH:MM:SS[.SSSSSS].

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?$

Type: string

Key for linked User Subscription

Type: string

The Reseller of the User.