PUT api/v1/cBT_Enrolment/{enrolmentId}/enrolmentId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
enrolmentId

integer

Required

Body Parameters

CBT_EnrolmentVM
NameDescriptionTypeAdditional information
enrolmentId

integer

None.

examinationScheduleId

integer

None.

studentId

integer

None.

registrationNumber

string

None.

examNumber

string

None.

seatNumber

integer

None.

emailAddress

string

None.

isValidate

boolean

None.

dateCreated

date

None.

validationDatetime

date

None.

tenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "enrolmentId": 1,
  "examinationScheduleId": 1,
  "studentId": 2,
  "registrationNumber": "sample string 3",
  "examNumber": "sample string 4",
  "seatNumber": 1,
  "emailAddress": "sample string 5",
  "isValidate": true,
  "dateCreated": "2024-09-19T09:32:40.4461782-07:00",
  "validationDatetime": "2024-09-19T09:32:40.4461782-07:00",
  "tenantId": 1
}

application/xml, text/xml

Sample:
<CBT_EnrolmentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <dateCreated>2024-09-19T09:32:40.4461782-07:00</dateCreated>
  <emailAddress>sample string 5</emailAddress>
  <enrolmentId>1</enrolmentId>
  <examNumber>sample string 4</examNumber>
  <examinationScheduleId>1</examinationScheduleId>
  <isValidate>true</isValidate>
  <registrationNumber>sample string 3</registrationNumber>
  <seatNumber>1</seatNumber>
  <studentId>2</studentId>
  <tenantId>1</tenantId>
  <validationDatetime>2024-09-19T09:32:40.4461782-07:00</validationDatetime>
</CBT_EnrolmentVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.