Cookies Settings

Loading

dnb-logo
Direct 2.0
Collapse

Public Record Search by Name

Also known as Search by Filing Name

Update History

  • January 27, 2017 (vALL SOAP & REST): Added Subsequent Search option in the feature request.

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 (First Search)
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
Authorization: <My Token>
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.

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

Business on which Public Filings are searched.

Y Y TerritoryName Element, string, up to 240 chars,

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

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

US Only Supported.

N Y HashedName Element, string, up to 17 chars,
N Y OrganizationExtendedSearchName Element, string, up to 240 chars,
N Y TerritoryExtendedSearchName Element, string, up to 64 chars,
Y Y 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.

Y Y FilingDetail-n-FilingFromDate Element, date,

Date of the Public Filing.

Y Y FilingDetail-n-FilingToDate Element, date,

Date of the Public Filing.

N N FilingDetail-n-FilingStatusCode Element, integer, up to 7 digits,
N N 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.

Y Y 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]

Y Y CandidatePerPageMaximumQuantity Element, integer, up to 3 digits,

Maximum Number of Candidates expected in the Search Response.

N N ExcludeClosedFilingsIndicator Element, boolean,
N Y SearchDirectionCode Element, integer, up to 7 digits,
Y Y InquiryReferenceDetail Aggregate,
Y Y 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.

Y Y 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 (First Search)
{"SearchByFilingNameResponse": {
   "TransactionDetail":    {
      "ServiceTransactionID": "Id-60b4448851de89bd16ab742e-1",
      "TransactionTimestamp": "2013-07-11T06:32:29"
   },
   "TransactionResult":    {
      "SeverityText": "Information",
      "ResultID": "CM000",
      "ResultText": "Success"
   },
   "SearchByFilingNameResponseDetail":    {
      "CandidateMatchedQuantity": 12,
      "HashedName": "GORMN  MANUF",
      "SearchDirectionStatusText":       {
         "@DNBCodeValue": 0,
         "@DNBCodeTableNumber": 0,
         "$": "0"
      },
      "BestMatchCandidateDisplaySequence": 7,
      "PublicFilingCandidate":       [
                  {
            "OrganizationMatchedName": "GORMAN MANAGEMWENT LLC",
            "FilingLocation":             {
               "TerritoryName": "MD",
               "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": 1
         },
                  {
            "OrganizationMatchedName": "GORMAN MANAGEMENT SERVICES INC",
            "FilingLocation":             {
               "TerritoryName": "TX",
               "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": 2
         },
                  {
            "OrganizationMatchedName": "GORMAN MANAGEMENT SOLUTIONS INC",
            "FilingLocation":             {
               "TerritoryName": "LA",
               "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": 3
         },
                  {
            "OrganizationMatchedName": "GORMAN MANAGEMENT TA",
            "FilingLocation":             {
               "TerritoryName": "MD",
               "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": 4
         },
                  {
            "OrganizationMatchedName": "GORMAN MANAGEMENT TRUST",
            "FilingLocation":             {
               "TerritoryName": "MA",
               "CountryISOAlpha2Code": "US"
            },
            "PublicFilingSummary":             [
                              {
                  "FilingTypeText":                   {
                     "@DNBCodeValue": 419,
                     "$": "UCC"
                  },
                  "TotalFilingsCount": 13,
                  "TotalOpenFilingsCount": 13,
                  "RolePlayerSummarizedPublicFiling":                   [
                                          {
                        "RolePlayerTypeText":                         {
                           "@DNBCodeValue": 3730,
                           "$": "Debtor"
                        },
                        "TotalOpenFilingsCount": 13
                     },
                                          {
                        "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": 5
         },
                  {
            "OrganizationMatchedName": "GORMAN MANDY L",
            "FilingLocation":             {
               "TerritoryName": "MI",
               "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": 6
         },
                  {
            "OrganizationMatchedName": "GORMAN MANUFACTURING",
            "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": 2,
                  "TotalOpenFilingsCount": 2,
                  "RolePlayerSummarizedPublicFiling":                   [
                                          {
                        "RolePlayerTypeText":                         {
                           "@DNBCodeValue": 0,
                           "@DNBCodeTableNumber": 0,
                           "$": "Holder"
                        },
                        "TotalOpenFilingsCount": 0
                     },
                                          {
                        "RolePlayerTypeText":                         {
                           "@DNBCodeValue": 3730,
                           "$": "Debtor"
                        },
                        "TotalOpenFilingsCount": 2
                     }
                  ]
               },
                              {
                  "FilingTypeText":                   {
                     "@DNBCodeValue": 1625,
                     "$": "Judgement"
                  },
                  "TotalFilingsCount": 2,
                  "TotalOpenFilingsCount": 2,
                  "RolePlayerSummarizedPublicFiling":                   [
                                          {
                        "RolePlayerTypeText":                         {
                           "@DNBCodeValue": 3730,
                           "$": "Debtor"
                        },
                        "TotalOpenFilingsCount": 2
                     },
                                          {
                        "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",
            "FilingLocation":             {
               "TerritoryName": "MD",
               "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": 8
         },
                  {
            "OrganizationMatchedName": "GORMAN MANUFACTURING CO INC",
            "FilingLocation":             {
               "TerritoryName": "LA",
               "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": 3,
                  "TotalOpenFilingsCount": 3,
                  "RolePlayerSummarizedPublicFiling":                   [
                                          {
                        "RolePlayerTypeText":                         {
                           "@DNBCodeValue": 0,
                           "@DNBCodeTableNumber": 0,
                           "$": "Holder"
                        },
                        "TotalOpenFilingsCount": 0
                     },
                                          {
                        "RolePlayerTypeText":                         {
                           "@DNBCodeValue": 3730,
                           "$": "Debtor"
                        },
                        "TotalOpenFilingsCount": 3
                     }
                  ]
               },
                              {
                  "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": 9
         },
                  {
            "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": 10
         },
                  {
            "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": 9,
                  "TotalOpenFilingsCount": 9,
                  "RolePlayerSummarizedPublicFiling":                   [
                                          {
                        "RolePlayerTypeText":                         {
                           "@DNBCodeValue": 0,
                           "@DNBCodeTableNumber": 0,
                           "$": "Holder"
                        },
                        "TotalOpenFilingsCount": 0
                     },
                                          {
                        "RolePlayerTypeText":                         {
                           "@DNBCodeValue": 3730,
                           "$": "Debtor"
                        },
                        "TotalOpenFilingsCount": 9
                     }
                  ]
               },
                              {
                  "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": 2
               }
            ],
            "DisplaySequence": 11
         },
                  {
            "OrganizationMatchedName": "GORMAN MANUFACTURING COMPANY INC",
            "FilingLocation":             {
               "TerritoryName": "IL",
               "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": 12
         }
      ]
   }
}}
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
        }
      ]
    }
  }
}

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

Total Number of Candidates that meets the Search Criteria.

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

Identifier to be used during the Extend Forward/Backward Search

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

Search Direction Status

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

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

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

Organization Matched Name

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

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

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

US Only

Y Y 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.

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

Total Number of Filings for a Filing Type.

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

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

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

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

Y Y 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]

Y Y 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.

Y Y 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.

Y Y 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.

Y Y 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]

Y Y 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