PUT api/VirtualClassRegistration

Request Information

URI Parameters

None.

Body Parameters

VirtualClassRegistration
NameDescriptionTypeAdditional information
RecordNo

integer

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

EmailAddress

string

None.

PhoneNumber

string

None.

Address

string

None.

RegistrationDate

date

None.

ReferenceNumber

string

None.

DateOfBirth

date

None.

TitleFK

integer

None.

Title

Title

None.

JsonData

string

None.

VirtualClassPlanTypeFK

integer

None.

VirtualClassPlanType

VirtualClassPlanType

None.

PaymentStatusFK

integer

None.

PaymentStatus

PaymentStatus

None.

DegreeStudiedInThePast

string

None.

FieldOfStudy

string

None.

TuitionBudget

decimal number

None.

TutorAssignedFK

integer

None.

Tutor

Tutor

None.

VirtualClassDate

date

None.

CreatedOn

date

None.

UpdatedOn

date

None.

IsDeleted

boolean

None.

FilePath

string

None.

AmountPaid

decimal number

None.

AmountPaidCurrency

string

None.

LocalAmountPaid

decimal number

None.

LocalAmountPaidCurrency

string

None.

CountryName

string

None.

NGNPlanValue

decimal number

None.

NGNAmountPaid

decimal number

None.

PaymentId

globally unique identifier

None.

NextEmailSchedule

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordNo": 1,
  "FirstName": "sample string 2",
  "MiddleName": "sample string 3",
  "LastName": "sample string 4",
  "EmailAddress": "sample string 5",
  "PhoneNumber": "sample string 6",
  "Address": "sample string 7",
  "RegistrationDate": "2024-04-29T12:45:03.9274328+00:00",
  "ReferenceNumber": "sample string 8",
  "DateOfBirth": "2024-04-29T12:45:03.9274328+00:00",
  "TitleFK": 1,
  "Title": {
    "RecordNo": 1,
    "TitleName": "sample string 2",
    "CreatedOn": "2024-04-29T12:45:03.9274328+00:00",
    "UpdatedOn": "2024-04-29T12:45:03.9274328+00:00",
    "IsDeleted": true
  },
  "JsonData": "sample string 9",
  "VirtualClassPlanTypeFK": 10,
  "VirtualClassPlanType": {
    "RecordNo": 1,
    "VirtualClassPlanTypeName": "sample string 2",
    "Amount": 3.0,
    "AffilateComm": 4.0,
    "CreatedOn": "2024-04-29T12:45:03.9274328+00:00",
    "UpdatedOn": "2024-04-29T12:45:03.9274328+00:00",
    "IsDeleted": true,
    "ParentFK": 1
  },
  "PaymentStatusFK": 1,
  "PaymentStatus": {
    "RecordNo": 1,
    "PaymentStatusName": "sample string 2",
    "CreatedOn": "2024-04-29T12:45:03.9274328+00:00",
    "UpdatedOn": "2024-04-29T12:45:03.9274328+00:00",
    "IsDeleted": true,
    "IsIncrementedAmt": true,
    "SortOrder": 1
  },
  "DegreeStudiedInThePast": "sample string 11",
  "FieldOfStudy": "sample string 12",
  "TuitionBudget": 1.0,
  "TutorAssignedFK": 1,
  "Tutor": {
    "RecordNo": 1,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "EmailAddress": "sample string 4",
    "PhoneNumber": "sample string 5",
    "CreatedOn": "2024-04-29T12:45:03.9274328+00:00",
    "UpdatedOn": "2024-04-29T12:45:03.9274328+00:00",
    "IsDeleted": true
  },
  "VirtualClassDate": "2024-04-29T12:45:03.9274328+00:00",
  "CreatedOn": "2024-04-29T12:45:03.9274328+00:00",
  "UpdatedOn": "2024-04-29T12:45:03.9274328+00:00",
  "IsDeleted": true,
  "FilePath": "sample string 15",
  "AmountPaid": 16.0,
  "AmountPaidCurrency": "sample string 17",
  "LocalAmountPaid": 1.0,
  "LocalAmountPaidCurrency": "sample string 18",
  "CountryName": "sample string 19",
  "NGNPlanValue": 1.0,
  "NGNAmountPaid": 1.0,
  "PaymentId": "9453d98d-91ac-4bc1-9e78-d703562b8234",
  "NextEmailSchedule": "2024-04-29T12:45:03.9274328+00:00"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'TrishAcademy.Models.VirtualClassPlanType' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'TrishAcademy.Models.VirtualClassPlanType' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VirtualClassRegistration'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.