POST v1/Sims/{id}/Sms
Sends an SMS to the SIM with the specified id.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | The id of the SIM, which is the ICCID. | string | Required | 
Body Parameters
The message to send.
stringRequest Formats
application/json, text/json
            Sample:
        "sample string 1"
application/xml, text/xml
            Sample:
        <string>sample string 1</string>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
None.