ProcessAdminForgottenPassword

Description

This command logs an admin into the system, and creates a session for that admin. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the ProcessAdminForgottenPassword command:

Attributes

package
modernbill
subpackage
mbapi
version
0.1
author
Brian Smith

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<adminEmail><!-- None --></adminEmail>
		</params>
	</mbapi>

		

Example Response

None
		

Request Elements

mbapi
Type
None
Description
None
Children
command
Type
None
Description
None
showXMLHeader
Type
None
Description
None
params
Type
None
Description
None
Children
adminEmail
Type
None
Description
None

Response Elements

None