ProcessAdminLogin

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 ProcessAdminLogin command:

Attributes

package
modernbill
subpackage
mbapi
version
0.1
author
Vic Fryzel

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<adminUsername><!-- None --></adminUsername>
			<adminPassword><!-- None --></adminPassword>
			<adminIP><!-- None --></adminIP>
		</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
adminUsername
Type
None
Description
None
adminPassword
Type
None
Description
None
adminIP
Type
None
Description
None

Response Elements

None