Create a subscription assignment

Allows you to create a subscription assignment.

Securityapi_key
Request
query Parameters
externalId
string

The exernal ID of the subscription, usually a unique identifier from the calling system

clubId
required
string

The Id of the related subscription profile

userId
required
string

The Id of the related user

starts
required
string

When the subscription starts (in Unix epoch time)

expires
string

When the subscription expires (in Unix epoch time)

targetCompletion
string

When the subscription is expected to be completed by the student (in Unix epoch time)

Responses
200

OK Response

get/CreateClubMembership
Request samples
Response samples
application/json
{
  • "Status": 10,
  • "Error": "string",
  • "ClubMembershipId": 45632
}