GET api/StudentDiscussion/CheckIsPreviewRegistration?registrationId={registrationId}

Used to check whether the registration is preview or not

Request Information

URI Parameters

NameDescriptionTypeAdditional information
registrationId

integer

Required

Body Parameters

None.

Response Information

Resource Description

PlUpgradeMessageModal
NameDescriptionTypeAdditional information
CourseName

Gets or sets the course name

string

None.

IsPreviewRegistration

Gets or sets the preview registrations

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "CourseName": "sample string 1",
  "IsPreviewRegistration": true
}