Cookies Settings
dnb-logo
Direct 2.0
Show All
Basic
Advanced
Collapse

Search & Build-a-List - Company

Also known as Locating Companies

Returns a set of companies based on keyword, along with basic identifying data for each company.

Feature Request

IMPORTANT: Please see the new Online Services Security Enhancement Release, effective November 09, 2020.

Overview

There are several options available when implementing this feature.

1. Keyword Search (Basic/Advanced): An organization keyword is required in addition to setting the search mode to 'Basic'. The organization keyword (KeywordText) will be compared against any company names (past, present, synonyms and tradestyles) and stock ticker symbols. An option exists (in Advanced search) to limit the search comparison to specific fields.

Keyword search criteria are NOT case sensitive (i.e. "SAMPLE", "Sample" and "sample" will return the same results). Multiple keywords may be specified in either keyword criteria field, separated by spaces.

This feature supports a wild card pattern in the keyword search criteria, which allows an asterisk to be appended to, embedded in, or placed at the start of the keyword parameter.

The optional D&B D-U-N-S Number range may be provided when compiling lists in excess of 10,000 results.

2. Inclusion Rules (Basic/Advanced): By default, organizations with certain operating conditions will be excluded from the results. An option is available to include the following: undeliverable address records, out of business records, incomplete data records, and only non-marketable* businesses.

*In general, a record that meets the following criteria is considered marketable: it has been updated within the last 24 months; it contains a complete business name, valid physical or mailing address, and valid Standard Industry Classification Code; and it is believed to be in business.

NOTE: This rule does not exclude/include de-listed companies (i.e., a company that has requested to be excluded from direct marketing use cases).

3. Sorting Results (Basic/Advanced): By default, the results from this service will be in descending order by Annual Sales, unless specified differently in the request. Both the sort direction and a primary sort field can be designated in the request.

4. Pagination (Basic/Advanced): Options exist to designate the maximum number of records per request, and the starting row number. The maximum number of records this feature will return on a single request is 10,000. The default page length is 25 records.

The remaining options are available only in the advanced version (search mode set to 'Advanced') of this feature.

5. Geographic Proximity (Advanced only): Any combination of longitude+latitude coordinates or postal code, telephone number (full or partial) or street address may be passed to produce a list of matching organizations. By default the criteria provided will be applied using "AND" logic, however, an option is available to alternatively apply "OR" logic to the request.

When performing a search using longitude+latitude, a radius and scale (miles or kilometers) must be supplied. This option is only available when the country code specified is "US" or "CA".

When a postal code is provided, a country code must also be specified.

When providing a U.S. postal code as a criteria, leading zeros are required in the request. For example, "01234" is correct, while "1234" is not correct.

If a postal code is provided, this service will identify the longitude+latitude coordinates for the central point of the respective geographical area. This option is only applicable when the country code specified is "US".

When providing a telephone number as a criteria, exclude any non-numeric characters and spaces. (e.g. "(800) 555-1212" should be supplied as "8005551212")

6. Company Information (Advanced only): Filter for companies by location type, D&B Prescreen Score, ownership type, stock ticker and exchange, D-U-N-S Number, legal status, year of founding, subsidiary status, diversity status (minority owned, women owned and ethnicity classification), occupancy status (owns/rents), franchise status and foreign trade.

7. Industry (Advanced only): Filter for companies by Hoover's Industries, SIC Codes, and NAIC Codes, either by a specific industry code or range. An option exists to search only on an organization's primary industry code.

8. Company Size (Advanced only): Filter for companies by sales, market cap, employees and facility size.

9. Financial Information (Advanced only): filter for companies by net income, assets, fiscal year end, auditors, and rankings/indices.

10. IPO Data (Advanced only): Filter for companies by IPO date, offer amount, price range and underwriters.

Minimum Requirements

The details in this section override the Optional/Required values listed in the Request Specification table.

  1. The field SearchModeDescription must be set to a value of Basic or Advanced for this feature to work properly (for this use case).
  2. When performing a search using longitude+latitude, a radius measurement and unit code (3353 for miles or 3349 for kilometers) must be supplied.

Data Layer Entitlement

For customers in U.S. and Canadian markets, the API is provisioned for specific collections of products, reports, and/or features (collectively referred to as data layers) for production and trial usage. Entitlement is not required for testing in the sandbox environment.

  • The BASIC feature is entitled as "Search/Lookup for Companies" for D&B Direct 2.0 customers.
  • The ADVANCED feature is entitled as "Detailed Search & Build-a-List - Company/Industry" for D&B Direct 2.0 customers.

For customers in the UK, Ireland, Belgium, Netherlands and Luxembourg markets, the API is provisioned as a specific set of data layers for production, trial, and sandbox usage.

  • This particular data layer is included in the D&B Direct Onboard 2.0 suite.

Specification

The D&B Direct 2.0 API supports HTTP compression. To utilize this option, add the following line to the header of your request: Accept-Encoding: gzip,deflate

Sample Request (Basic)
<soapenv:Envelope xmlns:ent="http://services.dnb.com/EntityListServiceV2.0" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="0" wsu:Id="Id-0001354195101822-0000000031631e87-1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsse:UsernameToken wsu:Id="UsernameToken-2">
            <wsse:Username>MyUserName</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MyPassword</wsse:Password>
         </wsse:UsernameToken>
      </wsse:Security>
      </soapenv:Header>
   <soapenv:Body>
      <ent:FindCompanyRequest ServiceVersionNumber="6.4">
         <TransactionDetail>
            <ApplicationTransactionID>Test123</ApplicationTransactionID>
            <TransactionTimestamp>2014-06-23T07:08:20.802Z</TransactionTimestamp>
         </TransactionDetail>
         <FindCompanyRequestDetail>
            <InquiryDetail>
               <DUNSNumber>804735132</DUNSNumber>
               <Location>
                  <Address>
                     <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  </Address>
               </Location>               
            </InquiryDetail>
            <FindSpecification>
               <ExactLocationFindIndicator>true</ExactLocationFindIndicator>
               <SortDirectionText>Descending</SortDirectionText>
               <CandidateMaximumQuantity>1000</CandidateMaximumQuantity>
               <CandidatePerPageMaximumQuantity>1000</CandidatePerPageMaximumQuantity>
               <CandidateDisplayStartSequenceNumber>1</CandidateDisplayStartSequenceNumber>
               <SearchModeDescription>Basic</SearchModeDescription>
               <InclusionCriteria>
                  <InclusionDataDescription>IncludeNonMarketable</InclusionDataDescription>
              </InclusionCriteria>
               <SortBasisText>MarketabilityIndicator</SortBasisText>
            </FindSpecification>
            <InquiryReferenceDetail>
               <CustomerReferenceText>Text</CustomerReferenceText>
               <CustomerBillingEndorsementText>Text</CustomerBillingEndorsementText>
            </InquiryReferenceDetail>
         </FindCompanyRequestDetail>
      </ent:FindCompanyRequest>
   </soapenv:Body>
</soapenv:Envelope>

Input parameters that include a "-n" designation may be repeated on the request, using a sequence number. For example, for the parameter "example-n", create a request like https://{endpoint}?{other parameters}&example-1={value}&example-2={value} and so on. If a single instance of the parameter is used, it still requires a "-1" suffix.

Filter:

Basic Advanced AvailabilityName Characteristics
FindCompanyRequest Aggregate
FindCompanyRequest. TransactionDetail Aggregate, Optional

Records information necessary to process this request.

FindCompanyRequest. TransactionDetail. ApplicationTransactionID string, up to 64 chars, Optional

A number assigned by the calling application to uniquely identify this request.

FindCompanyRequest. TransactionDetail. TransactionTimestamp dateTime, Optional

The date and time when this request was created. When the request is from an intermediary, such as a workflow manager or service bus, this is the date and time when the message was sent to the D&B function, i.e., the date and time when the xml document was created by the requesting intermediary.

FindCompanyRequest. TransactionDetail. SubmittingOfficeID string, up to 64 chars, Optional

A number that identifies the system or the software application from where this request originated. / A number used to uniquely identfy the D&B business segment or delivery channel from where this request originated.

End: FindCompanyRequest. TransactionDetail /Aggregate
FindCompanyRequest. FindCompanyRequestDetail Aggregate, Required

Records the search criteria provided by the Customer/User to find a potential list of prospects from the D&B database and the specification details provided by the Customer/User to refine the expected search result set.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail Aggregate, Required

Records search criteria provided by the customer to find a potential list of prospects from the D&B database, e.g., OrganizationName, WebPageAddress, SalesLowRangeAmount.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. DUNSNumber string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional (Array)

The numeric value assigned by Dun & Bradstreet to uniquely identify the contact organization .This subject identifier under the Data Universal Numbering System. This is a numeric which is always 9 digits; the leading digit or digits may be zero.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. OrganizationName OrganizationNameSimpleType up to 240 chars, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. WebPageAddress Aggregate, Optional (Array)
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. WebPageAddress. TelecommunicationAddress string, up to 240 chars, Required
End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. WebPageAddress /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location Aggregate, Optional

Records the details provided by the customer to perform a search based on the geography details of the subject.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address Aggregate, Optional

Records the details of the search on location by providing elements like city,county etc.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. StreetAddressLine Aggregate, Optional (Up to 10x)

An entry loop which can repeat multiple times to allow the recording of several lines where each address line contains one or more named address elements. Examples of named address elements are Street Name, Street Number, Building Name, Estate Name. They are called “lines” because an addres can be divided into multiple lines. When there are multiple lines the sequence of the lines must be preserved.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. StreetAddressLine. LineText string, up to 240 chars, Required
End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. StreetAddressLine /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. PrimaryTownName PrimaryTownNameType up to 240 chars, Optional (Up to 10x)
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. MetropolitanStatisticalAreaUSCensusCode string, up to 16 chars, Optional (Up to 10x)

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. CountyGEOREFID string, up to 13 chars, Optional (Up to 10x)

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. TerritoryName TerritoryNameType up to 64 chars, Optional (Up to 100x)
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. PostalCode string, up to 16 chars, Optional (Up to 100x)
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. PostalCodeRange Aggregate, Optional (Up to 100x)

A range for the identifier used by the local country Postal Authority to identify a particular geographic location. For example, in Belgium, Postal Code 9000 identifies the town of GHENT.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. PostalCodeRange. PostalCodeLowRangeValue string, up to 16 chars, Optional

The lower limit of a range for the identifier used by the local country Postal Authority to identify a particular geographic location. For example, in Belgium, Postal Code 9000 identifies the town of GHENT.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. PostalCodeRange. PostalCodeHighRangeValue string, up to 16 chars, Optional

The upper limit of a range for the identifier used by the local country Postal Authority to identify a particular geographic location. For example, in Belgium, Postal Code 9000 identifies the town of GHENT.

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. PostalCodeRange /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. PostalCodeLowRangeValue Element, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. PostalCodeHighRangeValue Element, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. CountryISOAlpha2Code string, at least 2 chars, up to 2 chars, Optional (Up to 10x)
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address. CountryGroupGEOREFID string, up to 16 chars, Optional (Up to 10x)

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. Address /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. RadiusDetail Aggregate, Optional

Records the details of the search on a geographical area by providing a combination of coordinates (Latitude/longitude) or Zip Code along with the radius.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. RadiusDetail. PostalCode string, up to 32 chars, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. RadiusDetail. CountryISOAlpha2Code string, at least 2 chars, up to 2 chars, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. RadiusDetail. RadiusMeasurement decimal, up to 5 digits, maximum of 2 decimal places, Required
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. RadiusDetail. RadiusMeasurementUnitCode integer, up to 7 digits, Required

Possible values: 3353 [miles]; 3349 [kilometre]

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. RadiusDetail. LatitudeMeasurement LatitudeMeasurementType up to 9 digits, maximum of 6 decimal places, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. RadiusDetail. LongitudeMeasurement LongitudeMeasurementType up to 10 digits, maximum of 6 decimal places, Optional
End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. RadiusDetail /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. TelephoneNumber Aggregate, Optional (Up to 100x)

Records the details of the search on telephone by providing elements like Area Code.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. TelephoneNumber. AreaCodeNumber string, at least 1 char, up to 16 chars, Required
End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location. TelephoneNumber /Aggregate
End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. Location /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. FamilyTreeMemberRole Aggregate, Optional (Up to 10x)
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. FamilyTreeMemberRole. FamilyTreeMemberRoleCode integer, up to 7 digits, Required

Possible values: 9141 [Parent/Headquarters] - for Parent; HQ or Parent & HQ; 12769 [Branch] - for Branch or Division; 9159 [Subsidiary]

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. FamilyTreeMemberRole /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. StandaloneOrganizationIndicator StandaloneOrganizationIndicatorType, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndustryCodeDetail Aggregate, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndustryCodeDetail @DNBCodeValue

Possible values: 3599 -USSIC; 19295 - UKSIC; 700 - NAICS; 35912 - Hoovers Industry Code

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndustryCodeDetail. IndustryCode string, up to 16 chars, Optional (Up to 100x)

Full or partial industry code. For full industry codes, exact matches will be returned. For partial industry codes, matching candidates that begin with the partial code will be returned.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndustryCodeDetail. IndustryCodeLowRangeValue string, up to 16 chars, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndustryCodeDetail. IndustryCodeHighRangeValue string, up to 16 chars, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndustryCodeDetail. PrimaryIndustryCodeOnlyIndicator boolean, Optional

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndustryCodeDetail /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. LegalFormDetail Aggregate, Optional (Up to 10x)
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. LegalFormDetail. LegalFormCode integer, up to 7 digits, Required

Possible values: 451 (Corporation); 452 (Partnership); 453 (Proprietorship); 454 (NationalGovernmentEntity); 455 (RegionalLocalGovernmentEntity); 456 (JointVenture); 457 (NonProfitOrganization); 461 (CooperativeMutualOrganization); 469 (ForeignCompany)

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. LegalFormDetail /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ControlOwnershipTypeCode integer, up to 7 digits, Optional (Up to 10x)

Possible values: 9057 [Publicly owned]; 9058 [Privately owned]; 9059 [State owned]

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ControlOwnershipFromYear integer, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ControlOwnershipToYear integer, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. OrganizationStartFromYear integer, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. OrganizationStartToYear integer, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. MarketingRiskClassCode MarketingRiskClassCodeEnum up to 7 digits, Optional (Array)

Possible values: 10925 [Low]; 10926 [Moderate]; 10927 [High]; 0 [Unknown]

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. GlobalUltimateDUNSNumber string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional (Up to 10x)

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. FiscalPeriodEndMonth MonthType, Optional (Up to 12x)

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. AuditorID string, up to 256 chars, Optional (Up to 10x)

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. UnderwriterID string, up to 256 chars, Optional (Up to 10x)

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. DUNSNumberLowRangeValue string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional

The minimum DUNS Number of the companies to be listed in the search result. This is used for search within range values.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. DUNSNumberHighRangeValue string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional

The maximum DUNS Number of the companies to be listed in the search result. This is used for search within range values.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SalesLowRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SalesLowRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SalesLowRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SalesHighRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SalesHighRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SalesHighRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. TotalAssetLowRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. TotalAssetLowRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. TotalAssetLowRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. TotalAssetHighRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. TotalAssetHighRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. TotalAssetHighRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. MarketCapitalizationLowRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. MarketCapitalizationLowRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. MarketCapitalizationLowRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. MarketCapitalizationHighRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. MarketCapitalizationHighRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. MarketCapitalizationHighRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. NetIncomeLowRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. NetIncomeLowRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. NetIncomeLowRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. NetIncomeHighRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. NetIncomeHighRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. NetIncomeHighRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. NetIncomeGrowthLowRangePercentage decimal, up to 7 digits, maximum of 2 decimal places, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. NetIncomeGrowthHighRangePercentage decimal, up to 7 digits, maximum of 2 decimal places, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndividualEntityEmployeeLowRangeQuantity integer, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. IndividualEntityEmployeeHighRangeQuantity integer, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ConsolidatedEmployeeLowRangeQuantity integer, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ConsolidatedEmployeeHighRangeQuantity integer, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ConsolidatedEmployeesGrowthLowRangePercentage decimal, up to 7 digits, maximum of 2 decimal places, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ConsolidatedEmployeesGrowthHighRangePercentage decimal, up to 7 digits, maximum of 2 decimal places, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SalesGrowthLowRangePercentage decimal, up to 7 digits, maximum of 2 decimal places, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SalesGrowthHighRangePercentage decimal, up to 7 digits, maximum of 2 decimal places, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. PremisesAreaDetail Aggregate, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. PremisesAreaDetail. PremisesAreaLowRangeMeasurement integer, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. PremisesAreaDetail. PremisesAreaHighRangeMeasurement integer, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. PremisesAreaDetail. OccupancyCode integer, up to 7 digits, Optional (Up to 3x)

Possible values: 1129 [Rents]; 1128 [Owns]

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. PremisesAreaDetail /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. PubliclyTradedCompanyIndicator boolean, Optional

When 'true' indicates that the organization offers its securities to general public, typically through a stock exchange. When 'false' indicates that the organization does not offer its securities to general public.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. UpwardFamilyMemberPubliclyTradedCompanyIndicator boolean, Optional

When 'true' indicates that an organization higher up in the family tree of the subject offers its securities to general public, typically through a stock exchange. When 'false' indicates that none of the organization(s) higher up in the family tree of the subject offer securities to general public.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. StockExchangeNameCode integer, up to 7 digits, Optional (Up to 10x)

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. StockExchangeTickerName string, up to 100 chars, Optional

Text by which this subject is identified at this Stock Exchange for share trading purposes, e.g., DNB.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingFilingFromDate date, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingFilingToDate date, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingTradingFromDate date, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingTradingToDate date, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingLowRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingLowRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingLowRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingHighRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingHighRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingHighRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingShareValueLowRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingShareValueLowRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingShareValueLowRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingShareValueHighRangeAmount decimal, Optional

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingShareValueHighRangeAmount @UnitOfSize

Possible values: SingleUnits; Tens; Hundred; Thousand; Million; Billion; Trillion; Quadrillion; Quintillion; Sextillion; Septillion; Octillion; Nonillion; Decillion; NOTE: Only "Million" is supported now

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. InitialPublicOfferingShareValueHighRangeAmount @CurrencyISOAlpha3Code

Possible values: USD

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SocioEconomicIdentification. MinorityOwnedIndicator boolean, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SocioEconomicIdentification. FemaleOwnedIndicator boolean, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SocioEconomicIdentification. EthnicClassificationCode integer, up to 7 digits, Optional (Up to 10x)

Possible values: 10881 (Chinese; Filipino; Japanese; Korean; Vietnamese; or other Asian origin); 10882 (Black or African American); 10884 (Hispanic; Latino; or Spanish origin); 10885 (Indian Subcontinent origin); 10883 (American Indian; Alaska Native; or Native Hawaiian); 0 (Unknown)

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. SocioEconomicIdentification /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. KeywordText string, up to 256 chars, Optional
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. OrganizationIdentificationNumberDetail Aggregate, Optional (Array)

Records a registration number for the organization.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. OrganizationIdentificationNumberDetail @DNBCodeValue Attribute

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. OrganizationIdentificationNumberDetail. OrganizationIdentificationNumber string, at least 1 char, up to 40 chars, Required

A number assigned by an external body or by D&B which either uniquely identifies or helps to identify an organization.

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. OrganizationIdentificationNumberDetail /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. FranchisingIndicator boolean, Optional

When 'true' indicates that the organization participates in a franchising relationship. When 'false' indicates that the organization does not participate in a franchising relationship.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ImportIndicator boolean, Optional

When 'true' indicates that the subject company imports a quantity of goods from other countries.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ExportIndicator boolean, Optional

When 'true' indicates that the subject company exports a quantity of goods to other countries.

FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail. ManufacturingIndicator boolean, Optional

When 'true' indicates that the subject has a manufacturing facility. When 'false' indicates that the subject does not have a manufacturing facility; however as this is the assumed condition there is no requirement to create this tag to represent this fact.

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryDetail /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification Aggregate, Optional
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnSalesNavigatorIndicator boolean, Optional

When 'true' the sales navigator will be returned. When 'false' the sales navigator will not be returned. If not specified, the default is FALSE.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification Aggregate, Optional

Specifies the sales ranges to be used to display navigator counts. If SalesNavigatorSpecification is not included, the following default ranges will be used for the sales navigator: Less than $1 million $1 – less than $5 million $5 – less than $10 million $10 – less than $50 million $50 – less than $500 million $500 – less than $1000 million $1000 – less than $10,000 million Greater than $10,000 million

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange Aggregate, Optional (Array)
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange. SalesNavigatorLowRangeAmount decimal, Optional

If only SalesLowRangeAmount is specified, the range will be SalesLowRangeAmount and higher.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange. SalesNavigatorLowRangeAmount @CurrencyISOAlpha3Code

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange. SalesNavigatorLowRangeAmount @UnitOfSize

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange. SalesNavigatorLowRangeAmount @ReliabilityText

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange. SalesNavigatorHighRangeAmount decimal, Optional

If only SalesHighRangeAmount is specified, the range will be SalesHighRangeAmount and lower.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange. SalesNavigatorHighRangeAmount @CurrencyISOAlpha3Code

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange. SalesNavigatorHighRangeAmount @UnitOfSize

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange. SalesNavigatorHighRangeAmount @ReliabilityText

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification. SalesNavigatorRange /Aggregate
End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. SalesNavigatorSpecification /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnConsolidatedEmployeeQuantityNavigatorIndicator boolean, Optional

When 'true' the consolidated employee count navigator will be returned. When 'false' the consolidated employee count navigator will not be returned. If not specified, the default is FALSE.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ConsolidatedEmployeeQuantityNavigatorSpecification Aggregate, Optional

Specifies the consolidated employee count ranges to be used by the navigator. If not specified, the following default ranges will be used for the consolidated employee count navigator: Less than 4 5-10 11-49 50-99 100-499 500-999 1000-4999 More than 5000

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ConsolidatedEmployeeQuantityNavigatorSpecification. ConsolidatedEmployeeNavigatorQuantityRange Aggregate, Optional (Array)
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ConsolidatedEmployeeQuantityNavigatorSpecification. ConsolidatedEmployeeNavigatorQuantityRange. ConsolidatedEmployeeNavigatorLowRangeQuantity integer, Optional

If only ConsolidatedEmployeeLowRangeCount is specified, the range will be ConsolidatedEmployeeLowRangeCount and higher.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ConsolidatedEmployeeQuantityNavigatorSpecification. ConsolidatedEmployeeNavigatorQuantityRange. ConsolidatedEmployeeNavigatorHighRangeQuantity integer, Optional

If only ConsolidatedEmployeeHighRangeCount is specified, the range will be ConsolidatedEmployeeHighRangeCount and lower.

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ConsolidatedEmployeeQuantityNavigatorSpecification. ConsolidatedEmployeeNavigatorQuantityRange /Aggregate
End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ConsolidatedEmployeeQuantityNavigatorSpecification /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnIndividualEmployeeQuantityNavigatorIndicator boolean, Optional

When 'true' the individual employee count navigator will be returned. When 'false' the individual employee count navigator will not be returned. If not specified, the default is FALSE.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndividualEmployeeQuantityNavigatorSpecification Aggregate, Optional

Specifies the individual employee count ranges to be used by the navigator. If not specified, the following default ranges will be used for the individual employee count navigator: Less than 4 5-10 11-49 50-99 100-499 500-999 1000-4999 More than 5000

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndividualEmployeeQuantityNavigatorSpecification. IndividualEmployeeNavigatorRange Aggregate, Optional (Array)
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndividualEmployeeQuantityNavigatorSpecification. IndividualEmployeeNavigatorRange. IndividualEmployeeNavigatorLowRangeQuantity integer, Optional

If only IndividualEmployeeLowRangeCount is specified, the range will be IndividualEmployeeLowRangeCount and higher.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndividualEmployeeQuantityNavigatorSpecification. IndividualEmployeeNavigatorRange. IndividualEmployeeNavigatorHighRangeQuantity integer, Optional

If only IndividualEmployeeHighRangeCount is specified, the range will be IndividualEmployeeHighRangeCount and lower.

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndividualEmployeeQuantityNavigatorSpecification. IndividualEmployeeNavigatorRange /Aggregate
End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndividualEmployeeQuantityNavigatorSpecification /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnLocationNavigatorIndicator boolean, Optional

When 'true' the location navigator will be returned. When 'false' the location navigator will not be returned. If not specified, the default is FALSE.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. LocationNavigatorSpecification Aggregate, Optional

Specifies the location type(s) to be used by the navigator.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. LocationNavigatorSpecification. LocationNavigatorType LocationNavigatorTypeEnum, Required (Up to 3x)

Possible values: Country; Territory

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. LocationNavigatorSpecification /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnIndustryNavigatorIndicator boolean, Optional

When 'true' the industry navigator will be returned. When 'false' the industry navigator will not be returned. If not specified, the default is FALSE.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndustryNavigatorSpecification Aggregate, Optional

Specifies the industry type code(s) to be used by the navigator. If not specified, the industry type code will be US SIC.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndustryNavigatorSpecification. IndustryTypeCode integer, up to 7 digits, Optional (Array)

Possible values: 3599 -USSIC; 19295 - UKSIC; 700 - NAICS; 35912 - Hoovers Industry Code

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. IndustryNavigatorSpecification /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnFamilyTreeMemberRoleNavigatorIndicator boolean, Optional

When 'true' the family tree member role navigator will be returned. When 'false' the family tree member role navigator will not be returned. If not specified, the default is FALSE.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnStandaloneOrganizationNavigatorIndicator boolean, Optional

When 'true' the standalone organization navigator will be returned. When 'false' the standalone organization navigator will not be returned. If not specified, the default is FALSE.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnControlOwnershipTypeNavigatorIndicator boolean, Optional

When 'true' the control ownership type navigator will be returned. When 'false' the control ownership type navigator will not be returned. If not specified, the default is FALSE.

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnUpwardFamilyMemberPubliclyTradedCompanyNavigator boolean, Optional

When ON (set to 1), the upward family member publicly traded company navigator will be returned. When 'false' the upward family member publicly traded company navigator will not be returned. If not specified, the default is FALSE.

FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification. ReturnPubliclyTradedCompanyNavigator boolean, Optional

When ON (set to 1), the publicly traded company navigator will be returned. When 'false' the publicly traded company navigator will not be returned. If not specified, the default is FALSE.

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. NavigatorSpecification /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. FindSpecification Aggregate, Optional

Records the various specifications for performing a search.

FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. ExactLocationFindIndicator boolean, Optional

Possible values: default "true"

NOTE: Deprecated

FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. SortDirectionText SortDirectionEnum, Optional

Possible values: Ascending; Descending

FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. CandidateMaximumQuantity integer, up to 6 digits, Optional
FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. CandidatePerPageMaximumQuantity integer, less than or equal to 10000, Optional
FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. CandidateDisplayStartSequenceNumber integer, less than or equal to 10000, Optional
FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. SearchModeDescription SearchModeEnum, Optional

Text describing the nature of search to be applied during the search process.

Possible values: Basic; Advanced

FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. InclusionCriteria Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of filtering requirements that a service should apply to include subjects from being returned in a search response. For example include subjects to the candidate list that are out of business.

FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. InclusionCriteria. InclusionDataDescription InclusionDataEnum, Optional

Text that denotes an inclusion requirement that the Search process should apply to allow subjects from being returned as candidates. For example if the value is specified as Out of Business, then the Search process should return candidates that have an Operating Status which denotes Out Of Business.

Possible values: IncludeUndeliverableAddressSubject; IncludeOutofBusiness; IncludeIncompleteData; IncludeNonMarketableOnly; IncludeNonMarketable; IncludeDelisted

End: FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. InclusionCriteria /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. KeywordScopeText InclusionParameterenum, Optional (Array)

Text denoting the type of parameter value provided in KeywordText to be used by the service to perform the search process.

Possible values: OrganizationName; StockExchangeTickerName

FindCompanyRequest. FindCompanyRequestDetail. FindSpecification. SortBasisText SortBasisTextEnum, Optional

Parameter value using which search candidates will be sorted in the response.

Possible values: ConsolidatedEmployeeQuantity; CountryISOAlpha2Code; DUNS Number; FamilyTreeMemberRole; OrganizationPrimaryName; PostalCode; PostalCodeExtensionCode; PrimaryTownName; SalesRevenueAmount; StandaloneOrganizationIndicator; StreetAddressLine; TelephoneNumber; TerritoryAbbreviatedName; TerritoryOfficialName; TradeStyleName; Relevancy, MarketabilityIndicator

End: FindCompanyRequest. FindCompanyRequestDetail. FindSpecification /Aggregate
FindCompanyRequest. FindCompanyRequestDetail. InquiryReferenceDetail Aggregate, Optional

Records data that allows the customer to specify information to be linked to this request in order to support subsequent searches.

FindCompanyRequest. FindCompanyRequestDetail. InquiryReferenceDetail. CustomerReferenceText string, at least 1 char, up to 240 chars, Optional (Up to 5x)
FindCompanyRequest. FindCompanyRequestDetail. InquiryReferenceDetail. CustomerBillingEndorsementText string, at least 1 char, up to 240 chars, Optional

NOTE: Deprecated

End: FindCompanyRequest. FindCompanyRequestDetail. InquiryReferenceDetail /Aggregate
End: FindCompanyRequest. FindCompanyRequestDetail /Aggregate
End: FindCompanyRequest /Aggregate

Endpoint

Use the following endpoint with the downloadable WSDL to request this feature.

SOAP (EntityList)
https://direct.dnb.com/EntityList/V{version}

Testing

This operation will return a static set of results in the D&B Direct test environment (sandbox), regardless of the request parameters.

Feature Response

Specification

The following is a list of the possible data fields returned by this operation in the XML response. Samples are provided for testing successful and failed retrieval, and to demonstrate the basic layout of a response. The data returned in samples may not represent actual values that this feature will deliver.

NOTE: The D-U-N-S Number returned in the response will be a nine-digit zero-padded, numeric value.

Sample Response (Basic)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body xmlns:ent="http://services.dnb.com/EntityListServiceV2.0">
      <ent:FindCompanyResponse ServiceVersionNumber="6.4">
         <TransactionDetail>
            <ApplicationTransactionID>Id-c642a96852729e470dcb742e-1</ApplicationTransactionID>
            <ServiceTransactionID>Id-c642a96852729e470dcb742e-1</ServiceTransactionID>
            <TransactionTimestamp>2013-10-31T14:15:36</TransactionTimestamp>
         </TransactionDetail>
         <TransactionResult>
            <SeverityText>Information</SeverityText>
            <ResultID>CM000</ResultID>
            <ResultText>Success</ResultText>
         </TransactionResult>
         <FindCompanyResponseDetail>
            <CandidateMatchedQuantity>1618</CandidateMatchedQuantity>
            <CandidateReturnedQuantity>25</CandidateReturnedQuantity>
            <FindCandidate>
               <DUNSNumber>804735132</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>492 Koller St</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>San Francisco</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>94110</PostalCode>
                  <PostalCodeExtensionCode>1190</PostalCodeExtensionCode>
                  <TerritoryOfficialName>California</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>47900</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>6505550000</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>153</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.11</SalesRevenueAmount>
               <DisplaySequence>1</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>117140574</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>A L Gorman DDS</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>6411 Nw 43rd Ter</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Boca Raton</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>33496</PostalCode>
                  <PostalCodeExtensionCode>4047</PostalCodeExtensionCode>
                  <TerritoryOfficialName>Florida</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>FL</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>33100</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>5612458601</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>4</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.2</SalesRevenueAmount>
               <DisplaySequence>2</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>041363730</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>A O Easley Trucks Inc</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>700 Roberts St</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Gorman</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>76454</PostalCode>
                  <TerritoryOfficialName>Texas</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>TX</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
               </PrimaryAddress>
               <MailingAddress>
                  <StreetAddressLine>
                     <LineText>P.O. Box 613</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Gorman</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>76454</PostalCode>
                  <PostalCodeExtensionCode>0613</PostalCodeExtensionCode>
                  <TerritoryOfficialName>Texas</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>TX</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>2547342673</TelecommunicationNumber>
               </TelephoneNumber>
               <FacsimileNumber>
                  <TelecommunicationNumber>2547343366</TelecommunicationNumber>
               </FacsimileNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>42</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">4.5</SalesRevenueAmount>
               <DisplaySequence>3</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>117122465</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>A S Gorman DDS</OrganizationName>
               </OrganizationPrimaryName>
               <TradeStyleName>
                  <OrganizationName>GORMAN, ALAN S</OrganizationName>
               </TradeStyleName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>100 Manetto Hill Rd 311</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Plainview</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>11803</PostalCode>
                  <PostalCodeExtensionCode>1311</PostalCodeExtensionCode>
                  <TerritoryOfficialName>New York</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>NY</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>35620</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>5169316663</TelecommunicationNumber>
               </TelephoneNumber>
               <FacsimileNumber>
                  <TelecommunicationNumber>5163912151</TelecommunicationNumber>
               </FacsimileNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>1</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.061</SalesRevenueAmount>
               <DisplaySequence>4</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>462310861</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>ACEITUNAS GORMAN SL</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Calle Del Atalaje 23</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Dos Hermanas</PrimaryTownName>
                  <CountryISOAlpha2Code>ES</CountryISOAlpha2Code>
                  <PostalCode>41703</PostalCode>
                  <TerritoryOfficialName>Sevilla</TerritoryOfficialName>
				  <CountryOfficialName>Spain</CountryOfficialName>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>954110003</TelecommunicationNumber>
               </TelephoneNumber>
               <FamilyTreeMemberRole>
                  <FamilyTreeMemberRoleText DNBCodeValue="9141">Parent/Headquarters</FamilyTreeMemberRoleText>
               </FamilyTreeMemberRole>
               <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>7</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">2.5700152</SalesRevenueAmount>
               <DisplaySequence>5</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>985192719</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Adrianne O'Gorman</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Achill</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Westport</PrimaryTownName>
                  <CountryISOAlpha2Code>IE</CountryISOAlpha2Code>
                  <TerritoryOfficialName>Co Mayo</TerritoryOfficialName>
				  <CountryOfficialName>Ireland</CountryOfficialName>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>9843310</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>4</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.210432</SalesRevenueAmount>
               <DisplaySequence>6</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>985246967</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>AF O'Gorman &amp; Co</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>St Michael'S Road</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Gorey</PrimaryTownName>
                  <CountryISOAlpha2Code>IE</CountryISOAlpha2Code>
                  <TerritoryOfficialName>Co Wexford</TerritoryOfficialName>
				  <CountryOfficialName>Ireland</CountryOfficialName>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>539421054</TelecommunicationNumber>
               </TelephoneNumber>
               <FacsimileNumber>
                  <TelecommunicationNumber>539422215</TelecommunicationNumber>
               </FacsimileNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>7</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.217056</SalesRevenueAmount>
               <DisplaySequence>7</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>985192701</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Aidan O'Gorman</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Bree Upper</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Enniscorthy</PrimaryTownName>
                  <CountryISOAlpha2Code>IE</CountryISOAlpha2Code>
                  <TerritoryOfficialName>Co Wexford</TerritoryOfficialName>
				  <CountryOfficialName>Ireland</CountryOfficialName>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>539247797</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>2</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.105216</SalesRevenueAmount>
               <DisplaySequence>8</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>786458554</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>AKG ASSOCIATES INC</OrganizationName>
               </OrganizationPrimaryName>
               <TradeStyleName>
                  <OrganizationName>Gorman &amp; Associates</OrganizationName>
               </TradeStyleName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>4196 Cypress Grove Ln</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Greensboro</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>27455</PostalCode>
                  <PostalCodeExtensionCode>2773</PostalCodeExtensionCode>
                  <TerritoryOfficialName>North Carolina</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>NC</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>24660</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>3362827709</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>16</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.78</SalesRevenueAmount>
               <DisplaySequence>9</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>967258364</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Alan S Gorman DDS</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>508 Aquebogue Sq</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Aquebogue</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>11931</PostalCode>
                  <TerritoryOfficialName>New York</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>NY</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>35620</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>6317223307</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>4</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.17</SalesRevenueAmount>
               <DisplaySequence>10</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>947150942</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Albert H Gorman PC</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>295 Madison Ave Rm 700</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>New York</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>10017</PostalCode>
                  <PostalCodeExtensionCode>7758</PostalCodeExtensionCode>
                  <TerritoryOfficialName>New York</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>NY</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>35620</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>2129867180</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>1</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.11</SalesRevenueAmount>
               <DisplaySequence>11</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>063872779</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>ALBERT JAY JAMES</OrganizationName>
               </OrganizationPrimaryName>
               <TradeStyleName>
                  <OrganizationName>RANGER FOOD MART</OrganizationName>
               </TradeStyleName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Hwy 8 East</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Gorman</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>76454</PostalCode>
                  <TerritoryOfficialName>Texas</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>TX</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
               </PrimaryAddress>
               <MailingAddress>
                  <StreetAddressLine>
                     <LineText>P.O. Box 147</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Gorman</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>76454</PostalCode>
                  <PostalCodeExtensionCode>0147</PostalCodeExtensionCode>
                  <TerritoryOfficialName>Texas</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>TX</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                 
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>2546317488</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>3</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.23</SalesRevenueAmount>
               <DisplaySequence>12</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>052483384</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Alice Gorman Imaging</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>139 Fields Dr</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Oneida</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>13421</PostalCode>
                  <PostalCodeExtensionCode>2642</PostalCodeExtensionCode>
                  <TerritoryOfficialName>New York</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>NY</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>45060</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>3153612345</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <DisplaySequence>13</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>034492117</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Alice M Gorman Imaging Center</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>9562 State Route 13</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Camden</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>13316</PostalCode>
                  <PostalCodeExtensionCode>4940</PostalCodeExtensionCode>
                  <TerritoryOfficialName>New York</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>NY</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>46540</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>3152452950</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>3</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.15</SalesRevenueAmount>
               <DisplaySequence>14</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>016996377</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Alicia Gorman</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>2515 Highland Cir</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Bethel Park</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>15102</PostalCode>
                  <PostalCodeExtensionCode>2856</PostalCodeExtensionCode>
                  <TerritoryOfficialName>Pennsylvania</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>PA</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>38300</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>4128511673</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>2</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.1</SalesRevenueAmount>
               <DisplaySequence>15</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>025628723</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Ambrose Gorman</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>601 W Sycamore St</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Ogden</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>50212</PostalCode>
                  <PostalCodeExtensionCode>2007</PostalCodeExtensionCode>
                  <TerritoryOfficialName>Iowa</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>IA</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>5152754112</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>1</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.066</SalesRevenueAmount>
               <DisplaySequence>16</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>046310248</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Andrea Elizabeth Gorman Ms, Rd, Ldn</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>90 Angell Rd</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Lincoln</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>02865</PostalCode>
                  <PostalCodeExtensionCode>4736</PostalCodeExtensionCode>
                  <TerritoryOfficialName>Rhode Island</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>RI</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>39300</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>4018293951</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>2</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.095</SalesRevenueAmount>
               <DisplaySequence>17</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>985247419</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Andrew O'Gorman &amp; Associates</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Chartered Building Surveyors</LineText>
                  </StreetAddressLine>
                  <StreetAddressLine>
                     <LineText>Drumbo</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Cavan</PrimaryTownName>
                  <CountryISOAlpha2Code>IE</CountryISOAlpha2Code>
                  <TerritoryOfficialName>Co Cavan</TerritoryOfficialName>
				  <CountryOfficialName>Ireland</CountryOfficialName>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>494327773</TelecommunicationNumber>
               </TelephoneNumber>
               <FacsimileNumber>
                  <TelecommunicationNumber>494327660</TelecommunicationNumber>
               </FacsimileNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>3</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.105216</SalesRevenueAmount>
               <DisplaySequence>18</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>985104776</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>ANDREW O'GORMAN &amp; ASSOCIATES</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Drumbo</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Cavan</PrimaryTownName>
                  <CountryISOAlpha2Code>IE</CountryISOAlpha2Code>
                  <TerritoryOfficialName>Co Cavan</TerritoryOfficialName>
				  <CountryOfficialName>Ireland</CountryOfficialName>
               </PrimaryAddress>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>3</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.108528</SalesRevenueAmount>
               <DisplaySequence>19</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>985092689</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>ANDREW O'GORMAN SURVEYORS LIMITED</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Drumbo</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Cavan</PrimaryTownName>
                  <CountryISOAlpha2Code>IE</CountryISOAlpha2Code>
                  <TerritoryOfficialName>Co Cavan</TerritoryOfficialName>
				  <CountryOfficialName>Ireland</CountryOfficialName>
               </PrimaryAddress>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>3</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.108528</SalesRevenueAmount>
               <DisplaySequence>20</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>507150142</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>ANDY GORMAN</OrganizationName>
               </OrganizationPrimaryName>
               <TradeStyleName>
                  <OrganizationName>CHEQUERS RECOVERY</OrganizationName>
               </TradeStyleName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>125 Old Watford Rd</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>St. Albans</PrimaryTownName>
                  <CountryISOAlpha2Code>GB</CountryISOAlpha2Code>
                  <PostalCode>AL2 3FB</PostalCode>
                  <TerritoryOfficialName>Hertfordshire</TerritoryOfficialName>
				  <CountryOfficialName>United Kingdom</CountryOfficialName>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>01727811554</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <SubjectHandling>
                  <SubjectHandlingText DNBCodeValue="7974">Do not call</SubjectHandlingText>
               </SubjectHandling>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>5</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.2831422</SalesRevenueAmount>
               <DisplaySequence>21</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>004942006</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Anna S Gorman</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>301 S College St</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Charlotte</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>28202</PostalCode>
                  <PostalCodeExtensionCode>6000</PostalCodeExtensionCode>
                  <TerritoryOfficialName>North Carolina</TerritoryOfficialName>
				  <TerritoryAbbreviatedName>NC</TerritoryAbbreviatedName>
				  <CountryOfficialName>United States</CountryOfficialName>                  
                  <MetropolitanStatisticalAreaUSCensusCode>16740</MetropolitanStatisticalAreaUSCensusCode>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>7043425276</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>2</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.13</SalesRevenueAmount>
               <DisplaySequence>22</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>985212093</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Anne O'Gorman Unisex Hair Salon</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Ballybofey</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Donegal</PrimaryTownName>
                  <CountryISOAlpha2Code>IE</CountryISOAlpha2Code>
                  <TerritoryOfficialName>Co Donegal</TerritoryOfficialName>
				  <CountryOfficialName>Ireland</CountryOfficialName>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>749131964</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>3</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.105216</SalesRevenueAmount>
               <DisplaySequence>23</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>218796447</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>Anthony Gorman</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>South Riding</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Newcastle Upon Tyne</PrimaryTownName>
                  <CountryISOAlpha2Code>GB</CountryISOAlpha2Code>
                  <PostalCode>NE19 1AS</PostalCode>
                  <TerritoryOfficialName>Tyne And Wear</TerritoryOfficialName>
				  <CountryOfficialName>United Kingdom</CountryOfficialName>
               </PrimaryAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>07828399187</TelecommunicationNumber>
               </TelephoneNumber>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>1</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.0775082</SalesRevenueAmount>
               <DisplaySequence>24</DisplaySequence>
            </FindCandidate>
            <FindCandidate>
               <DUNSNumber>896247843</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>ANTHONY O' GORMAN ENGINEERING LTD</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>Ballysilla</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>Enniscorthy</PrimaryTownName>
                  <CountryISOAlpha2Code>IE</CountryISOAlpha2Code>
                  <TerritoryOfficialName>Co Wexford</TerritoryOfficialName>
				  <CountryOfficialName>Ireland</CountryOfficialName>
               </PrimaryAddress>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <ConsolidatedEmployeeDetails>
                  <TotalEmployeeQuantity>3</TotalEmployeeQuantity>
               </ConsolidatedEmployeeDetails>
               <SalesRevenueAmount CurrencyISOAlpha3Code="USD" UnitOfSize="Million">0.107448</SalesRevenueAmount>
               <DisplaySequence>25</DisplaySequence>
            </FindCandidate>
         </FindCompanyResponseDetail>
      </ent:FindCompanyResponse>
   </soapenv:Body>
</soapenv:Envelope>

Filter:

Basic Advanced AvailabilityName Characteristics
FindCompanyResponse Aggregate
FindCompanyResponse @ServiceVersionNumber
FindCompanyResponse. TransactionDetail Aggregate, Required

Records information necessary to process a particular request. Examples of a request is the ordering of a product.

FindCompanyResponse. TransactionDetail. ApplicationTransactionID string, up to 64 chars, Optional

A number assigned by the calling application to uniquely identify this request.

FindCompanyResponse. TransactionDetail. ServiceTransactionID string, up to 64 chars, Required

A number assigned by the D&B service to uniquely identify this transaction.

FindCompanyResponse. TransactionDetail. TransactionTimestamp dateTime, Required

The date and time when this request was submitted or the date and time when the requesting intermediary, such as a workflow manager or service bus, sent the message to the D&B function, i.e., the date and time when the xml document was created by the requesting intermediary.

End: FindCompanyResponse. TransactionDetail /Aggregate
FindCompanyResponse. TransactionResult Aggregate, Required

Records the different outcomes of the transaction.

FindCompanyResponse. TransactionResult. SeverityText string, Required
FindCompanyResponse. TransactionResult. ResultID string, up to 32 chars, Required
FindCompanyResponse. TransactionResult. ResultText string, up to 512 chars, Optional
FindCompanyResponse. TransactionResult. ResultMessage Aggregate, Optional (Array)
FindCompanyResponse. TransactionResult. ResultMessage. ResultDescription string, up to 512 chars, Required

Text that describes the additional information regarding the outcome of the transaction.

End: FindCompanyResponse. TransactionResult. ResultMessage /Aggregate
End: FindCompanyResponse. TransactionResult /Aggregate
FindCompanyResponse. FindCompanyResponseDetail Aggregate, Optional

Records data relating to responses for search based on organization related information. This may include such details as the number of candidates that matched the search criteria,candidate information etc.

FindCompanyResponse. FindCompanyResponseDetail. CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

FindCompanyResponse. FindCompanyResponseDetail. CandidateReturnedQuantity integer, Optional

The number of subjects actually returned as possible prospects in the D&B repository based on the search criteria.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate Aggregate, Optional (Array)

Records the details of the candidates that matched the search criteria.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. DUNSNumber string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Required
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. OrganizationPrimaryName Aggregate, Required
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. OrganizationPrimaryName. OrganizationName string, up to 256 chars, Required
End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. OrganizationPrimaryName /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. TradeStyleName Aggregate, Optional (Array)
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. TradeStyleName. OrganizationName string, up to 256 chars, Required
End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. TradeStyleName /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MarketabilityIndicator boolean, Optional

When 'true' indicates that the record satisfies D&B marketability rules. When 'false' indicates that the record does not satisfy D&B marketability rules; however, there is no requirement to create this tag to represent this fact.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress Aggregate, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. StreetAddressLine Aggregate, Optional (Array)
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. StreetAddressLine. LineText string, up to 240 chars, Required
End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. StreetAddressLine /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. PrimaryTownName string, up to 64 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. CountryISOAlpha2Code string, at least 2 chars, up to 2 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. PostalCode string, up to 16 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. PostalCodeExtensionCode string, up to 16 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. TerritoryOfficialName string, up to 64 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. TerritoryAbbreviatedName string, up to 64 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. CountryOfficialName string, up to 64 chars, Optional

The legal name of the country for this address.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. MetropolitanStatisticalAreaUSCensusCode string, Optional (Array)

A Geographical Region with a relatively high population density at its core and close economic ties throughout the area.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. LatitudeMeasurement decimal, up to 9 digits, maximum of 6 decimal places , Optional

The angular distance north or south from the Earth's equator measured through 90 degrees expressed in decimal numbers.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. LongitudeMeasurement decimal, up to 10 digits, maximum of 6 decimal places , Optional

The angular distance east or west from the prime (Greenwich) meridian measured through 180 degrees expressed in decimal numbers.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. GeographicalPrecisionText string, up to 64 chars, Optional

Text that identifies the accuracy of the match used for an address, e.g., Street Segment .1 to .2 miles, Block Group .2 to .4 mile U.S. ZIP + 4.

Possible Values: 30246[ZipPlus4 Centroid] 30247[PO Box Location Centroid] 30248[State or Province Centroid] 30249[County Centroid] 30250[ZipPlus2 Centroid] 30252[Town Centroid] 30253[Locality Centroid] 30254 [Street Intersection Centroid] 30255[Sub Locality Centroid] 30256[Street Segment Centroid] 30257[Street Address Centroid] 30258[Postal Code Centroid]

NOTE: Deprecated

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. GeographicalPrecisionText @DNBCodeValue Attribute, Optional

NOTE: Deprecated

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress. MetropolitanStatisticalAreaUSCensusCode string, Optional (Array)

A Geographical Region with a relatively high population density at its core and close economic ties throughout the area.

NOTE: Deprecated

End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. PrimaryAddress /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress Aggregate, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. StreetAddressLine Aggregate, Optional (Array)
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. StreetAddressLine. LineText string, up to 240 chars, Required
End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. StreetAddressLine /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. PrimaryTownName string, up to 64 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. CountryISOAlpha2Code string, at least 2 chars, up to 2 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. PostalCode string, up to 16 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. PostalCodeExtensionCodestring, up to 64 chars, Optional

 

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. TerritoryOfficialName string, up to 64 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. TerritoryAbbreviatedName string, up to 64 chars, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress. CountryOfficialName string, up to 64 chars, Optional

The legal name of the country for this address.

End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. MailingAddress /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. TelephoneNumber Aggregate, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. TelephoneNumber. TelecommunicationNumber string, at least 1 char, up to 50 chars, Required
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. TelephoneNumber. InternationalDialingCode integer, up to 7 digits, Optional
End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. TelephoneNumber /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. FacsimileNumber Aggregate, Optional

An entry loop which can allow multiple Facsimile contact information used for data communication with the subject.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. FacsimileNumber. TelecommunicationNumber string, at least 1 char, up to 50 chars, Required

NOTE: Deprecated

End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. FacsimileNumber /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. FamilyTreeMemberRole Aggregate, Optional (Array)
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. FamilyTreeMemberRole. FamilyTreeMemberRoleText string, up to 256 chars, Optional

Possible values: 9141 [Parent/Headquarters] - for Parent; HQ or Parent & HQ; 12769 [Branch] - for Branch or Division; 9159 [Subsidiary]

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. FamilyTreeMemberRole. FamilyTreeMemberRoleText @DNBCodeValue integer, up to 7 digits, Attribute (1x)

Possible values: 9141 [Parent/Headquarters] - for Parent; HQ or Parent & HQ; 12769 [Branch] - for Branch or Division; 9159 [Subsidiary]

End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. FamilyTreeMemberRole /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. StandaloneOrganizationIndicator boolean, Optional
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. SubjectHandling Aggregate, Optional (Array)

An entry loop records the type of special handling a subject is to receive from D&B (or a D&B partner, e.g., IBM, Bonnier) e.g., the subject is not to be contacted by us, by calling or any other means, at the organization's request.

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. SubjectHandling. SubjectHandlingText string, up to 256 chars, Required

Text specifying the manner in which the Subject is to receive special care from D&B when it is being contacted; e.g., do not call, do not send information requests. In many cases this process was specifically requested by the Subject.

End: FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. SubjectHandling /Aggregate
FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. IndustryCode Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of several business activities in which an organization is actively engaged using standardized coding schemes such as European NACE and U.S. Standard Industry Classifications (SIC).

FindCompanyResponse. FindCompanyResponseDetail. FindCandidate. IndustryCode @DNBCodeValue integer, up to 7 digits, Attribute (1x)

Possible values: 3599 -USSIC

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . IndustryCode . IndustryCode string, up to 16 chars, Optional

An alphanumeric value identifying a business activity based on the scheme specified by the typeText. For instance, 1611 represents the highway and street construction industry in the U.S. SIC (Standard Industrial Classification) system. Clarification Note: These are generally external codes created by an external authoritative body, like the U.S. Office of Management and Budget (OMB), but D&B may have created extensions to more precisely define an activity, as in the case of the SIC 2+2 (the last 4 digits of an 8-digit SIC).

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . IndustryCode . IndustryCodeDescription string, up to 256 chars, Optional (Array)

Text that describes the business activity based on the scheme specified by the attribute typeText. E.g., 'highway and street construction' is the description of industry code 1611 in the U.S. SIC (Standard Industrial Classification) system.

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . IndustryCode . IndustryCodeDescription @IndustryCodeDescriptionLengthCode

NOTE: Deprecated

End: FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . IndustryCode /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . ManufacturingIndicator boolean, Optional

When 'true' indicates that the subject has a manufacturing facility. When 'false' indicates that the subject does not have a manufacturing facility; however as this is the assumed condition there is no requirement to create this tag to represent this fact.

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . ConsolidatedEmployeeDetails Aggregate, Optional

Records current employee data which includes all employees who are engaged in the operations of the legal entity (including employees located at branch locations) as well as all employees who are engaged in the operations of every direct descendant in its family tree (based on controlling interest), i.e., subsidiaries. Note: An organization which is classified by D&B as a branch" location cannot have a "Consolidated" employee figure."

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . ConsolidatedEmployeeDetails . TotalEmployeeQuantity long, Optional

A number that defines how many people are directly engaged and paid by the organization to perform or support its business operations.

End: FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . ConsolidatedEmployeeDetails /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . PubliclyTradedCompanyIndicator boolean, Optional

When 'true' indicates that the organization offers its securities to general public, typically through a stock exchange. When 'false' indicates that the organization does not offer its securities to general public.

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . UpwardFamilyMemberPubliclyTradedCompanyIndicator boolean, Optional

When 'true' indicates that an organization higher up in the family tree of the subject offers its securities to general public, typically through a stock exchange. When 'false' indicates that none of the organization(s) higher up in the family tree of the subject offer securities to general public.

NOTE: Deprecated

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . StockExchangeDetails Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of any Stock Exchanges on which the subject's shares are traded.

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . StockExchangeDetails . StockExchangeName string, up to 256 chars, Optional

The name of a Stock Exchange on which the subject's shares are traded.

FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . StockExchangeDetails . StockExchangeName @DNBCodeValue integer, up to 7 digits, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . StockExchangeDetails . StockExchangeTickerName string, up to 100 chars, Optional

Text by which this subject is identified at this Stock Exchange for share trading purposes, e.g., DNB.

End: FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . StockExchangeDetails /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . SalesRevenueAmount decimal, Optional
FindCompanyResponse . FindCompanyResponseDetail . FindCandidate . DisplaySequence integer, up to 5 digits, Optional
End: FindCompanyResponse . FindCompanyResponseDetail . FindCandidate /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange Aggregate, Optional (Array)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . SalesNavigatorLowRangeAmount decimal, Optional

If only SalesLowRangeAmount is specified, the range will be SalesLowRangeAmount and higher.

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . SalesNavigatorLowRangeAmount @CurrencyISOAlpha3Code string, up to 3 chars, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . SalesNavigatorLowRangeAmount @UnitOfSize string, up to 12 chars, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . SalesNavigatorLowRangeAmount @ReliabilityText string, up to 256 chars, Attribute (1x)

NOTE: Deprecated

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . SalesNavigatorHighRangeAmount decimal, Optional

If only SalesHighRangeAmount is specified, the range will be SalesHighRangeAmount and lower.

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . SalesNavigatorHighRangeAmount @CurrencyISOAlpha3Code string, up to 3 chars, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . SalesNavigatorHighRangeAmount @UnitOfSize string, up to 12 chars, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . SalesNavigatorHighRangeAmount @ReliabilityText string, up to 256 chars, Attribute (1x)

NOTE: Deprecated

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail . SalesNavigatorRange /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . SalesNavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ConsolidatedEmployeeQuantityNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ConsolidatedEmployeeQuantityNavigatorDetail . ConsolidatedEmployeeQuantityRange Aggregate, Optional (Array)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ConsolidatedEmployeeQuantityNavigatorDetail . ConsolidatedEmployeeQuantityRange . ConsolidatedEmployeeLowRangeQuantity integer, Optional

If only ConsolidatedEmployeeLowRangeCount is specified, the range will be ConsolidatedEmployeeLowRangeCount and higher.

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ConsolidatedEmployeeQuantityNavigatorDetail . ConsolidatedEmployeeQuantityRange . ConsolidatedEmployeeHighRangeQuantity integer, Optional

If only ConsolidatedEmployeeHighRangeCount is specified, the range will be ConsolidatedEmployeeHighRangeCount and lower.

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ConsolidatedEmployeeQuantityNavigatorDetail . ConsolidatedEmployeeQuantityRange . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ConsolidatedEmployeeQuantityNavigatorDetail . ConsolidatedEmployeeQuantityRange /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ConsolidatedEmployeeQuantityNavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndividualEmployeeQuantityNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndividualEmployeeQuantityNavigatorDetail . IndividualEmployeeQuantityRange Aggregate, Optional (Array)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndividualEmployeeQuantityNavigatorDetail . IndividualEmployeeQuantityRange . IndividualEmployeeLowRangeQuantity integer, Optional

If only IndividualEmployeeLowRangeCount is specified, the range will be IndividualEmployeeLowRangeCount and higher.

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndividualEmployeeQuantityNavigatorDetail . IndividualEmployeeQuantityRange . IndividualEmployeeHighRangeQuantity integer, Optional

If only IndividualEmployeeHighRangeCount is specified, the range will be IndividualEmployeeHighRangeCount and lower.

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndividualEmployeeQuantityNavigatorDetail . IndividualEmployeeQuantityRange . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndividualEmployeeQuantityNavigatorDetail . IndividualEmployeeQuantityRange /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndividualEmployeeQuantityNavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . LocationNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . LocationNavigatorDetail . LocationNavigator Aggregate, Required (Array)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . LocationNavigatorDetail . LocationNavigator . LocationType LocationNavigatorTypeEnum, Required
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . LocationNavigatorDetail . LocationNavigator . LocationCode string, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . LocationNavigatorDetail . LocationNavigator . LocationName string, Required
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . LocationNavigatorDetail . LocationNavigator . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . LocationNavigatorDetail . LocationNavigator /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . LocationNavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode Aggregate, Optional (Array)

Only results matching the specified industry code(s) will be returned.

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode IndustryCodeType, Required
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode @TypeText string, up to 256 chars, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode @DNBCodeValue integer, up to 7 digits, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode @DNBCodeTableNumber integer, up to 7 digits, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode . IndustryCode string, up to 16 chars, Optional

An alphanumeric value identifying a business activity based on the scheme specified by the typeText. For instance, 1611 represents the highway and street construction industry in the U.S. SIC (Standard Industrial Classification) system. Clarification Note: These are generally external codes created by an external authoritative body, like the U.S. Office of Management and Budget (OMB), but D&B may have created extensions to more precisely define an activity, as in the case of the SIC 2+2 (the last 4 digits of an 8-digit SIC).

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode . IndustryCodeDescription string, up to 256 chars, Optional (Array)

Text that describes the business activity based on the scheme specified by the attribute typeText. E.g., 'highway and street construction' is the description of industry code 1611 in the U.S. SIC (Standard Industrial Classification) system.

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode . IndustryCodeDescription @IndustryCodeDescriptionLengthCode
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode . IndustryExplanationText string, up to 3000 chars, Optional

Free form text describing the business activity.

NOTE: Deprecated

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode . DisplaySequence integer, Optional

A number which may be used to define the order in which this industry code should be presented relative to other industry codes of the same type where the lower the number the earlier the data is presented.

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . IndustryCode /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail . IndustryCode /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . IndustryNavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail . FamilyTreeMemberRole Aggregate, Optional (Array)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail . FamilyTreeMemberRole . FamilyTreeMemberRole Aggregate, Required
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail . FamilyTreeMemberRole . FamilyTreeMemberRole . FamilyTreeMemberRoleText string, up to 256 chars, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail . FamilyTreeMemberRole . FamilyTreeMemberRole . FamilyTreeMemberRoleText @DNBCodeValue integer, up to 7 digits, Attribute (1x)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail . FamilyTreeMemberRole . FamilyTreeMemberRole . FamilyTreeMemberRoleText @DNBCodeTableNumber integer, up to 7 digits, Attribute (1x)
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail . FamilyTreeMemberRole . FamilyTreeMemberRole /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail . FamilyTreeMemberRole . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail . FamilyTreeMemberRole /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . FamilyTreeMemberRoleNavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . StandaloneOrganizationNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . StandaloneOrganizationNavigatorDetail . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

NOTE: Deprecated

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . StandaloneOrganizationNavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ControlOwnershipTypeNavigatorSpecification Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ControlOwnershipTypeNavigatorSpecification . ControlOwnershipType Aggregate, Optional (Array)
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ControlOwnershipTypeNavigatorSpecification . ControlOwnershipType . ControlOwnershipTypeText string, up to 256 chars, Optional

NOTE: Deprecated

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ControlOwnershipTypeNavigatorSpecification . ControlOwnershipType . ControlOwnershipTypeText @DNBCodeValue integer, up to 7 digits, Attribute (1x)

NOTE: Deprecated

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ControlOwnershipTypeNavigatorSpecification . ControlOwnershipType . ControlOwnershipTypeText @DNBCodeTableNumber integer, up to 7 digits, Attribute (1x)

NOTE: Deprecated

FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ControlOwnershipTypeNavigatorSpecification . ControlOwnershipType . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

NOTE: Deprecated

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ControlOwnershipTypeNavigatorSpecification . ControlOwnershipType /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . ControlOwnershipTypeNavigatorSpecification /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . UpwardFamilyMemberPubliclyTradedCompanyNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . UpwardFamilyMemberPubliclyTradedCompanyNavigatorDetail . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

NOTE: Deprecated

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . UpwardFamilyMemberPubliclyTradedCompanyNavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . PubliclyTradedCompanyNavigatorDetail Aggregate, Optional
FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . PubliclyTradedCompanyNavigatorDetail . CandidateMatchedQuantity integer, Required

The number of subjects identified as possible prospects in the D&B repository.

NOTE: Deprecated

End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail . PubliclyTradedCompanyNavigatorDetail /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail . NavigatorDetail /Aggregate
FindCompanyResponse . FindCompanyResponseDetail . InquiryReferenceDetail Aggregate, Optional

Records data that allows the customer to specify information to be linked to this request in order to support subsequent searches.

FindCompanyResponse . FindCompanyResponseDetail . InquiryReferenceDetail . CustomerReferenceText string, at least 1 char, up to 240 chars, Optional (Up to 5x)
FindCompanyResponse . FindCompanyResponseDetail . InquiryReferenceDetail . CustomerBillingEndorsementText string, at least 1 char, up to 240 chars, Optional

NOTE: Deprecated

End: FindCompanyResponse . FindCompanyResponseDetail . InquiryReferenceDetail /Aggregate
End: FindCompanyResponse . FindCompanyResponseDetail /Aggregate
End: FindCompanyResponse /Aggregate

NOTE: There may be additional request and/or response elements specified in the WSDL that are not applicable for D&B Direct customers. Data elements that are not listed on this page are currently unused by this operation.

Lists of possible values (when present) are subject to change. Additional values not presented in this documentation may be delivered in the response and should be anticipated in any implementation.

Empty/NULL Values

A NULL returned for an element indicates that the information was not provided to D&B when the related data items were collected. The absence of a value for a particular item should not be considered indicative of any implied value (e.g., NULL for a boolean indicator is NOT the same as a value of 'false').

Abbreviated Territory Names

When present, the Territory Abbreviated Name field will contain local abbreviations, which may be based on standard designations. For companies domiciled in the United States or Canada, this field will contain the second component of ISO 3166-2 codes. For example, the ISO 3166-2:US code for New Jersey is "US-NJ" and the value "NJ" will be delivered in this field. Similarly, the ISO 3166-2:CA code for Ontario is "CA-ON" and the value "ON" will be delivered in this field.

Response Codes & Error Handling

Successful service requests will return a CM000 response code in the TransactionResult ResultID field. Otherwise, one of the D&B Direct standard response codes will be returned.

This operation may return the following response codes: CM002, CM003, CM004, CM005, CM007, CM012, CM018, CM022, and SC001-SC009.

D&B Direct 2.0 API requests are provided on a metered basis; and may require entitlement prior to use in the production environment. In addition, a concurrency limit (QPS) is monitored to ensure that it is not exceeded. An error code will be returned in the event that a transaction is throttled.

Qualified usage (e.g., a successful response) is tracked and billed according to the terms & conditions of the customer's contract. The response codes CM000, CM010, PD002 and PD015 are considered successful. A built-in feature exists to prevent duplicate billing when multiple successful requests with the same criteria are submitted on the same calendar day (which is based on Eastern Standard Time [GMT-5]).

Search operations that involve pagination will only be recorded once -- upon the initial search request. Therefore, customer online usage (OLUS) reports will display a single entry for each unique combination of search criteria requested.

Business Elements

While D&B Direct uses a product canonical naming model in the request/response, many customers may be more familiar with the following business element labels.

Filter:

Basic Advanced AvailabilityBusiness Element Name Description
Count of Publicly Traded Companies

PCM XPath: //NavigatorDetail/ PubliclyTradedCompanyNavigatorDetail/ CandidateMatchedQuantity

Count of Upward Family Member Publicly Traded Companies

PCM XPath: //NavigatorDetail/ UpwardFamilyMemberPubliclyTradedCompanyNavigatorDetail/ CandidateMatchedQuantity

Country Code The two-letter country code, defined by the International Organization for Standardization (ISO) ISO 3166-1 scheme, where the company is located.

PCM XPath: //FindCandidate/ PrimaryAddress/ CountryOfficialName

D-U-N-S Number

PCM XPath: //FindCandidate/ DUNSNumber

Employee Quantity (All Locations)

PCM XPath: //FindCandidate/ ConsolidatedEmployeeDetails/ TotalEmployeeQuantity

Family Tree Member Role (HQ/Branch/Subsidiary)

PCM XPath: //FindCandidate/ FamilyTreeMemberRole/ FamilyTreeMemberRoleText

Fax Number Main facsimile number of the business.

PCM XPath: //FindCandidate/ FacsimileNumber/ TelecommunicationNumber

Industry Code This code represents the locally used activity code. These are generally regionally based industry identification systems. Examples include 1972 U.S. SIC, SBA, APE, and NACE.

PCM XPath: //FindCandidate/ IndustryCode/ IndustryCode

Latitude The angular distance of the organization's primary physical address north or south from the Earth's equator measured through 90 degrees expressed in decimal numbers.

PCM XPath: //FindCandidate/ PrimaryAddress/ LatitudeMeasurement

Longitude The angular distance of the organization's primary physical address east or west from an imaginary line (called the prime meridian) that goes from the North Pole to the South Pole measured through 90 degrees expressed in decimal numbers.

PCM XPath: //FindCandidate/ PrimaryAddress/ LongitudeMeasurement

Mailing Country Code The three digit code associated with the country name of the mailing address.

PCM XPath: //FindCandidate/ MailingAddress/ CountryOfficialName

Mailing Postal Code The postal code where the business has its mail delivered.

PCM XPath: //FindCandidate/ MailingAddress/ PostalCode

Mailing Street Address

PCM XPath: //FindCandidate/ MailingAddress/ StreetAddressLine/ LineText

Mailing Territory Abbreviated Name

PCM XPath: //FindCandidate/ MailingAddress/ TerritoryAbbreviatedName

Mailing Territory Name

PCM XPath: //FindCandidate/ MailingAddress/ TerritoryOfficialName

Mailing Town Name The mailing city associated with the mailing address.

PCM XPath: //FindCandidate/ MailingAddress/ PrimaryTownName

Manufacturing Indicator Indicates whether or not manufacturing is done at this location.

PCM XPath: //FindCandidate/ ManufacturingIndicator

Marketability Indicator Indicates whether or not the subject record satisfies D&B's global marketability rules

PCM XPath: //FindCandidate/ MarketabilityIndicator

Postal Code Zip code from inquiry request

PCM XPath: //FindCandidate/ PrimaryAddress/ PostalCode

Primary Business Name

PCM XPath: //FindCandidate/ OrganizationPrimaryName/ OrganizationName

Publicly Traded Company Indicator

PCM XPath: //FindCandidate/ PubliclyTradedCompanyIndicator

Sales Revenue Amount (US Dollars)

PCM XPath: //FindCandidate/ SalesRevenueAmount

Standalone Organization Indicator

PCM XPath: //FindCandidate/ StandaloneOrganizationIndicator

Stock Exchange Name A code used to identify the Stock Exchange at which the subjects Ticker Name is registered.

PCM XPath: //FindCandidate/ StockExchangeDetails/ StockExchangeName

Stock Ticker Name

PCM XPath: //FindCandidate/ StockExchangeDetails/ StockExchangeTickerName

Street Address

PCM XPath: //FindCandidate/ PrimaryAddress/ StreetAddressLine/ LineText

Subject Handling Text

PCM XPath: //FindCandidate/ SubjectHandling/ SubjectHandlingText

Telephone Number The subjects Telephone Number within the telephone exchange. e.g., 422000 for D&B, High Wycombe, UKThis will also include the exchange code in those countries where this is applicable.If the telephone number cannot be parsed into its component parts then

PCM XPath: //FindCandidate/ TelephoneNumber/ TelecommunicationNumber

Telephone Number International Dialing Code International dialing code for country

PCM XPath: //FindCandidate/ TelephoneNumber/ InternationalDialingCode

Territory Abbreviated Name

PCM XPath: //FindCandidate/ PrimaryAddress/ TerritoryAbbreviatedName

Territory Name

PCM XPath: //FindCandidate/ PrimaryAddress/ TerritoryOfficialName

Town Name The name of the city or town in which the business is physically located.

PCM XPath: //FindCandidate/ PrimaryAddress/ PrimaryTownName

Trade Style Name Text recording the trade style name of the company. Trade styles are additional business names used by a company, also referred to as a DBA (doing business as) or AKA (also known as) name.

PCM XPath: //FindCandidate/ TradeStyleName/ OrganizationName

Upward Family Member Publicly Traded Company Indicator

PCM XPath: //FindCandidate/ UpwardFamilyMemberPubliclyTradedCompanyIndicator

The preceding list is not presented in the order, nor manner, in which the information is packaged and delivered via the D&B Direct API. Legend: [C] = may be included in a Custom Data product; [M] = may be referenced by the Monitoring process; [M+] = Monitored using an aggregate or attribute XPath.

Feature Notes

For the BASIC search option, the relevancy sort utilizes weighted values based on the match rate in the name and revenue fields, along with additional considerations.

For the ADVANCED search option, the relevancy option utilizes a proprietary algorithm for returning the best-matched results, taking into consideration input parameters sent in the request, along with additional weighted factors.