POST MemberMessagetoAdmin

Member Message to Admin

Request Information

URI Parameters

None.

Body Parameters

mlMessage
NamedescriptionTypeAdditional information
SentBy

string

None.

SentTo

string

None.

Subject

string

None.

SentDate

string

None.

MsgContent

string

None.

SentByName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MsgContent": "sample string 5",
  "SentBy": "sample string 1",
  "SentByName": "sample string 6",
  "SentDate": "sample string 4",
  "SentTo": "sample string 2",
  "Subject": "sample string 3"
}

application/xml, text/xml

Sample:
<mlMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <MsgContent>sample string 5</MsgContent>
  <SentBy>sample string 1</SentBy>
  <SentByName>sample string 6</SentByName>
  <SentDate>sample string 4</SentDate>
  <SentTo>sample string 2</SentTo>
  <Subject>sample string 3</Subject>
</mlMessage>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.