id required | integer <int32> The ID of the subscription
|
externalId | string The exernal ID of the subscription, usually a unique identifier from the calling system
|
clubId required | integer <int32> The Id of the related subscription profile
|
userId required | integer <int32> The Id of the related user
|
starts required | integer <int64> When the subscription starts (in Unix epoch time)
|
expires | integer <int64> When the subscription expires (in Unix epoch time)
|
targetCompletion | integer <int64> When the subscription is expected to be completed by the student (in Unix epoch time)
|