POST VoiceCall/send_whatsapp_image_IO

Request Information

URI Parameters

None.

Body Parameters

whatsappimgobj
NameDescriptionTypeAdditional information
tomobile

string

None.

message

string

None.

callback

string

None.

filePath

string

None.

filename

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",
  "filePath": "sample string 4",
  "filename": "sample string 5",
  "apikey": "sample string 6",
  "sid": "sample string 7",
  "frommobile": "sample string 8"
}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.