API
The dialstation api is to create applications ontop of the dialstation service. It provides an webapplication with access and methods to the world of telephony.
api-URL
The main url for the api is https://api.dialstation.com For a short overview look at the http://scm.telekommunisten.net/trac/wiki/DialstationUrls
Messages
are used for sms.
<message> <body>this is the message</body> <user-id type="integer">4</user-id> <body-format nil="true"/> <charged-rate type="float" nil="true"/> <delivery-id nil="true"/> <delivery-service>servicename</delivery-service> <delivery-status>some status information</delivery-status> <destination>49xxxxxxxxxx</destination> <id type="integer">24</id> <sender>49yyyyyyyyyy</sender> </message>
| Parameter | Description |
| body | contains the body of the message is limited to 160 characters |
| body-format | can be ,plain, e164 , sms, vcard, voucher-in, voucher-out, password_reminder, welcome_message, balance |
| charged-rate | how much is charged if the message is successfully delivered |
| delivery-id | can contain a external message id |
| delivery-service | contains the type of message and what should be done with it." |
| delivery-status | just append to this status with "####timestamp + message" |
| user-id | to which user does this message belong, who can view, delete, change and pay it |
| sender | what is the sendernumber of the message |
Vouchers
please fill the correct api details in here. so long look at DialstationVouchers
