This web service provides account management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
| Platform | WSDL location |
|---|---|
| Sitebuilder for Windows | /ServiceFacade/Version_3_2/AccountWebService.asmx?WSDL |
| Sitebuilder for Linux/Unix | /ServiceFacade/AccountWebService.asmx?WSDL |
CreateAccount | Adds a new account to the accounts tree of the user specified by SOAP-header (see CredentialsSoapHeader). |
CreateAccountFull | Adds a new account to the accounts tree of the user specified by SOAP-header (see CredentialsSoapHeader). |
CreateAccountWithNewPlan | First, it creates a new copy of plan for the user specified by SOAP-header (see CredentialsSoapHeader). Then it adds account parameters and the plan to the user's accounts tree. |
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 |