CardBoardFish
You are here: CardBoardFish > HTTPSMSService > WhatAreTheHTTPSMSObjectParameters

What are the HTTP SMS object parameters?

Here is the list of parameters for each HTTP SMS object. For more information, consult the documentation that comes with the particular language API you wish to use.

  • SMS
    • setDC - this will set the DC value of the message you wish to send
    • setDelayUntil - this will set how long before the system should try to send your message (not currently supported)
    • setDestination - this will set the destination(s) for your message
    • setDR - this option will set delivery receipts on or off
    • setLocalTime - this option will change the local time for the message
    • setMessage - this option will set the message text
    • setRetry - this option will change the default number of hours to attempt to retry a failed message
    • setSourceAddr - this option will set the source address of the message
    • setSourceAddrTON - this option will change the type of source address
    • setUD - this option will set the User Data Header (UDH) of the message
    • setUserReference - this option will set a user reference to allow you to refer to the message later
    • setValidityPeriod - this option will specify how long the message is to remain valid
  • ClientPolled
    • setUsername - this will set the username you use when retrieving messages/delivery receipts
    • setPassword - this will set the password you use when retrieving messages/delivery receipts
  • SendSMS
    • setClientType - this option will set the client type (default H)
    • setUsername - this option will set the username you use when sending messages
    • setPassword - this option will set the password you use when sending messages
    • setURL - this option will set the URL HTTP SMS requests should be sent to (default http://sms1.cardboardfish.com:9001)