GetFraudSets

Description

This command returns data associated with a Fraud Set based on input params.

Attributes

package
modernbill
subpackage
mbapi
version
0.1
author
Michael Fountain

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<fraudSetID><!-- int --></fraudSetID>
			<configGroupID><!-- int --></configGroupID>
			<fraudSetName><!-- string --></fraudSetName>
			<fraudSetEmail><!-- string --></fraudSetEmail>
			<getCountryThresholdsData><!-- int --></getCountryThresholdsData>
			<getOrderForms><!-- int --></getOrderForms>
			<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
fraudSetID
Type
int
Description

The ID of the fraud set to fetch. This will always select at most 1 record.

configGroupID
Type
int
Description

The config group ID of the record to fetch. This will always select all records for this config group.

fraudSetName
Type
string
Description

The name of the fraud set.

fraudSetEmail
Type
string
Description

The email address of this fraud set.

getCountryThresholdsData
Type
int
Description

Set to 1 to return all country threshold data associated with this fraud set.

getOrderForms
Type
int
Description

Set to 1 to return all order forms associated with this fraud set.

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

Response Elements

None