| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
SMS message ID |
integer |
None. |
| BundleID |
SMS bundle ID, if any |
integer |
None. |
| Status |
SMS message status code |
integer |
None. |
| StatusDescription |
SMS message status description |
string |
None. |
| To |
Destination phone number |
string |
None. |
| CountryCode |
Country code of destination phone number if To field is valid, otherwise null |
string |
None. |
| Currency |
What currency the SMS was payed in. Is displayed as ISO 4217 Alphabetic code |
Currency |
None. |
| TotalPrice |
The price for sending the entire message |
decimal number |
None. |
| Price |
The price for sending each segment of the message |
decimal number |
None. |
| Encoding |
Encoding in which the message was encoded |
SmsEncoding |
None. |
| Segments |
The number of segments the message consists of |
byte |
None. |
| Prio |
SMS message priority, normal (1) or high (2) |
integer |
Deprecated: No longer makes a difference, use 1 if any Range: inclusive between 1 and 2 |
| From |
SMS message sender name or phone number |
string |
Required |
| Message |
SMS message contents |
string |
Required |