POST api/Values/PostBroadcastAnnouncement
Request Information
URI Parameters
None.
Body Parameters
Collection of t_broadcast_messages| Name | Description | Type | Additional information |
|---|---|---|---|
| msg_id | integer |
None. |
|
| users_id | integer |
None. |
|
| msg | string |
None. |
|
| parameter | integer |
None. |
|
| parameter_value | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"msg_id": 1,
"users_id": 2,
"msg": "sample string 3",
"parameter": 4,
"parameter_value": 5
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"