POST api/Message/sms_admin_charge

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsSMS_Buy_Details
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "indicator_id": "sample string 1",
  "doctor_id": "sample string 2",
  "credits": "sample string 3",
  "sms_title": "sample string 4",
  "sms_type": 5,
  "sms_body": "sample string 6",
  "link": "sample string 7",
  "sent_to": 8,
  "doctor_name": "sample string 9",
  "frequency": "sample string 10",
  "sms_time": "sample string 11",
  "sms_date": "sample string 12",
  "sms_days": "sample string 13",
  "sms_campaign": "sample string 14",
  "broadcast_chat_doctor_id": "sample string 15",
  "balance_amount": "sample string 16",
  "buy_sms_id": "sample string 17",
  "user_created_by": "sample string 18"
}

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