ProcessAdminLogout

Description

This command logs an admin out of the system, disabling their session(s) based upon the given parameters. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the ProcessAdminLogout command:

Attributes

package
modernbill
subpackage
mbapi
version
0.1
author
Vic Fryzel

Example Request

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

Response Elements

None