POST api/Account/SendSMSAPI

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Params
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4",
    "sample string 5": "sample string 6"
  },
  {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4",
    "sample string 5": "sample string 6"
  },
  {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4",
    "sample string 5": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfArrayOfKeyValueOfstringstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <ArrayOfKeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 1</Key>
      <Value>sample string 2</Value>
    </KeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 3</Key>
      <Value>sample string 4</Value>
    </KeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 5</Key>
      <Value>sample string 6</Value>
    </KeyValueOfstringstring>
  </ArrayOfKeyValueOfstringstring>
  <ArrayOfKeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 1</Key>
      <Value>sample string 2</Value>
    </KeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 3</Key>
      <Value>sample string 4</Value>
    </KeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 5</Key>
      <Value>sample string 6</Value>
    </KeyValueOfstringstring>
  </ArrayOfKeyValueOfstringstring>
  <ArrayOfKeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 1</Key>
      <Value>sample string 2</Value>
    </KeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 3</Key>
      <Value>sample string 4</Value>
    </KeyValueOfstringstring>
    <KeyValueOfstringstring>
      <Key>sample string 5</Key>
      <Value>sample string 6</Value>
    </KeyValueOfstringstring>
  </ArrayOfKeyValueOfstringstring>
</ArrayOfArrayOfKeyValueOfstringstring>

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 'List`1'.

multipart/form-data

Sample:

Failed to generate the sample for media type 'multipart/form-data'. Cannot use formatter 'MultipartFormFormatter' to write type 'List`1'.

application/octet-stream

Sample:

Failed to generate the sample for media type 'application/octet-stream'. Cannot use formatter 'MultipartFormFormatter' to write type 'List`1'.