POST api/SMS/DeliveryStatus

Request Information

URI Parameters

None.

Body Parameters

root
NameDescriptionTypeAdditional information
BATCH

string

None.

DEST

string

None.

OPR

string

None.

ORIG

string

None.

SENT

string

None.

STATUS

string

None.

TEXT

string

None.

TIME

string

None.

UNIQUEID

string

None.

VERSION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BATCH": "sample string 1",
  "DEST": "sample string 2",
  "OPR": "sample string 3",
  "ORIG": "sample string 4",
  "SENT": "sample string 5",
  "STATUS": "sample string 6",
  "TEXT": "sample string 7",
  "TIME": "sample string 8",
  "UNIQUEID": "sample string 9",
  "VERSION": "sample string 10"
}

application/xml, text/xml

Sample:
<root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BATCH>sample string 1</BATCH>
  <DEST>sample string 2</DEST>
  <OPR>sample string 3</OPR>
  <ORIG>sample string 4</ORIG>
  <SENT>sample string 5</SENT>
  <STATUS>sample string 6</STATUS>
  <TEXT>sample string 7</TEXT>
  <TIME>sample string 8</TIME>
  <UNIQUEID>sample string 9</UNIQUEID>
  <VERSION>sample string 10</VERSION>
</root>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.