POST VoiceCall/send_whatsapp_text_MIS

Request Information

URI Parameters

None.

Body Parameters

whatsapptextobj
NameDescriptionTypeAdditional information
tomobile

string

None.

message

string

None.

callback

string

None.

apikey

string

None.

sid

string

None.

frommobile

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tomobile": "sample string 1",
  "message": "sample string 2",
  "callback": "sample string 3",
  "apikey": "sample string 4",
  "sid": "sample string 5",
  "frommobile": "sample string 6"
}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.