GET api/suretracksms?smsBody={smsBody}&handsetNumber={handsetNumber}

Start the decoding process off

Request Information

URI Parameters

NameDescriptionTypeAdditional information
smsBody

The SMS body

string

Required

handsetNumber

The handset which sent the SMS

string

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>