Cookies Settings
dnb-logo
Direct 2.0
Show All
FIRST
SUBSEQUENT
Collapse

Public Record Search by Name

Also known as Search by Filing Name

Feature Request

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

Overview

When utilizing this D&B Direct feature, a name (or partial name) of an organization, encoded filing type(s) and country code of "US" will be required. Case-sensitive filing location state abbreviation(s), filing date range and/or filing role(s) may be provided as additional search result filters. There is also an option to exclude closed filings.

This feature provides access to the following filing types: Suit, Lien, Judgment, UCC, Business Registration, and Bankruptcy. For a given filing type, one or more of the following roles may also be supplied as search criteria:

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.

  • This product is entitled as "Search - Suits, Liens, Judgments & Bankruptcies" 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 NOT included in the D&B Direct Onboard suite.

Specification

Sample Request (Subsequent)
GET https://direct.dnb.com/V4.0/organizations/publicrecords?FilingDetail-1-FilingTypeCode=419&CountryISOAlpha2Code=US&FilingDetail-1-FilingRolePlayerTypeCode-1=14801&searchbyfilingname=true&FilingDetail-1-CollateralTypeCode-1=100&OrganizationSearchName=Gorman%20Manufacturing&HashedName=GORMN MANUF&OrganizationExtendedSearchName=Gorman%20Manufacturing&TerritoryExtendedSearchName=CA&SearchDirectionCode=0
Authorization: <My Token>

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:

FirstSubsequentAvailabilityName Characteristics
ApplicationTransactionID Element, string, up to 64 chars,
TransactionTimestamp Element, dateTime ,
SubmittingOfficeID Element, string, up to 64 chars,
OrganizationSearchName Element, string, up to 240 chars, Mandatory

Business on which Public Filings are searched.

TerritoryName Element, string, up to 240 chars,

State Location where the Public Filing is made by the Business.

CountryISOAlpha2Code Element, string, at least 2 chars, up to 2 chars,

US Only Supported.

HashedName Element, string, up to 17 chars,
OrganizationExtendedSearchName Element, string, up to 240 chars,
TerritoryExtendedSearchName Element, string, up to 64 chars,
FilingDetail-n-FilingTypeCode Element, integer, up to 7 digits, Required

Indicates the Public Filing Type. Valid Values are: UCC, Suit, Lien, Judgement, Bankruptcy and Business Registration.

FilingDetail-n-FilingFromDate Element, date,

Date of the Public Filing.

FilingDetail-n-FilingToDate Element, date,

Date of the Public Filing.

FilingDetail-n-FilingStatusCode Element, integer, up to 7 digits,
FilingDetail-n-CollateralTypeCode-n Element, integer, up to 7 digits,

Borrower's pledge of specific Property to the Lender, to secure Repayment of a Loan. I.e. Property subject to a Security Interest. Used Only for the UCC Filing Type.

FilingDetail-n-FilingRolePlayerTypeCode-n Element, integer, up to 7 digits,

Role played by a Business within a Filing Type. For: UCC [Debtor, Secured Party, Assignee, ALL]; Suit [Defendant, Plaintiff, ALL]; Lien [Debtor, Holder, ALL]; Judgment [Debtor, Creditor, ALL]; Bankruptcy [Subject, Creditor, ALL]

CandidatePerPageMaximumQuantity Element, integer, up to 3 digits,

Maximum Number of Candidates expected in the Search Response.

ExcludeClosedFilingsIndicator Element, boolean,
SearchDirectionCode Element, integer, up to 7 digits,
InquiryReferenceDetail Aggregate,
CustomerReferenceText-n Element, string at least 1 chars. up to 240 chars., Optional (Up to 5x)

A freeform reference string provided by the customer to be linked to the product in order to support subsequent order reconciliation.

CustomerBillingEndorsementText Element, string, at least 1 chars, up to 240 chars,

Date of the Public Filing.

Endpoint

Use the following endpoint for requesting this feature. The {version} is dependent on the underlying service delivering the response.

Endpoint (Company)
GET https://direct.dnb.com/V{version}/organizations/publicrecords?searchbyfilingname

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

NOTE: The D&B Direct REST implementation uses the BadgerFish approach for JSON with some minor variations.

Specification

The following is a list of the possible data fields returned by this operation in the JSON 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 (Subsequent)
{
  "SearchByFilingNameResponse": {
    "@ServiceVersionNumber": "4.0",
    "TransactionDetail": {
      "ServiceTransactionID": "Id-9a06755885f4180086c03300c3436bbf-1",
      "TransactionTimestamp": "2017-01-10T11:06:50"
    },
    "TransactionResult": {
      "SeverityText": "Information",
      "ResultID": "CM000",
      "ResultText": "Success"
    },
    "SearchByFilingNameResponseDetail": {
      "CandidateMatchedQuantity": 12,
      "HashedName": "GORMN MANUF",
      "SearchDirectionStatusText": {
        "@DNBCodeValue": 0,
        "@DNBCodeTableNumber": 0,
        "$": "0"
      },
      "SearchDirectionText": {
        "@DNBCodeValue": 0,
        "@DNBCodeTableNumber": 0,
        "$": "Forward"
      },
      "PublicFilingCandidate": [
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING COMPANY",
          "FilingLocation": {
            "TerritoryName": "OK",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 1
            }
          ],
          "DisplaySequence": 1
        },
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING COMPANY",
          "FilingLocation": {
            "TerritoryName": "PA",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 2,
              "TotalOpenFilingsCount": 2,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 2
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 2
        },
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING COMPANY INC",
          "FilingLocation": {
            "TerritoryName": "CA",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 1,
              "TotalOpenFilingsCount": 1,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 1
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 2
            }
          ],
          "DisplaySequence": 3
        },
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING COMPANY INC",
          "FilingLocation": {
            "TerritoryName": "TN",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 1,
              "TotalOpenFilingsCount": 1,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 1
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 4
        },
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING COMPANY INC TE",
          "FilingLocation": {
            "TerritoryName": "CA",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 1,
              "TotalOpenFilingsCount": 1,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 1
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 1,
              "TotalOpenFilingsCount": 1,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 1
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 5
        },
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING COMPANY INC TE",
          "FilingLocation": {
            "TerritoryName": "PA",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 4,
              "TotalOpenFilingsCount": 4,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 4
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 6
        },
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING INC",
          "FilingLocation": {
            "TerritoryName": "TN",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 1,
              "TotalOpenFilingsCount": 1,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 1
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 7
        },
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING INC TEST CASE",
          "FilingLocation": {
            "TerritoryName": "TN",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 1,
              "TotalOpenFilingsCount": 1,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 1
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 8
        },
        {
          "OrganizationMatchedName": "GORMAN MANUFACTURING TESTCASEII",
          "FilingLocation": {
            "TerritoryName": "CA",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 1
            }
          ],
          "DisplaySequence": 9
        },
        {
          "OrganizationMatchedName": "GORMAN MARCI A",
          "FilingLocation": {
            "TerritoryName": "FL",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 1,
              "TotalOpenFilingsCount": 1,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 1
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 10
        },
        {
          "OrganizationMatchedName": "GORMAN MARCIA K",
          "FilingLocation": {
            "TerritoryName": "MO",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 3,
              "TotalOpenFilingsCount": 3,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 3
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 11
        },
        {
          "OrganizationMatchedName": "GORMAN MARCIA LYNN",
          "FilingLocation": {
            "TerritoryName": "PA",
            "CountryISOAlpha2Code": "US"
          },
          "PublicFilingSummary": [
            {
              "FilingTypeText": {
                "@DNBCodeValue": 419,
                "$": "UCC"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 14801,
                    "$": "Secured Party"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 8037,
                "$": "Suit"
              },
              "TotalFilingsCount": 1,
              "TotalOpenFilingsCount": 1,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3735,
                    "$": "Defendant"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3734,
                    "$": "Plaintiff"
                  },
                  "TotalOpenFilingsCount": 1
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14744,
                "$": "Lien"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 0,
                    "@DNBCodeTableNumber": 0,
                    "$": "Holder"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1625,
                "$": "Judgement"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3730,
                    "$": "Debtor"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 1626,
                "$": "Bankruptcy"
              },
              "TotalFilingsCount": 0,
              "TotalOpenFilingsCount": 0,
              "RolePlayerSummarizedPublicFiling": [
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 8046,
                    "$": "Subject"
                  },
                  "TotalOpenFilingsCount": 0
                },
                {
                  "RolePlayerTypeText": {
                    "@DNBCodeValue": 3731,
                    "$": "Creditor"
                  },
                  "TotalOpenFilingsCount": 0
                }
              ]
            },
            {
              "FilingTypeText": {
                "@DNBCodeValue": 14824,
                "$": "BusinessRegistration"
              },
              "TotalFilingsCount": 0
            }
          ],
          "DisplaySequence": 12
        }
      ]
    }
  }
}

Filter:

FirstSubsequentAvailabilityName Characteristics
SearchByFilingNameResponse { TransactionDetail { ApplicationTransactionID Element, string, up to 64 chars
SearchByFilingNameResponse { TransactionDetail { ServiceTransactionID Element, string, up to 64 chars
SearchByFilingNameResponse { TransactionDetail { TransactionTimestamp Element, dateTime
SearchByFilingNameResponse { TransactionResult { SeverityText Element, string
SearchByFilingNameResponse { TransactionResult { ResultID Element, string, up to 32 chars
SearchByFilingNameResponse { TransactionResult { ResultText Element, string, up to 512 chars
SearchByFilingNameResponse { TransactionResult { ResultMessage { ResultDescription Element, string, up to 512 chars
SearchByFilingNameResponse { SearchByFilingNameResponseDetail { CandidateMatchedQuantity Element, integer

Total Number of Candidates that meets the Search Criteria.

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { HashedName Element, string, up to 17 chars

Identifier to be used during the Extend Forward/Backward Search

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { SearchDirectionStatusText Element, integer, up to 256 chars

Search Direction Status

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { SearchDirectionText Element, integer, up to 256 chars
SearchByFilingNameResponse { SearchByFilingNameResponseDetail { BestMatchCandidateDisplaySequence Element, integer, up to 3 digits

Indicates if the Business is a Best Match for the given PR Criteria.

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { OrganizationMatchedName Element, string, up to 240 chars

Organization Matched Name

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { FilingLocation { TerritoryName Element, string, up to 64 chars

State Location where the Public Filing is made by the Business.

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { FilingLocation { CountryISOAlpha2Code Element, string, at least 2 chars, up to 2 chars

US Only

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { PublicFilingSummary { FilingTypeText Element, integer, up to 256 chars

Indicates the Public Filing Type. Valid Values - UCC, Suit, Lien, Judgement, Bankruptcy and Business Registration.

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { PublicFilingSummary { TotalFilingsCount Element, integer, up to 7 digits

Total Number of Filings for a Filing Type.

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { PublicFilingSummary { TotalClosedFilingsCount Element, integer, up to 7 digits

Total Number of Filings for a Filing Type. (Closed)

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { PublicFilingSummary { TotalOpenFilingsCount Element, integer, up to 7 digits

Total Number of Filings for a Filing Type. (Open)

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { PublicFilingSummary { RolePlayerSummarizedPublicFiling { RolePlayerTypeText Element, integer, up to 256 chars

Role played by a Business within a Filing Type. For: UCC [Debtor (Open Count/ Closed Count); Secured Party [Assignee]; Suit [Defendant, Plaintiff]; Lien [Debtor, Holder]; Judgment [Debtor, Creditor]; Bankruptcy [Subject, Creditor]

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { PublicFilingSummary { RolePlayerSummarizedPublicFiling { TotalOpenFilingsCount Element, integer, up to 7 digits

Total Number of Filings within a Public Filing Type where the Business played "this" Role.

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { PublicFilingSummary { RolePlayerSummarizedPublicFiling { TotalClosedFilingsCount Element, integer, up to 7 digits

Total Number of Filings within a Public Filing Type where the Business played "this" Role.

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { PublicFilingCandidate { DisplaySequence Element, integer, up to 3 digits

Borrower's pledge of specific Property to the Lender, to secure Repayment of a Loan. I.e. Property subject to a Security Interest. Used Only for the UCC Filing Type.

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { InquiryReferenceDetail { CustomerReferenceText Element, string, at least 1 chars, up to 240 chars

Role played by a Business within a Filing Type. For: UCC [Debtor, Secured Party, Assignee, ALL]; Suit [Defendant, Plaintiff, ALL]; Lien [Debtor, Holder, ALL]; Judgment [Debtor, Creditor, ALL]; Bankruptcy [Subject, Creditor, ALL]

SearchByFilingNameResponse { SearchByFilingNameResponseDetail { InquiryReferenceDetail { CustomerBillingEndorsementText Element, string, at least 1 chars, up to 240 chars

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, CM004, CM005, CM007, CP001, CP002, and SC001-SC009.

Feature Notes

For each matching organization, this feature returns the organization name, open and closed counts by role for each filing type, along with summarized counts of total open and closed filings. This feature does NOT return the D-U-N-S Numbers of the organizations.

What to do Next