POST SMStoMember
Member Message to Admin
Request Information
URI Parameters
None.
Body Parameters
mlSMStoMembers| Name | description | Type | Additional information |
|---|---|---|---|
| MarketerID | string |
None. |
|
| MsgContent | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MarketerID": "sample string 1",
"MsgContent": "sample string 2"
}
application/xml, text/xml
Sample:
<mlSMStoMembers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <MarketerID>sample string 1</MarketerID> <MsgContent>sample string 2</MsgContent> </mlSMStoMembers>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |