GET api/suretracksms?smsBody={smsBody}&handsetNumber={handsetNumber}
Start the decoding process off
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| smsBody | 
                         The SMS body  | 
                    string | 
                                 Required  | 
                
| handsetNumber | 
                         The handset which sent the SMS  | 
                    string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
            Sample:
        true
application/xml, text/xml
            Sample:
<boolean>true</boolean>