This web service provides account management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
WSDL location: /ServiceFacade/3.2.1/AccountWebService.asmx?WSDL
CreateAccount | Creates a new account. |
CreateAccountFull | Creates a new account. |
CreateAccountWithNewPlan | First, the method creates a new copy of plan for the user. Then it creates a new account with specified parameters and assigns the plan to this new account. |
DeleteAccount | Removes specifed accounts. |
FindAccount | Searches for specified accounts. |
GetAccountById | Searches for account specified by ID. |
GetAccountByName | Searches for account specified by login. |
SetAccountStatus | Assigns locked/unlocked status to an account. |
UpdateAccount | Updates account information. |
UpdateAccountById | Update account information |