PUT api/suretracksms
Request Information
URI Parameters
None.
Body Parameters
SuretrackSMSRequestName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
HandsetNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "HandsetNumber": "sample string 2" }
application/xml, text/xml
Sample:
<SuretrackSMSRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Message>sample string 1</Message> <HandsetNumber>sample string 2</HandsetNumber> </SuretrackSMSRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>