POST api/OnlineCourses/UpdateMyCertExamNew

Request Information

URI Parameters

None.

Body Parameters

CustomerCertExamsInputModel
NameDescriptionTypeAdditional information
CustomerCertExamId

integer

None.

CertId

integer

None.

CustId

integer

None.

CustomerCourseId

integer

None.

CustomerTestId

integer

None.

ExamDate

date

None.

ExamTimeSlot

string

None.

ExamStatusId

integer

None.

LocalTime

date

None.

LanguageId

integer

None.

Marks

integer

None.

Percentage

decimal number

None.

Timezone

string

None.

CertTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerCertExamId": 1,
  "CertId": 2,
  "CustId": 3,
  "CustomerCourseId": 4,
  "CustomerTestId": 5,
  "ExamDate": "2025-05-24T14:53:40.0680012+05:30",
  "ExamTimeSlot": "sample string 7",
  "ExamStatusId": 8,
  "LocalTime": "2025-05-24T14:53:40.0680012+05:30",
  "LanguageId": 10,
  "Marks": 1,
  "Percentage": 1.1,
  "Timezone": "sample string 11",
  "CertTypeId": 12
}

application/xml, text/xml

Sample:
<CustomerCertExamsInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
  <CertId>2</CertId>
  <CertTypeId>12</CertTypeId>
  <CustId>3</CustId>
  <CustomerCertExamId>1</CustomerCertExamId>
  <CustomerCourseId>4</CustomerCourseId>
  <CustomerTestId>5</CustomerTestId>
  <ExamDate>2025-05-24T14:53:40.0680012+05:30</ExamDate>
  <ExamStatusId>8</ExamStatusId>
  <ExamTimeSlot>sample string 7</ExamTimeSlot>
  <LanguageId>10</LanguageId>
  <LocalTime>2025-05-24T14:53:40.0680012+05:30</LocalTime>
  <Marks>1</Marks>
  <Percentage>1.1</Percentage>
  <Timezone>sample string 11</Timezone>
</CustomerCertExamsInputModel>

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.