POST api/Values/PostBroadcastAnnouncement

Request Information

URI Parameters

None.

Body Parameters

Collection of t_broadcast_messages
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"