POST UserCourse/UpdateClasses
Request Information
URI Parameters
None.
Body Parameters
UpdateUserClassesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerNo | string |
None. |
|
| UserCourseId | integer |
None. |
|
| ClassName | string |
None. |
|
| Numbers | integer |
None. |
|
| VideoPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerNo": "sample string 2",
"UserCourseId": 3,
"ClassName": "sample string 4",
"Numbers": 5,
"VideoPath": "sample string 6"
}
application/xml, text/xml
Sample:
<UpdateUserClassesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO"> <ClassName>sample string 4</ClassName> <CustomerNo>sample string 2</CustomerNo> <Numbers>5</Numbers> <UserCourseId>3</UserCourseId> <VideoPath>sample string 6</VideoPath> <Id>1</Id> </UpdateUserClassesDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.