POST Enquiry/InternationalSMS

Request Information

URI Parameters

None.

Body Parameters

SmsAPIModel
NameDescriptionTypeAdditional information
MassOpBatchId

integer

None.

dest

string

None.

textMsg

string

None.

SenderId

string

None.

UrlTrack

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MassOpBatchId": 1,
  "dest": "sample string 2",
  "textMsg": "sample string 3",
  "SenderId": "sample string 4",
  "UrlTrack": true
}

text/html

Sample:
{"MassOpBatchId":1,"dest":"sample string 2","textMsg":"sample string 3","SenderId":"sample string 4","UrlTrack":true}

application/xml, text/xml

Sample:
<SmsAPIModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kit19SipApi.Classes.Entity">
  <MassOpBatchId>1</MassOpBatchId>
  <SenderId>sample string 4</SenderId>
  <UrlTrack>true</UrlTrack>
  <dest>sample string 2</dest>
  <textMsg>sample string 3</textMsg>
</SmsAPIModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.