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