POST api/Message/Broadcast_chat

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDrchatBroadcast
No documentation available.

Define this parameter in the request body.

Request body 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,
  "doctor_id": "sample string 8",
  "indicator_id": "sample string 9",
  "doctor_name": "sample string 10",
  "user_created_by": "sample string 11",
  "hospital_id": "sample string 12"
}

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 'ClsDrchatBroadcast'.