POST api/sms/enviosimple?strToken={strToken}&strMensaje={strMensaje}&strTelefono={strTelefono}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strToken

string

Required

strMensaje

string

Required

strTelefono

string

Required

Body Parameters

None.

Response Information

Resource Description

MensajeEnvioSimple
NameDescriptionTypeAdditional information
data

Data

None.

error

Error

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "configuration_id": 1,
    "id": 2,
    "name": "sample string 3",
    "message": "sample string 4",
    "price": 5.1,
    "price_with_packs": 6.1,
    "push_sender_name": "sample string 7",
    "route_name": "sample string 8",
    "total_messages_sent": 9,
    "total_messages_sent_with_packs": 10,
    "dlrs": [
      {
        "message_id": "sample string 1",
        "number": "sample string 2",
        "messages_sent": 3,
        "in_SMS_blacklist": true
      },
      {
        "message_id": "sample string 1",
        "number": "sample string 2",
        "messages_sent": 3,
        "in_SMS_blacklist": true
      }
    ],
    "callback_url": "sample string 11",
    "start_date": "sample string 12"
  },
  "error": null
}

text/xml

Sample:

Sample not available.