-
cancelStopMonitoring
if stopMonitoring has been called, this cancels the stop request.
Input:
cancelStopMonitoring
Output:
cancelStopMonitoringResponse
-
getActiveMonitoringOrders
This method has been replaced by "GetAllMonitoringOrders" and is provided only for backward compatibility with existing clients. Returns a list of all active monitoring orders.
Input:
getActiveMonitoringOrders
Output:
getActiveMonitoringOrdersResponse
-
getAllCompletedOrders
Request a list of all completed orders. A start and end date are passed as parameters ("CompletedFromDate", "CompletedToDate"). Included in the response (GetAllCompletedOrdersResponse) is an array of OrderStatus elements.
Input:
getAllCompletedOrders
Output:
getAllCompletedOrdersResponse
-
getAllMonitoringNotifications
Retrieves all monitoring notifications.
Input:
getAllMonitoringNotifications
Output:
getAllMonitoringNotificationsResponse
-
getAllMonitoringOrders
Returns a list of all monitoring orders based on the given filter criterias.
Input:
getAllMonitoringOrders
Output:
getAllMonitoringOrdersResponse
-
getAllOrderComments
Retrieves all pending comments or questions from the provider regarding your orders.
Input:
getAllOrderComments
Output:
getAllOrderCommentsResponse
-
getAvailableCompanyIdentifiers
Query a list of the types of identifiers that, in addition to the unique "InternalID", can be used to help locate a company. (See also "searchByIdentifier"). Examples of what might be included in this list of identifier types are: VAT number, national registration code, tax number etc.
Input:
getAvailableCompanyIdentifiers
Output:
getAvailableCompanyIdentifiersResponse
-
getAvailableCountries
Query a list of the countries for which business reports are available. Included in the response message is one or more "CountryAndProvider" nodes which match an ISO country code to a specific provider whose reports are used for that country.
Input:
getAvailableCountries
Output:
getAvailableCountriesResponse
-
getCompanyDetails
After a company has been found using SearchByIdentifier or SearchByNameAndAddress, GetCompanyDetails can be used to get more information about the company before placing an order for it. The InternalID parameter (previously returned in the search results) uniquely identifies the company.
Input:
getCompanyDetails
Output:
getCompanyDetailsResponse
-
getCompanyReport
When an order has been completed, GetCompanyReport retrieves the report. Parameters "ProviderPartyID" and "ProviderOrderReference" are required to identify the order. The response message (GetCompanyReportResponse) includes a "Report" element.
Input:
getCompanyReport
Output:
getCompanyReportResponse
-
getDemoCompanies
Queries a list of companies which can be ordered without cost for demonstration purposes.
Input:
getDemoCompanies
Output:
getDemoCompaniesResponse
-
getOrderStatus
Retrieves the current status of an order previously placed with the PlaceOrder method. The response (GetOrderStatusResponse) includes the same OrderStatus element that is returned in the "PlaceOrder" response, but with updated information.
Input:
getOrderStatus
Output:
getOrderStatusResponse
-
ping
Confirm that the web service is alive.
Input:
ping
Output:
pingResponse
-
placeOrder
This method has been replaced by "submitOrder" and is provided only for backward compatibility with existing clients.
Input:
placeOrder
Output:
placeOrderResponse
-
searchByIdentifier
Search for a company based on an identifying number/code for the company (see also "GetAvailableCompanyIdentifiers").
Input:
searchByIdentifier
Output:
searchByIdentifierResponse
-
searchByNameAndAddress
Searches for a company by name and address.
Input:
searchByNameAndAddress
Output:
searchByNameAndAddressResponse
-
searchOrders
Search for orders. Included in the response (SearchOrders_Response) is an array of SearchOrderResult elements.
Input:
searchOrders
Output:
searchOrdersResponse
-
stopMonitoring
Stops monitoring a company.
Input:
stopMonitoring
Output:
stopMonitoringResponse
-
submitMonitoringOrder
Place a monitoring order for a company. The company is identified by a unique InternalID or by name and address (if InternalID is not provided, the report cannot be provided immediately).
Input:
submitMonitoringOrder
Output:
submitMonitoringOrderResponse
-
submitOrder
Place an order for a business credit report. The company is identified by a unique InternalID or by name and address (if InternalID is not provided, the report cannot be provided immediately). The response includes the seller's order number ("ProviderOrderReference").
Input:
submitOrder
Output:
submitOrderResponse
-
submitOrderComment
Contact the provider regarding an order.
Input:
submitOrderComment
Output:
submitOrderCommentResponse