POST api/Notification/sendNOtiByPhone

Request Information

URI Parameters

None.

Body Parameters

sendNOtiByPhoneRequest
NameDescriptionTypeAdditional information
Phone

string

None.

Title

string

None.

Content

string

None.

Payload

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "Phone": "sample string 1",
  "Title": "sample string 2",
  "Content": "sample string 3",
  "Payload": {}
}

application/xml, text/xml

Sample:
<sendNOtiByPhoneRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppSoiVe.Controllers">
  <Content>sample string 3</Content>
  <Payload />
  <Phone>sample string 1</Phone>
  <Title>sample string 2</Title>
</sendNOtiByPhoneRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.