SOAP RESTful – ReadPrice
Before sending a message, it could be important to figure out, what the pcost will be dispatching the message. Price calculation is based on several factors : Number of receipients, lenght of message, content of message (charset), sender id, terminating network etc.
ReadPrice(AccountName, AccountPassword, Message)
Input parameter:
AccountName | Your account name | String |
AccountPassword | Your password | String |
Message | The message you want to calculate price for | Message |
Return value:
Result | The method will return the cost for sending the SMS. | Price |