POST api/UnitClassNotice/Insert
班级通知[添加]
Request Information
URI Parameters
None.
Body Parameters
InsertInput4Name | Description | Type | Additional information |
---|---|---|---|
UnitID |
单位编号 |
globally unique identifier |
None. |
ClassID |
班级ID |
globally unique identifier |
None. |
NoticeTitle |
通知标题[40字上限] |
string |
None. |
NoticeTxt |
通知正文[1000字上限包含图片地址] |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UnitID": "2af60165-9f4a-484f-9fe1-393f9000c671", "ClassID": "7ea7399b-b9d7-4897-930a-9d236d823391", "NoticeTitle": "sample string 3", "NoticeTxt": "sample string 4" }
Response Information
Resource Description
HttpResponseMessageName | 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. |