POST api/users/SendSalonSMS

Request Information

URI Parameters

None.

Body Parameters

SendSalonSMSModel
NameDescriptionTypeAdditional information
Username

string

None.

SenderName

string

None.

APIKey

string

None.

phonenumber

string

None.

templateid

string

None.

V1

string

None.

V2

string

None.

V3

string

None.

V4

string

None.

V5

string

None.

message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "SenderName": "sample string 2",
  "APIKey": "sample string 3",
  "phonenumber": "sample string 4",
  "templateid": "sample string 5",
  "V1": "sample string 6",
  "V2": "sample string 7",
  "V3": "sample string 8",
  "V4": "sample string 9",
  "V5": "sample string 10",
  "message": "sample string 11"
}

text/xml

Sample:
<SendSalonSMSModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">
  <V1>sample string 6</V1>
  <V2>sample string 7</V2>
  <V3>sample string 8</V3>
  <V4>sample string 9</V4>
  <V5>sample string 10</V5>
  <message>sample string 11</message>
  <phonenumber>sample string 4</phonenumber>
  <templateid>sample string 5</templateid>
  <APIKey>sample string 3</APIKey>
  <SenderName>sample string 2</SenderName>
  <Username>sample string 1</Username>
</SendSalonSMSModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.