POST api/Account/SendMsg
Request Information
URI Parameters
None.
Body Parameters
MessageName | Description | Type | Additional information |
---|---|---|---|
AppID | integer |
None. |
|
MsgID | integer |
None. |
|
MsgName | string |
None. |
|
Subject | string |
None. |
|
Body | string |
None. |
|
ResetPasswordURL | string |
None. |
|
backURL | string |
None. |
|
BackAndroidDeeplink | string |
None. |
|
BackIOSDeepLink | string |
None. |
|
NumberOfSubjectParams | integer |
None. |
|
NumberOFBodyParams | integer |
None. |
|
MsgKey | string |
None. |
|
EmailTo | string |
None. |
|
Language | string |
None. |
|
BodyParams | Collection of msgParams |
None. |
|
SubjectParams | Collection of msgParams |
None. |
|
BodyParamStr | string |
None. |
|
SubjectParamStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppID": 1, "MsgID": 2, "MsgName": "sample string 3", "Subject": "sample string 4", "Body": "sample string 5", "ResetPasswordURL": "sample string 6", "backURL": "sample string 7", "BackAndroidDeeplink": "sample string 8", "BackIOSDeepLink": "sample string 9", "NumberOfSubjectParams": 10, "NumberOFBodyParams": 11, "MsgKey": "sample string 12", "EmailTo": "sample string 13", "Language": "sample string 14", "BodyParams": [ { "$id": "2", "param": "sample string 1" }, { "$ref": "2" } ], "SubjectParams": [ { "$ref": "2" }, { "$ref": "2" } ], "BodyParamStr": "sample string 15", "SubjectParamStr": "sample string 16" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.