XML-RPC API - Manipulating Accounts
createAccount() This application is used to create new account. Newly created account belongs to customer that authenticated a request. Implementation...
Mon, 16 May, 2022 at 2:02 AM
updateAccount() This application is used to update an account. Only account that belongs to authenticated customer can be updated. Implementation det...
Thu, 23 Dec, 2021 at 6:32 AM
deleteAccount()
This application is used to delete an account. Only account that belongs to authenticated customer can be delete.
Any active call...
Tue, 7 Feb, 2017 at 4:20 PM
listAccounts()
This application is used to get list of accounts belonged to customer.
Implementation details
From version 2.2
This function...
Tue, 7 Feb, 2017 at 4:21 PM
authAccount() This application is used to authenticate an account using its WEB login and WEB password credentials. Parameters: username - username to...
Wed, 9 Jun, 2021 at 12:44 AM
getAccountInfo() Allows to retrieve all attributes of a given account. To be found the account is to belong to the customer that authenticated the request...
Fri, 17 Jun, 2022 at 6:33 AM
addCLIMapping This application is used to associate a CLI with an Account in order to use calling card (add trusted number record) Parameters: i_acc...
Thu, 7 Apr, 2022 at 2:00 AM
The application supportsĀ trusted mode andĀ i_customer parameter should be supplied in this case. addHotDialNumber Parameters: i_account - Integer. ...
Wed, 9 Jun, 2021 at 5:45 AM
The application does NOT support trusted mode. addSmartDial Parameters: i_account - Account ID. Integer. Required. did - DID number. String. Requ...
Wed, 9 Jun, 2021 at 5:44 AM
This applications are used to manage the authentication rules. Implementation details This applications support trusted mode in which case the i_custom...
Wed, 4 Nov, 2020 at 1:00 AM