Public Record Search by Name
Also known as Search by Filing Name
| Product Code(s) | Not Applicable | 
| Option(s) | None | 
| Monitoring Available | No | 
| Interface | REST | 
| Method | GET | 
| Format(s) | JSON | 
| Service | Company | 
| {version} | 6.0 | 
| 6.0 Released On | March 10, 2017 | 
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 role player types may also be supplied as search criteria.
Global Availability
This data layer is only available for businesses domiciled in the United States.
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
GET https://direct.dnb.com/V6.0/organizations/publicrecords?FilingDetail-1-FilingTypeCode=419&CountryISOAlpha2Code=US&FilingDetail-1-FilingRolePlayerTypeCode-1=14801&searchbyfilingname=true&FilingDetail-1-CollateralTypeCode-1=100&OrganizationSearchName=Gorman%20Manufacturing
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.
| First | Subsequent | Name | Characteristics | 
|---|---|---|---|
| Y | Y | ApplicationTransactionID | Element, string, up to 64 chars, Optional | 
| Y | Y | TransactionTimestamp | Element, dateTime, Optional | 
| Y | Y | SubmittingOfficeID | Element, string, up to 64 chars, Optional | 
| Y | Y | OrganizationSearchName | Element, string, up to 35 chars, Required | 
| Y | Y | TerritoryName | Element, string, up to 2 chars, Optional (Array) | 
| Y | Y | CountryISOAlpha2Code | Element, string, at least 2 chars to 2 chars, Required | 
| N | Y | HashedName | Element, string, up to 17 chars, Optional | 
| N | Y | OrganizationExtendedSearchName | Element, string, up to 35 chars, Optional | 
| N | Y | TerritoryExtendedSearchName | Element, string, up to 2 chars, Optional | 
| Y | Y | FilingDetail-n-FilingTypeCode | Element,  integer, up to 7 digits, Required Business on which Public Filings are searched. | 
| Y | Y | FilingDetail-n-FilingFromDate | Element, date, Optional | 
| Y | Y | FilingDetail-n-FilingToDate | Element,  date, Optional State Location where the Public Filing is made by the Business. | 
| N | N | FilingDetail-n-FilingStatusCode | Element,  integer up to 7 digits, Optional US Only Supported | 
| N | N | FilingDetail-n-CollateralTypeCode-n | Element, integer up to 7 digits, Optional (Up to 10x) | 
| Y | Y | FilingDetail-n-FilingRolePlayerTypeCode-n | Element, integer up to 7 digits, Optional (Up to 10x) | 
| Y | Y | CandidatePerPageMaximumQuantity | Element, integer, up to 3 digits, Optional | 
| N | N | ExcludeClosedFilingsIndicator | Element, boolean, Optional | 
| N | Y | SearchDirectionCode | Element, enum, up to 7 digits, Optional | 
| Y | Y | InquiryReferenceDetail | Aggregate, Optional Indicates the Public Filing Type. Valid Values are: UCC, Suit, Lien, Judgement, Bankruptcy and Business Registration. | 
| Y | Y | CustomerReferenceText-n | Element,  string, at least 1 chars to 240 chars, Optional (Up to 5x) Date of the Public Filing. | 
| Y | Y | CustomerBillingEndorsementText | Element,  string, at least 1 chars to 240 chars, Optional 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.
{"SearchByFilingNameResponse": {
   "TransactionDetail":    {
      "ServiceTransactionID": "Id-05d9755830fd01002f9d0400ba2c7682-1",
      "TransactionTimestamp": "2017-01-11T02:04:37"
   },
   "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
         }
      ]
   }
}}
| First | Subsequent | Name | 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.

