POST Teacher/SaveNoticeTemplate
1.3.3 保存到通知模板
Request Information
URI Parameters
None.
Body Parameters
NoticeInfoParamter| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
模板名字 |
string |
None. |
| content |
模板内容 |
string |
None. |
| title |
模板标题 |
string |
None. |
| userId |
用户 |
string |
None. |
| isPublic |
是否公开 |
integer |
None. |
| noticeInfoID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"content": "sample string 2",
"title": "sample string 3",
"userId": "sample string 4",
"isPublic": 5,
"noticeInfoID": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |