GetWizardQuestions

Description

This command is used to fetch wizard steps. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the GetWizardQuestions command:

Attributes

package
modernbill
subpackage
mbapi
author
Ben Woolley

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<questionID><!-- int --></questionID>
			<questionDisplayName><!-- int --></questionDisplayName>
			<stepID><!-- int --></stepID>
			<questionOrder><!-- string --></questionOrder>
			<sortDir><!-- None --></sortDir>
			<sortColumn><!-- None --></sortColumn>
			<recordOffset><!-- None --></recordOffset>
			<numRecords><!-- None --></numRecords>
		</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
questionID
Type
int
Description

The ID of the question to fetch. This will always select at most 1 question.

questionDisplayName
Type
int
Description

The display name of the question to fetch.

stepID
Type
int
Description

The ID of the step for which to fetch questions.

questionOrder
Type
string
Description

The order in which the question is displayed.

sortDir
Type
None
Description
None
sortColumn
Type
None
Description
None
recordOffset
Type
None
Description
None
numRecords
Type
None
Description
None

Response Elements

None