PmlUser
The following operations are supported. For a formal definition, please review the Service Description.
-
ChangePassword
This method allows users to change their personal password -
ChangePasswordWithoutAuthTicket
This method allows users to change their personal password without first creating an auth ticket (for example, if your password has expired) -
CreateUser
Create a new PriceMyLoan user and return an XML response indicating the success of the operation. [sTicket] - The authentication ticket. [xmlDoc] - The XML document containing the user data. -
ExportContactInformationOfAllPmlUsers
This method returns a CSV string containing the contact information for PML users. -
ExportPMLUserInformation
This method returns a CSV string containing the contact information for the requested PML user. -
ExportRelationshipInformationOfPmlUser
This method returns a CSV string containing the contact information for PML users. -
SendReactivationEmail
Send a re-activation email to the user and return an XML response indicating the success of the operation. [customerCode] - The customer code for the user to send the re-activation email to.[loginName] - The login name of the user to send the re-activation email to. -
UnlockUser
Unlock a PriceMyLoan user and return an XML response indicating the success of the operation. [sTicket] - The authentication ticket. [userNameToUnlock] - The login name of the PriceMyLoan user to unlock. -
UpdateUser
Update a PriceMyLoan user and return an XML response indicating the success of the operation. [sTicket] - The authentication ticket. [xmlDoc] - The XML document containing the user data. [userName] - The login name of the PriceMyLoan user to update.