Update a subscription assignment by id

Allows you to update a subscription assignment.

Securityapi_key
Request
query Parameters
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)

Responses
200

OK Response

get/UpdateClubMembership
Request samples
Response samples
application/json
{
  • "status": 10,
  • "error": "string"
}