POST api/Training/GetCourseLink

Request Information

URI Parameters

None.

Body Parameters

GetCourseLinkModel
NameDescriptionTypeAdditional information
ChapterId

integer

None.

UID

string

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ChapterId": 1,
  "UID": "sample string 2",
  "Language": "sample string 3"
}

text/html

Sample:
{"ChapterId":1,"UID":"sample string 2","Language":"sample string 3"}

application/xml, text/xml

Sample:
<GetCourseLinkModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS.API.Models">
  <ChapterId>1</ChapterId>
  <Language>sample string 3</Language>
  <UID>sample string 2</UID>
</GetCourseLinkModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetCourseLinkModel
NameDescriptionTypeAdditional information
ChapterId

integer

None.

UID

string

None.

Language

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ChapterId": 1,
  "UID": "sample string 2",
  "Language": "sample string 3"
}

text/html

Sample:
{"ChapterId":1,"UID":"sample string 2","Language":"sample string 3"}

application/xml, text/xml

Sample:
<GetCourseLinkModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS.API.Models">
  <ChapterId>1</ChapterId>
  <Language>sample string 3</Language>
  <UID>sample string 2</UID>
</GetCourseLinkModel>