POST api/Classes/ClassEnrollmentOthers

Request Information

URI Parameters

None.

Body Parameters

ClassEnrollment
NameDescriptionTypeAdditional information
EnrollmentId

integer

None.

ClassId

integer

None.

ClassDate

string

None.

FirstName

string

None.

LastName

string

None.

EmailId

string

None.

Password

string

None.

PhoneNo

string

None.

Company

string

None.

Website

string

None.

LinkedInURL

string

None.

Certification

string

None.

EnrolledDate

date

None.

AmountPaid

decimal number

None.

FinalAmount

decimal number

None.

TransactionNumber

string

None.

ModeOfPayment

string

None.

IPAddress

string

None.

Country

string

None.

State

string

None.

City

string

None.

Status

integer

None.

ParentEnrollmentId

integer

None.

TypeOfEnrollment

integer

None.

ClassType

integer

None.

PriceId

integer

None.

EBDStatus

boolean

None.

PaymentStatus

boolean

None.

PaypalURL

string

None.

CCAvenueURL

string

None.

CurrencyFormat

string

None.

Tax

decimal number

None.

CountryId

integer

None.

ClassCountry

string

None.

ClassCourseId

integer

None.

Address1

string

None.

Address2

string

None.

Address3

string

None.

Zipcode

string

None.

Token

string

None.

QueryNo

integer

None.

randNo

integer

None.

PackageId

integer

None.

AddressId

integer

None.

OrderId

integer

None.

PromoCode

string

None.

DiscountAmount

decimal number

None.

TransactionDate

date

None.

StateId

integer

None.

CourseId

integer

None.

GSTNumber

string

None.

GSTInvoiceId

integer

None.

AnnouncedPrice

integer

None.

BrandId

integer

None.

Source

string

None.

ATPID

integer

None.

PromoID

integer

None.

ClassStartDate

date

None.

ExistingStudent

boolean

None.

StudentCourntryID

integer

None.

PaymentResponse

PaymentResponse

None.

ShippingCharge

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "EnrollmentId": 1,
  "ClassId": 2,
  "ClassDate": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "EmailId": "sample string 6",
  "Password": "sample string 7",
  "PhoneNo": "sample string 8",
  "Company": "sample string 9",
  "Website": "sample string 10",
  "LinkedInURL": "sample string 11",
  "Certification": "sample string 12",
  "EnrolledDate": "2025-05-24T13:26:51.8690889+05:30",
  "AmountPaid": 13.1,
  "FinalAmount": 14.1,
  "TransactionNumber": "sample string 15",
  "ModeOfPayment": "sample string 16",
  "IPAddress": "sample string 17",
  "Country": "sample string 18",
  "State": "sample string 19",
  "City": "sample string 20",
  "Status": 21,
  "ParentEnrollmentId": 22,
  "TypeOfEnrollment": 23,
  "ClassType": 24,
  "PriceId": 25,
  "EBDStatus": true,
  "PaymentStatus": true,
  "PaypalURL": "sample string 28",
  "CCAvenueURL": "sample string 29",
  "CurrencyFormat": "sample string 30",
  "Tax": 31.1,
  "CountryId": 32,
  "ClassCountry": "sample string 33",
  "ClassCourseId": 34,
  "Address1": "sample string 35",
  "Address2": "sample string 36",
  "Address3": "sample string 37",
  "Zipcode": "sample string 38",
  "Token": "sample string 39",
  "QueryNo": 40,
  "randNo": 41,
  "PackageId": 42,
  "AddressId": 43,
  "OrderId": 44,
  "PromoCode": "sample string 45",
  "DiscountAmount": 46.1,
  "TransactionDate": "2025-05-24T13:26:51.8690889+05:30",
  "StateId": 48,
  "CourseId": 49,
  "GSTNumber": "sample string 50",
  "GSTInvoiceId": 51,
  "AnnouncedPrice": 52,
  "BrandId": 53,
  "Source": "sample string 54",
  "ATPID": 55,
  "PromoID": 56,
  "ClassStartDate": "2025-05-24T13:26:51.8690889+05:30",
  "ExistingStudent": true,
  "StudentCourntryID": 59,
  "PaymentResponse": {
    "TransactionID": "sample string 1",
    "PPTransactionID": "sample string 2",
    "ProfileID": "sample string 3",
    "SubscriptionID": "sample string 4",
    "AmountPaid": 5.1,
    "Status": 6,
    "RecurringStatus": "sample string 7",
    "SubscriptionStartDate": "2025-05-24T13:26:51.8690889+05:30",
    "SubscriptionEndDate": "2025-05-24T13:26:51.8690889+05:30",
    "Password": "sample string 10",
    "ResponseMessage": "sample string 11",
    "UserType": 12
  },
  "ShippingCharge": 60.1
}

application/xml, text/xml

Sample:
<ClassEnrollment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
  <ATPID>55</ATPID>
  <Address1>sample string 35</Address1>
  <Address2>sample string 36</Address2>
  <Address3>sample string 37</Address3>
  <AddressId>43</AddressId>
  <AmountPaid>13.1</AmountPaid>
  <AnnouncedPrice>52</AnnouncedPrice>
  <BrandId>53</BrandId>
  <CCAvenueURL>sample string 29</CCAvenueURL>
  <Certification>sample string 12</Certification>
  <City>sample string 20</City>
  <ClassCountry>sample string 33</ClassCountry>
  <ClassCourseId>34</ClassCourseId>
  <ClassDate>sample string 3</ClassDate>
  <ClassId>2</ClassId>
  <ClassStartDate>2025-05-24T13:26:51.8690889+05:30</ClassStartDate>
  <ClassType>24</ClassType>
  <Company>sample string 9</Company>
  <Country>sample string 18</Country>
  <CountryId>32</CountryId>
  <CourseId>49</CourseId>
  <CurrencyFormat>sample string 30</CurrencyFormat>
  <DiscountAmount>46.1</DiscountAmount>
  <EBDStatus>true</EBDStatus>
  <EmailId>sample string 6</EmailId>
  <EnrolledDate>2025-05-24T13:26:51.8690889+05:30</EnrolledDate>
  <EnrollmentId>1</EnrollmentId>
  <ExistingStudent>true</ExistingStudent>
  <FinalAmount>14.1</FinalAmount>
  <FirstName>sample string 4</FirstName>
  <GSTInvoiceId>51</GSTInvoiceId>
  <GSTNumber>sample string 50</GSTNumber>
  <IPAddress>sample string 17</IPAddress>
  <LastName>sample string 5</LastName>
  <LinkedInURL>sample string 11</LinkedInURL>
  <ModeOfPayment>sample string 16</ModeOfPayment>
  <OrderId>44</OrderId>
  <PackageId>42</PackageId>
  <ParentEnrollmentId>22</ParentEnrollmentId>
  <Password>sample string 7</Password>
  <PaymentResponse>
    <AmountPaid>5.1</AmountPaid>
    <PPTransactionID>sample string 2</PPTransactionID>
    <Password>sample string 10</Password>
    <ProfileID>sample string 3</ProfileID>
    <RecurringStatus>sample string 7</RecurringStatus>
    <ResponseMessage>sample string 11</ResponseMessage>
    <Status>6</Status>
    <SubscriptionEndDate>2025-05-24T13:26:51.8690889+05:30</SubscriptionEndDate>
    <SubscriptionID>sample string 4</SubscriptionID>
    <SubscriptionStartDate>2025-05-24T13:26:51.8690889+05:30</SubscriptionStartDate>
    <TransactionID>sample string 1</TransactionID>
    <UserType>12</UserType>
  </PaymentResponse>
  <PaymentStatus>true</PaymentStatus>
  <PaypalURL>sample string 28</PaypalURL>
  <PhoneNo>sample string 8</PhoneNo>
  <PriceId>25</PriceId>
  <PromoCode>sample string 45</PromoCode>
  <PromoID>56</PromoID>
  <QueryNo>40</QueryNo>
  <ShippingCharge>60.1</ShippingCharge>
  <Source>sample string 54</Source>
  <State>sample string 19</State>
  <StateId>48</StateId>
  <Status>21</Status>
  <StudentCourntryID>59</StudentCourntryID>
  <Tax>31.1</Tax>
  <Token>sample string 39</Token>
  <TransactionDate>2025-05-24T13:26:51.8690889+05:30</TransactionDate>
  <TransactionNumber>sample string 15</TransactionNumber>
  <TypeOfEnrollment>23</TypeOfEnrollment>
  <Website>sample string 10</Website>
  <Zipcode>sample string 38</Zipcode>
  <randNo>41</randNo>
</ClassEnrollment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.