Send Text Message (Non-Queued) API
This ILE API wraps the Send Text Message Web Service. See its documentation for a further explanation of the input and output parameters as well as the possible error conditions.
Note that this version does NOT use the forward message queueing approach that is recommended by Omnitracs. This version calls the web service immediately.
API Name: QTSNDMSG
Parameter Interface:
Parameter
|
Direction
|
Type
|
Length
|
Precision
|
Description
|
---|---|---|---|---|---|
Sender |
Input |
Character |
10 |
n/a |
|
Destinations |
Input |
Character |
339 |
n/a |
|
Reply To |
Input |
Character |
10 |
n/a |
|
Return Receipt? |
Input |
Character |
1 |
n/a |
|
Priority |
Input |
Decimal |
3 |
0 |
|
Macro Number |
Input |
Decimal |
3 |
0 |
|
Message Body |
Input |
Character |
16384 |
n/a |
See Send Text Message Web Service
|
GMH |
Output |
Decimal |
9 |
0 |
GMH of the text message that was created |
Output |
Decimal |
3 |
0 |
Error Category, if any |
|
Output |
Decimal |
5 |
0 |
Error Code, if any |
|
Output |
Character |
150 varying |
n/a |
Error description, if any |
An error category of 0 means that the message has been sent, and the GMH field is properly filled.