This command returns data associated with a Fraud Results Log based on input params.
<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>
None
mbapi
command
showXMLHeader
params
fraudResultLogID
The ID of the fraud result to fetch. This will always select at most 1 record.
thresholdID
The ID of the fraud country thresh set to fetch. This will select all records for this country threshold.
clientID
The ID of the client's logs to fetch. This will select all records for this client.
orderFormID
The ID of the order group's logs to fetch. This will select all records for this order form.
fraudResultDateCreated
The exact UNIX timestamp for which a fraudResult in the result set was created.
fraudResultDateCreatedGreaterThan
The minimum UNIX timestamp for which a fraudResult in the result set was created
fraudResultDateCreatedLessThan
The maximum UNIX timestamp for which a fraudResult in the result set was created.
sortDir
sortColumn
recordOffset
numRecords