POST MessageSend

Request Information

URI Parameters

None.

Body Parameters

MessageVm
NameDescriptionTypeAdditional information
account

string

None.

password

string

None.

postType

string

None.

LogoName

string

None.

Data

string

None.

Data2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "account": "sample string 1",
  "password": "sample string 2",
  "postType": "sample string 3",
  "LogoName": "sample string 4",
  "Data": "sample string 5",
  "Data2": "sample string 6"
}

application/xml, text/xml

Sample:
<MessageVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonBackendMessage_API.Models">
  <Data>sample string 5</Data>
  <Data2>sample string 6</Data2>
  <LogoName>sample string 4</LogoName>
  <account>sample string 1</account>
  <password>sample string 2</password>
  <postType>sample string 3</postType>
</MessageVm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>