POST api/Base/SendMsg

Request Information

URI Parameters

None.

Body Parameters

MsgDetailed
NameDescriptionTypeAdditional information
Title

string

None.

SchoolGUID

string

None.

Name

string

None.

Content

string

None.

Mode

string

None.

Range

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "SchoolGUID": "sample string 2",
  "Name": "sample string 3",
  "Content": "sample string 4",
  "Mode": "sample string 5",
  "Range": "sample string 6"
}

application/xml, text/xml

Sample:
<BaseController.MsgDetailed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineEducation">
  <Content>sample string 4</Content>
  <Mode>sample string 5</Mode>
  <Name>sample string 3</Name>
  <Range>sample string 6</Range>
  <SchoolGUID>sample string 2</SchoolGUID>
  <Title>sample string 1</Title>
</BaseController.MsgDetailed>

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.