POST api/OnlineCourses/UpdateProgressData

Request Information

URI Parameters

None.

Body Parameters

ProgressDataInputModel
NameDescriptionTypeAdditional information
CustomerCourseId

integer

None.

AtpId

integer

None.

AtpEmailId

string

None.

AtpName

string

None.

StudentName

string

None.

StudentEmailId

string

None.

CustId

integer

None.

CourseName

string

None.

CourseId

integer

None.

LanguageId

integer

None.

ChapterId

integer

None.

ObjectTypeId

integer

None.

ObjectId

integer

None.

Completed

integer

None.

ObjectCount

integer

None.

ObjectData

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerCourseId": 1,
  "AtpId": 1,
  "AtpEmailId": "sample string 2",
  "AtpName": "sample string 3",
  "StudentName": "sample string 4",
  "StudentEmailId": "sample string 5",
  "CustId": 6,
  "CourseName": "sample string 7",
  "CourseId": 8,
  "LanguageId": 9,
  "ChapterId": 10,
  "ObjectTypeId": 11,
  "ObjectId": 12,
  "Completed": 13,
  "ObjectCount": 14,
  "ObjectData": "sample string 15"
}

application/xml, text/xml

Sample:
<ProgressDataInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
  <AtpEmailId>sample string 2</AtpEmailId>
  <AtpId>1</AtpId>
  <AtpName>sample string 3</AtpName>
  <ChapterId>10</ChapterId>
  <Completed>13</Completed>
  <CourseId>8</CourseId>
  <CourseName>sample string 7</CourseName>
  <CustId>6</CustId>
  <CustomerCourseId>1</CustomerCourseId>
  <LanguageId>9</LanguageId>
  <ObjectCount>14</ObjectCount>
  <ObjectData>sample string 15</ObjectData>
  <ObjectId>12</ObjectId>
  <ObjectTypeId>11</ObjectTypeId>
  <StudentEmailId>sample string 5</StudentEmailId>
  <StudentName>sample string 4</StudentName>
</ProgressDataInputModel>

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.