USADATA Leads Engine Service
The following operations are supported. For a formal definition, please review the Service Description.
-
cancelOrder
Cancels a pending order in the Leads Engine fulfillment system. -
getAsynchronousCountStatus
Gets the status of a given count id. -
getAsynchronousSaturationCountStatus
Gets the status of a given saturation count id. -
getAvailablePriorOrders
Gets available prior orders to do PriorOrderSelection suppression. -
getCitiesInState
Returns a list of cities for a given state. -
getCountiesInState
Returns a list of FIPS county codes for a given state. -
getMatrixReport
Gets the matrix report for a given count id. -
getOrderPrice
Gets the price of an order based on the values specified in an order request object. -
getOrderStatus
Gets the status of an existing order in the Leads Engine fulfillment system. -
getSaturationOrderPrice
Gets the price of a saturation order based on the values specified in an order request object. -
getSynchronousCount
Submits a count request in a synchronous manner. This method does not return until the count is complete. -
getSynchronousCounts
Submits count request array in a synchronous manner. This method does not return until the count is complete. -
getSynchronousSaturationCount
Submits a saturation count request in a synchronous manner. This method does not return until the count is complete. -
getTableDefinition
Gets the available column and column values for a given table. -
getTableList
Gets a list of available tables for count and list queries. -
getVersion
Gets the current version and build number of the Leads Engine application. -
getZipsInCity
Returns a list of zip codes in a given city. -
getZipsInState
Returns a list of zip codes in a given state. -
lookupAddress
Given an input address, returns a list of possible address location candidates for the address. -
ping
A simple operation for checking the runtime status of the application. -
submitAsynchronousCount
Submits an asynchronous count request to the count engine, returning an id for subsequent count status queries. -
submitAsynchronousSaturationCount
Submits an asynchronous saturation count request to the count engine, returnin an id for subsequent count status queries. -
submitOrder
Submits an order to the Leads Engine fulfillment system. -
submitSaturationOrder
Submits a saturation order to the Leads Engine fulfillment system.