POST Teacher/SaveNoticeTemplateV3

Request Information

URI Parameters

None.

Body Parameters

NoticeInfoParamterV2
NameDescriptionTypeAdditional information
templateTypeId

模板类型ID

string

None.

noticeInfoID

通知ID

string

None.

userId

用户

string

None.

isPublic

是否公开

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "templateTypeId": "sample string 1",
  "noticeInfoID": "sample string 2",
  "userId": "sample string 3",
  "isPublic": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.