GetFraudCountryThresholds

Description

This command returns fraud country thresholds.

Attributes

package
modernbill
subpackage
mbapi
version
0.1
author
Michael Fountain

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<thresholdID><!-- int --></thresholdID>
			<thresholdName><!-- string --></thresholdName>
			<countryType><!-- int --></countryType>
			<countriesID><!-- int --></countriesID>
			<regionsID><!-- string --></regionsID>
			<getCountryData><!-- int --></getCountryData>
			<notThresholdIDs>
				<thresholdID><!-- int --></thresholdID>
			</notThresholdIDs>
			<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
thresholdID
Type
int
Description

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

thresholdName
Type
string
Description

The name of the country threshold.

countryType
Type
int
Description

The ID of the country type to fetch. Values: 0 = All Countries, 1 = Single Country, 2 = Region of Countries.

countriesID
Type
int
Description

The ID of the country to fetch. This IS NOT the ISO2 value.

regionsID
Type
string
Description

The ID of the country region to fetch.

getCountryData
Type
int
Description

Set to 1 to fetch country data.

notThresholdIDs
Type
group
Description

Do not return country thresholds with the following IDs.

Children
thresholdID
Type
int
Description

The ID of the country threshold not to return.

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

Response Elements

None