Syntax
Public Function SMSReport(ClientID As Long, FromDate As String, ToDate As String, Optional ByVal isPaging As Boolean = False) As String
Description
The SMSReport operation is used to get the SMS report that shows you the details of each SMS sent in your system or for a certain account(s).
Request Parameters
Name |
Description |
Required |
ClientID |
- Client identifier to get symbol SMS report for
- Type: Long
- Default: None
- Constraints: Must be valid client Id and accessible by logged in dealer
|
Yes |
FromDate |
- Specify the duration
- Type: String
- Default: None
- Constraints: Must be valid date format (DD/MM/YYYY HH:NN:SS)
- : means from the beginning
|
Yes |
ToDate |
- Specify the duration
- Type: String
- Default: None
- Constraints: Must be valid date format (DD/MM/YYYY HH:NN:SS)
- : means till now
|
Yes |
|
|
|
Response Elements
Name |
Description |
Result |
The operation returns a list of type SMSReport, otherwise, an explicit error code is returned if ClientID is less than 0.
The Following are the SMSReportdata member
- ClientID: Client Identifier that SMS sent to
- DateTime: Sent Time
- Mobile: Client mobile number
- Message: message content
- Status2:means Sent
3: Failed
- SMSType: can be one of the following
1: Means Statement SMS
2: Means Normal SMS
3: Means Prices SMS
- FullName: The full name of the client
|
See Also
VertexFX BackOffice WCF Service Index