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