Summary your customer care submit
This endpoint is ideal for getting the overview of your customer care submit.
The response will include the total cost of the submit as well as showing the invalid parameters that will help you re-compose the submit before sending to ViHAT.
HTTP request
Response Type: application/json
Request body:
ApiKey
string
Your API key.
SecretKey
string
Your Secret key.
Brandname
string
The name of the sender is shown in the header of the customer's message. Pre-registration is required.
SmsType
string
Message type: 2: Customer care message.
Phone
string
The phone number of receiver.
Content
string
The content of message.
IsUnicode
string
Message charset value (default is 0): 1: Unicode.
0: Non-Unicode.
Response:
Valid request.
Response body:
CodeResult
string
Response code.
ErrorMessage
string
The error message if the request is invalid.
TotalPrice
string
The cost of submit.
TotalReceiver
string
Total valid receivers in submit.
The detail of error code can refer at Table of error codes .
Get the sample of code for programing languagues to use in Postman refer at Link of code samples.
Last updated