POST api/MsgRes/msgResInfo

Request Information

URI Parameters

None.

Body Parameters

msgResInfoPost
NameDescriptionTypeAdditional information
id

integer

None.

tel

登录账号

string

None.

token

token

string

None.

uid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tel": "sample string 2",
  "token": "sample string 3",
  "uid": 1
}

application/xml, text/xml

Sample:
<msgResInfoPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers">
  <tel xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 2</tel>
  <token xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 3</token>
  <uid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">1</uid>
  <id>1</id>
</msgResInfoPost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

msgResInfoResult
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

id

integer

None.

msgresContent

string

None.

status

ShenPiStatus

None.

creator

integer

None.

creatorName

string

None.

shenpiId

integer

None.

shishiren

实施人

string

None.

shishirenId

integer

None.

msgId

integer

None.

msgTitle

string

None.

imgArr

数组: string

None.

createDt

string

None.

weidu

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "id": 3,
  "msgresContent": "sample string 4",
  "status": 1,
  "creator": 5,
  "creatorName": "sample string 6",
  "shenpiId": 7,
  "shishiren": "sample string 8",
  "shishirenId": 9,
  "msgId": 10,
  "msgTitle": "sample string 11",
  "imgArr": [
    "sample string 1",
    "sample string 2"
  ],
  "createDt": "sample string 12",
  "weidu": 13
}

application/xml, text/xml

Sample:
<msgResInfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers">
  <createDt>sample string 12</createDt>
  <creator>5</creator>
  <creatorName>sample string 6</creatorName>
  <id>3</id>
  <imgArr xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </imgArr>
  <msgId>10</msgId>
  <msgTitle>sample string 11</msgTitle>
  <msgresContent>sample string 4</msgresContent>
  <shenpiId>7</shenpiId>
  <shishiren>sample string 8</shishiren>
  <shishirenId>9</shishirenId>
  <status>pending</status>
  <weidu>13</weidu>
  <code>1</code>
  <msg>sample string 2</msg>
</msgResInfoResult>