POST api/Classes/FreeVMEduSubscription

Request Information

URI Parameters

None.

Body Parameters

CertificationModel
NameDescriptionTypeAdditional information
CustomerCourseId

integer

None.

CourseId

integer

None.

BrandId

integer

None.

BrandName

string

None.

LanguageId

integer

None.

CertId

integer

None.

ItemNumber

integer

None.

ItemName

string

None.

CertCode

string

None.

ShortDesc

string

None.

LongDesc

string

None.

ValidFrom

date

None.

ValidTill

date

None.

LastModifiedDate

date

None.

ActiveChaptersCount

integer

None.

NoOfVideos

integer

None.

NoOfStudyGuides

integer

None.

NoOfQuestions

integer

None.

NoOfTerms

integer

None.

Progressed

integer

None.

BrandLogoURL

string

None.

CategoryName

string

None.

Thumbnail

string

None.

CategoryId

integer

None.

Amount

decimal number

None.

purchasecoursetype

boolean

None.

ExamCount

integer

None.

DiscountedAmount

decimal number

None.

IsValidUser

boolean

None.

EmailId

string

None.

Password

string

None.

FirstName

string

None.

LastName

string

None.

EnteredPassword

string

None.

CustId

integer

None.

ClassCourseId

integer

None.

City

string

None.

State

string

None.

Country

string

None.

IPAddress

string

None.

StudentCountryId

integer

None.

DurationDays

integer

None.

DurationMonths

integer

None.

Certification

string

None.

itemnumber

string

None.

RefCode

string

None.

Phone

string

None.

company

string

None.

MessageType

integer

None.

TempId

integer

None.

AttendWebiner

boolean

None.

BOKVersion

integer

None.

BOKLanguage

integer

None.

SimNo

integer

None.

OfferStatusId

integer

None.

Language

string

None.

SourcePageCheck

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerCourseId": 1,
  "CourseId": 2,
  "BrandId": 3,
  "BrandName": "sample string 4",
  "LanguageId": 5,
  "CertId": 6,
  "ItemNumber": 7,
  "ItemName": "sample string 8",
  "CertCode": "sample string 9",
  "ShortDesc": "sample string 10",
  "LongDesc": "sample string 11",
  "ValidFrom": "2025-05-24T01:17:55.4142967+05:30",
  "ValidTill": "2025-05-24T01:17:55.4142967+05:30",
  "LastModifiedDate": "2025-05-24T01:17:55.4142967+05:30",
  "ActiveChaptersCount": 12,
  "NoOfVideos": 13,
  "NoOfStudyGuides": 14,
  "NoOfQuestions": 15,
  "NoOfTerms": 16,
  "Progressed": 17,
  "BrandLogoURL": "sample string 18",
  "CategoryName": "sample string 19",
  "Thumbnail": "sample string 20",
  "CategoryId": 21,
  "Amount": 22.1,
  "purchasecoursetype": true,
  "ExamCount": 24,
  "DiscountedAmount": 25.1,
  "IsValidUser": true,
  "EmailId": "sample string 27",
  "Password": "sample string 28",
  "FirstName": "sample string 29",
  "LastName": "sample string 30",
  "EnteredPassword": "sample string 31",
  "CustId": 32,
  "ClassCourseId": 33,
  "City": "sample string 34",
  "State": "sample string 35",
  "Country": "sample string 36",
  "IPAddress": "sample string 37",
  "StudentCountryId": 38,
  "DurationDays": 39,
  "DurationMonths": 40,
  "Certification": "sample string 41",
  "itemnumber": "sample string 42",
  "RefCode": "sample string 43",
  "Phone": "sample string 44",
  "company": "sample string 45",
  "MessageType": 46,
  "TempId": 1,
  "AttendWebiner": true,
  "BOKVersion": 48,
  "BOKLanguage": 49,
  "SimNo": 50,
  "OfferStatusId": 51,
  "Language": "sample string 52",
  "SourcePageCheck": "sample string 53"
}

application/xml, text/xml

Sample:
<CertificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
  <ActiveChaptersCount>12</ActiveChaptersCount>
  <Amount>22.1</Amount>
  <AttendWebiner>true</AttendWebiner>
  <BOKLanguage>49</BOKLanguage>
  <BOKVersion>48</BOKVersion>
  <BrandId>3</BrandId>
  <BrandLogoURL>sample string 18</BrandLogoURL>
  <BrandName>sample string 4</BrandName>
  <CategoryId>21</CategoryId>
  <CategoryName>sample string 19</CategoryName>
  <CertCode>sample string 9</CertCode>
  <CertId>6</CertId>
  <Certification>sample string 41</Certification>
  <City>sample string 34</City>
  <ClassCourseId>33</ClassCourseId>
  <Country>sample string 36</Country>
  <CourseId>2</CourseId>
  <CustId>32</CustId>
  <CustomerCourseId>1</CustomerCourseId>
  <DiscountedAmount>25.1</DiscountedAmount>
  <DurationDays>39</DurationDays>
  <DurationMonths>40</DurationMonths>
  <EmailId>sample string 27</EmailId>
  <EnteredPassword>sample string 31</EnteredPassword>
  <ExamCount>24</ExamCount>
  <FirstName>sample string 29</FirstName>
  <IPAddress>sample string 37</IPAddress>
  <IsValidUser>true</IsValidUser>
  <ItemName>sample string 8</ItemName>
  <ItemNumber>7</ItemNumber>
  <Language>sample string 52</Language>
  <LanguageId>5</LanguageId>
  <LastModifiedDate>2025-05-24T01:17:55.4142967+05:30</LastModifiedDate>
  <LastName>sample string 30</LastName>
  <LongDesc>sample string 11</LongDesc>
  <MessageType>46</MessageType>
  <NoOfQuestions>15</NoOfQuestions>
  <NoOfStudyGuides>14</NoOfStudyGuides>
  <NoOfTerms>16</NoOfTerms>
  <NoOfVideos>13</NoOfVideos>
  <OfferStatusId>51</OfferStatusId>
  <Password>sample string 28</Password>
  <Phone>sample string 44</Phone>
  <Progressed>17</Progressed>
  <RefCode>sample string 43</RefCode>
  <ShortDesc>sample string 10</ShortDesc>
  <SimNo>50</SimNo>
  <SourcePageCheck>sample string 53</SourcePageCheck>
  <State>sample string 35</State>
  <StudentCountryId>38</StudentCountryId>
  <TempId>1</TempId>
  <Thumbnail>sample string 20</Thumbnail>
  <ValidFrom>2025-05-24T01:17:55.4142967+05:30</ValidFrom>
  <ValidTill>2025-05-24T01:17:55.4142967+05:30</ValidTill>
  <company>sample string 45</company>
  <itemnumber>sample string 42</itemnumber>
  <purchasecoursetype>true</purchasecoursetype>
</CertificationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CertificationModel
NameDescriptionTypeAdditional information
CustomerCourseId

integer

None.

CourseId

integer

None.

BrandId

integer

None.

BrandName

string

None.

LanguageId

integer

None.

CertId

integer

None.

ItemNumber

integer

None.

ItemName

string

None.

CertCode

string

None.

ShortDesc

string

None.

LongDesc

string

None.

ValidFrom

date

None.

ValidTill

date

None.

LastModifiedDate

date

None.

ActiveChaptersCount

integer

None.

NoOfVideos

integer

None.

NoOfStudyGuides

integer

None.

NoOfQuestions

integer

None.

NoOfTerms

integer

None.

Progressed

integer

None.

BrandLogoURL

string

None.

CategoryName

string

None.

Thumbnail

string

None.

CategoryId

integer

None.

Amount

decimal number

None.

purchasecoursetype

boolean

None.

ExamCount

integer

None.

DiscountedAmount

decimal number

None.

IsValidUser

boolean

None.

EmailId

string

None.

Password

string

None.

FirstName

string

None.

LastName

string

None.

EnteredPassword

string

None.

CustId

integer

None.

ClassCourseId

integer

None.

City

string

None.

State

string

None.

Country

string

None.

IPAddress

string

None.

StudentCountryId

integer

None.

DurationDays

integer

None.

DurationMonths

integer

None.

Certification

string

None.

itemnumber

string

None.

RefCode

string

None.

Phone

string

None.

company

string

None.

MessageType

integer

None.

TempId

integer

None.

AttendWebiner

boolean

None.

BOKVersion

integer

None.

BOKLanguage

integer

None.

SimNo

integer

None.

OfferStatusId

integer

None.

Language

string

None.

SourcePageCheck

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerCourseId": 1,
  "CourseId": 2,
  "BrandId": 3,
  "BrandName": "sample string 4",
  "LanguageId": 5,
  "CertId": 6,
  "ItemNumber": 7,
  "ItemName": "sample string 8",
  "CertCode": "sample string 9",
  "ShortDesc": "sample string 10",
  "LongDesc": "sample string 11",
  "ValidFrom": "2025-05-24T01:17:55.4142967+05:30",
  "ValidTill": "2025-05-24T01:17:55.4142967+05:30",
  "LastModifiedDate": "2025-05-24T01:17:55.4142967+05:30",
  "ActiveChaptersCount": 12,
  "NoOfVideos": 13,
  "NoOfStudyGuides": 14,
  "NoOfQuestions": 15,
  "NoOfTerms": 16,
  "Progressed": 17,
  "BrandLogoURL": "sample string 18",
  "CategoryName": "sample string 19",
  "Thumbnail": "sample string 20",
  "CategoryId": 21,
  "Amount": 22.1,
  "purchasecoursetype": true,
  "ExamCount": 24,
  "DiscountedAmount": 25.1,
  "IsValidUser": true,
  "EmailId": "sample string 27",
  "Password": "sample string 28",
  "FirstName": "sample string 29",
  "LastName": "sample string 30",
  "EnteredPassword": "sample string 31",
  "CustId": 32,
  "ClassCourseId": 33,
  "City": "sample string 34",
  "State": "sample string 35",
  "Country": "sample string 36",
  "IPAddress": "sample string 37",
  "StudentCountryId": 38,
  "DurationDays": 39,
  "DurationMonths": 40,
  "Certification": "sample string 41",
  "itemnumber": "sample string 42",
  "RefCode": "sample string 43",
  "Phone": "sample string 44",
  "company": "sample string 45",
  "MessageType": 46,
  "TempId": 1,
  "AttendWebiner": true,
  "BOKVersion": 48,
  "BOKLanguage": 49,
  "SimNo": 50,
  "OfferStatusId": 51,
  "Language": "sample string 52",
  "SourcePageCheck": "sample string 53"
}

application/xml, text/xml

Sample:
<CertificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
  <ActiveChaptersCount>12</ActiveChaptersCount>
  <Amount>22.1</Amount>
  <AttendWebiner>true</AttendWebiner>
  <BOKLanguage>49</BOKLanguage>
  <BOKVersion>48</BOKVersion>
  <BrandId>3</BrandId>
  <BrandLogoURL>sample string 18</BrandLogoURL>
  <BrandName>sample string 4</BrandName>
  <CategoryId>21</CategoryId>
  <CategoryName>sample string 19</CategoryName>
  <CertCode>sample string 9</CertCode>
  <CertId>6</CertId>
  <Certification>sample string 41</Certification>
  <City>sample string 34</City>
  <ClassCourseId>33</ClassCourseId>
  <Country>sample string 36</Country>
  <CourseId>2</CourseId>
  <CustId>32</CustId>
  <CustomerCourseId>1</CustomerCourseId>
  <DiscountedAmount>25.1</DiscountedAmount>
  <DurationDays>39</DurationDays>
  <DurationMonths>40</DurationMonths>
  <EmailId>sample string 27</EmailId>
  <EnteredPassword>sample string 31</EnteredPassword>
  <ExamCount>24</ExamCount>
  <FirstName>sample string 29</FirstName>
  <IPAddress>sample string 37</IPAddress>
  <IsValidUser>true</IsValidUser>
  <ItemName>sample string 8</ItemName>
  <ItemNumber>7</ItemNumber>
  <Language>sample string 52</Language>
  <LanguageId>5</LanguageId>
  <LastModifiedDate>2025-05-24T01:17:55.4142967+05:30</LastModifiedDate>
  <LastName>sample string 30</LastName>
  <LongDesc>sample string 11</LongDesc>
  <MessageType>46</MessageType>
  <NoOfQuestions>15</NoOfQuestions>
  <NoOfStudyGuides>14</NoOfStudyGuides>
  <NoOfTerms>16</NoOfTerms>
  <NoOfVideos>13</NoOfVideos>
  <OfferStatusId>51</OfferStatusId>
  <Password>sample string 28</Password>
  <Phone>sample string 44</Phone>
  <Progressed>17</Progressed>
  <RefCode>sample string 43</RefCode>
  <ShortDesc>sample string 10</ShortDesc>
  <SimNo>50</SimNo>
  <SourcePageCheck>sample string 53</SourcePageCheck>
  <State>sample string 35</State>
  <StudentCountryId>38</StudentCountryId>
  <TempId>1</TempId>
  <Thumbnail>sample string 20</Thumbnail>
  <ValidFrom>2025-05-24T01:17:55.4142967+05:30</ValidFrom>
  <ValidTill>2025-05-24T01:17:55.4142967+05:30</ValidTill>
  <company>sample string 45</company>
  <itemnumber>sample string 42</itemnumber>
  <purchasecoursetype>true</purchasecoursetype>
</CertificationModel>