POST api/Pin/MemberMessagetoAdmin

Member Message to Admin

Request Information

URI Parameters

None.

Body Parameters

mlMessage
NamedescriptionTypeAdditional information
SentBy

string

None.

SentTo

string

None.

Subject

string

None.

MsgContent

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MsgContent": "sample string 4",
  "SentBy": "sample string 1",
  "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 4</MsgContent>
  <SentBy>sample string 1</SentBy>
  <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.