POST api/LecturePage/Update
Documentation for 'Update'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | Documentation for 'obj'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"LecturePageId": "sample string 1",
"ParentId": "sample string 2",
"LectureId": "sample string 3",
"LecturePageTitle": "sample string 4",
"OrderNo": 5,
"LectureContent": "sample string 6",
"LectureName": "sample string 7",
"LectureCode": "sample string 8",
"PracticeFilePath": "sample string 9",
"PracticePrivateKey": "sample string 10",
"PracticeId": 11
}
text/xml
Sample:
<LecturePage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lib.DTO"> <LectureCode>sample string 8</LectureCode> <LectureContent>sample string 6</LectureContent> <LectureId>sample string 3</LectureId> <LectureName>sample string 7</LectureName> <LecturePageId>sample string 1</LecturePageId> <LecturePageTitle>sample string 4</LecturePageTitle> <OrderNo>5</OrderNo> <ParentId>sample string 2</ParentId> <PracticeFilePath>sample string 9</PracticeFilePath> <PracticeId>11</PracticeId> <PracticePrivateKey>sample string 10</PracticePrivateKey> </LecturePage>
application/x-www-form-urlencoded
Sample:
Sample not available.