POST Course/AddCourseComments
Request Information
URI Parameters
None.
Body Parameters
CourseCommentsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Comments | string |
None. |
|
| CourseCode | string |
None. |
|
| CreateId | integer |
None. |
|
| Type | CommentsTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"Comments": "sample string 1",
"CourseCode": "sample string 2",
"CreateId": 3,
"Type": "AUTO"
}
application/xml, text/xml
Sample:
<CourseCommentsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO"> <Comments>sample string 1</Comments> <CourseCode>sample string 2</CourseCode> <CreateId>3</CreateId> <Type>AUTO</Type> </CourseCommentsDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.