GetFraudResultsLog

Description

This command returns data associated with a Fraud Results Log 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>
			<fraudResultLogID><!-- int --></fraudResultLogID>
			<thresholdID><!-- int --></thresholdID>
			<clientID><!-- int --></clientID>
			<orderFormID><!-- int --></orderFormID>
			<fraudResultDateCreated><!-- int --></fraudResultDateCreated>
			<fraudResultDateCreatedGreaterThan><!-- int --></fraudResultDateCreatedGreaterThan>
			<fraudResultDateCreatedLessThan><!-- int --></fraudResultDateCreatedLessThan>
			<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
fraudResultLogID
Type
int
Description

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

thresholdID
Type
int
Description

The ID of the fraud country thresh set to fetch. This will select all records for this country threshold.

clientID
Type
int
Description

The ID of the client's logs to fetch. This will select all records for this client.

orderFormID
Type
int
Description

The ID of the order group's logs to fetch. This will select all records for this order form.

fraudResultDateCreated
Type
int
Description

The exact UNIX timestamp for which a fraudResult in the result set was created.

fraudResultDateCreatedGreaterThan
Type
int
Description

The minimum UNIX timestamp for which a fraudResult in the result set was created

fraudResultDateCreatedLessThan
Type
int
Description

The maximum UNIX timestamp for which a fraudResult in the result set was created.

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

Response Elements

None