POST api/Message1

Request Information

URI Parameters

None.

Body Parameters

message1
NameDescriptionTypeAdditional information
access_token

string

None.

touser

string

None.

msgtype

string

None.

agentid

string

None.

content

string

None.

Request Formats

application/json, text/json

Sample:
{
  "access_token": "sample string 1",
  "touser": "sample string 2",
  "msgtype": "sample string 3",
  "agentid": "sample string 4",
  "content": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"