ProcessCartLogin

Description

This command logs a client into the system, establishing a session and returning that session ID as command feedback.

Attributes

package
modernbill
subpackage
mbapi
version
0.9
author
Kris Bailey

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<contactUsername><!-- string --></contactUsername>
			<contactPassword><!-- string --></contactPassword>
		</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
contactUsername
Type
string
Description

The username of the client.

contactPassword
Type
string
Description

The plain text password of the client.

Response Elements

None