XML RPC APIs
createAccount()
This application is used to create new account. Newly created account belongs to customer that authenticated a request.
...
Wed, 17 Sep, 2014 at 12:53 PM
updateAccount()
This application is used to update an account. Only account that belongs to authenticated customer can be updated.
Imple...
Fri, 17 May, 2013 at 8:41 PM
deleteAccount()
This application is used to delete an account. Only account that belongs to authenticated customer can be delete.
Parameters...
Fri, 17 May, 2013 at 8:43 PM
listAccounts()
This application is used to get list of accounts belonged to customer.
Implementation details
From version 2.2
T...
Fri, 17 May, 2013 at 8:44 PM
Description:
Cloud Softswitch XML-RPC API is developed to make it possible to integrate third party software with Cloud SoftSwitch.
...
Sat, 19 Oct, 2013 at 3:03 PM
getCustomerCDRs()
This
application is used to get CDRs of a Customer. Only CDRs of
sub-customers that belongs to authenticated custom...
Sat, 19 Oct, 2013 at 3:05 PM
createAccount()
This application is used to create new account. Newly created account belongs to customer that authenticated a request.
I...
Sat, 19 Oct, 2013 at 3:06 PM
sendEMail
This application is used to send an E-Mail.
Parameters:
from - E-Mail address of sender. String. Required.
to - comma separate...
Sat, 19 Oct, 2013 at 3:07 PM
listAllCalls
This
application returns list of calls in any state. Calls are limited to
those belonging to the current customer. Root customer recei...
Sat, 19 Oct, 2013 at 3:16 PM
rechargeVoucher() This application allows to Top-up Account's balance using a Recharge Voucher. Input The function receives struct with the f...
Thu, 3 Dec, 2020 at 8:09 AM