createAccount (DSO881X) – allows the user to create a new account if the User Name and Email Address field does not exist on the database. The characters in the WSCaptcha.png image need to be entered into the User Input Character field before running this web service. The Password field should be a combination of numbers and letters with maximum length of 10. Optional fields are (String) Middle Name, (String) Phone and (String) Comment. The user needs to call the retrieveRegistrationDetails web service before calling this web service.
Input parameters:
| Field ID | Description | Type | Constraints |
| UMData | UM Data structure. | umDataStructureType | |
| userInputCharacter | Captcha Image Character | String | |
| sessionID | Session ID | String | |
| autoLogon | AutomaticLogon, if true will create a session for the new account | Boolean |
Response:
| Field | Description | Type | Occurrence |
| sessionID | Session ID | String | |
| messageSet | messageSetDataType structure is part of the output that holds the messages particularly error messages returned from the service call. This is the last element in the output of most services. | messageSetDataType |
