Syntax
Function CreateOffice(ParentID As Integer, Name As String, Username As String, Password As String, IsDemo As Boolean, ReadOnly As Boolean, Phone As String, Fax As String, Mobile As String, TelPWD As String, POB As String, Email As String, Address As String, ForceChangePassword as boolean) As String
Description
The CreateOffice operation is used to create a new client of type office under a specific given parent name.
Request Parameters
Name | Description | Required |
ParentID |
|
Yes |
Name |
|
Yes |
Username |
|
Yes |
Password |
|
Yes |
IsDemo |
|
Yes |
ReadOnly |
|
Yes |
Phone |
|
Yes |
Fax |
|
Yes |
Mobile |
|
Yes |
TelPWD |
|
Yes |
POB |
|
Yes |
|
Yes | |
Address |
|
Yes |
ForceChangePassword |
|
yes |
Response Elements
Name | Description |
Result | The operation returns a new office identifier in case of success, otherwise, an explicit error code is returned |
See Also