POST api/Message/Broadcast_chat
Request Information
URI Parameters
None.
Body Parameters
ClsBroadcast| Name | Description | Type | Additional information |
|---|---|---|---|
| msg_title | string |
None. |
|
| msg_type | integer |
None. |
|
| msg_body | string |
None. |
|
| link | string |
None. |
|
| article | string |
None. |
|
| image | string |
None. |
|
| sent_to | integer |
None. |
|
| referral_code_id | string |
None. |
|
| user_id | string |
None. |
|
| user_created_by | string |
None. |
|
| dml_indicator | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"msg_title": "sample string 1",
"msg_type": 2,
"msg_body": "sample string 3",
"link": "sample string 4",
"article": "sample string 5",
"image": "sample string 6",
"sent_to": 7,
"referral_code_id": "sample string 8",
"user_id": "sample string 9",
"user_created_by": "sample string 10",
"dml_indicator": "sample string 11"
}
application/xml, text/xml
Sample:
<ClsBroadcast xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer"> <article>sample string 5</article> <dml_indicator>sample string 11</dml_indicator> <image>sample string 6</image> <link>sample string 4</link> <msg_body>sample string 3</msg_body> <msg_title>sample string 1</msg_title> <msg_type>2</msg_type> <referral_code_id>sample string 8</referral_code_id> <sent_to>7</sent_to> <user_created_by>sample string 10</user_created_by> <user_id>sample string 9</user_id> </ClsBroadcast>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |