Creates a new Supplier Gateway record by providing the necessary information and returns the created record.
object (SupplierGatewayCreateBody) Complete body of the Supplier Gateway Record. |
successful operation
{- "supplierGateway": {
- "CompanyName": "Acme Corporation",
- "EIN": "12-3456789",
- "SupplierNumber": "SUP12345",
- "Address": "123 Main St",
- "Address2": "Suite 100",
- "City": "Springfield",
- "State": "IL",
- "Country": "USA",
- "Zip": "62701",
- "ZipPlus": "62701-1234",
- "Phone": "(123) 456-7890",
- "Category": "Manufacturing",
- "Ethnicity": "Not disclosed",
- "ContactFirstName": "John",
- "ContactLastName": "Doe",
- "ContactEmail": "johndoe@example.com",
- "RequiredtoReport": "Yes",
- "YearEstablished": "2000",
- "NumberOfEmployee": "100",
- "Capabilities": "Manufacturing, Distribution",
- "Duns": "15-048-3782",
- "Naics": "541511",
- "ProductListing": "Product A, Product B",
- "ServiceListing": "Service X, Service Y",
- "Certificates": [
- {
- "CertID": "CERT12345",
- "CertNo": "12345",
- "CertifiedDate": "2024-11-21T10:53:10Z",
- "ExpirationDate": "2024-11-21T10:53:10Z",
}
]
}
}
{- "Code": "200",
- "Message": "Supplier gateway successfully created",
- "Supplier": {
- "SupplierNumber": "SUP12345",
- "TaxID": "12-3456789",
- "CompanyName": "Acme Corporation",
- "ContactName": "John Doe",
- "Address": "123 Main St, Springfield, IL",
- "City": "Springfield",
- "State": "IL",
- "Country": "USA",
- "Zip": "62701",
- "ZipPlus": "62701-1234",
- "Phone": "(123) 456-7890",
- "Fax": "(123) 456-7891",
- "Email": "contact@acme.com",
- "Duns": "15-048-3782",
- "yearEstablished": "2000",
- "NumberOfEmployee": "100",
- "Capability": "Manufacturing, Distribution",
- "Status": "Active",
- "Acct": "ACC12345",
- "LastAct": "2024-11-21T10:53:10Z",
- "SBASDB": "Yes",
- "Hub": "Yes",
- "HubExp": "2024-11-21T10:53:10Z",
- "Validated": "Yes",
- "Preg": "PREG12345",
- "PregStart": "2024-11-21T10:53:10Z",
- "PregComp": "2024-11-21T10:53:10Z",
- "PregStat": "Completed",
- "Mospnd18": "MOSPND12345",
- "Moamt18": "MOAMT12345",
- "MasterSupplierNo": "MSUP12345",
- "Tier2Required": "Yes",
- "Categories": [
- {
- "Name": "Manufacturing",
- "Abbreviation": "MFG"
}
], - "Ethnicities": [
- {
- "Name": "Hispanic",
- "Abbreviation": "HISP"
}
], - "Certifications": [
- {
- "Name": "ISO 9001",
- "Abbreviation": "ISO9K",
- "CertDate": "2024-11-21T10:53:10Z",
- "ExpDate": "2024-11-21T10:53:10Z",
- "CertNo": "CERT12345"
}
], - "Banks": [
- {
- "BankName": "Bank of Springfield",
- "AccountType": "Business Checking",
- "AccountNumber": "123456789",
- "RouteNumber": "987654321",
- "Address": "456 Market St, Springfield, IL",
- "CityRegion": "Springfield",
- "StateProvince": "IL",
- "PostalCode": "62702",
- "Country": "USA"
}
]
}
}
Retrieves the Business Partner based on the Lookup and returning the result of the single record.
Read more about Golden Record here.
OK
Unauthorized
Forbidden
Not Found
{- "cdqId": "VIES:CZ46981691"
}
{- "cdqId": "VIES:CZ46981691",
- "dataSource": {
- "aleiPrefix": "VIES",
- "name": "VIES"
}, - "businessPartner": {
- "names": [
- {
- "type": {
- "name": "VAT Registered Name",
- "technicalKey": "VAT_REGISTERED"
}, - "value": "TESCOMA s.r.o.",
- "language": { }
}
], - "identifiers": [
- {
- "type": {
- "name": "Value added tax identification number",
- "technicalKey": "EU_VAT_ID_CZ"
}, - "value": "CZ46981691",
- "status": {
- "technicalKey": "ACTIVE"
}
}
], - "categories": [ ],
- "addresses": [
- {
- "version": {
- "characterSet": {
- "name": "Latin",
- "technicalKey": "LATIN"
}, - "language": {
- "name": "en",
- "technicalKey": "en"
}
}, - "country": {
- "shortName": "CZ",
- "value": "Czechia"
}, - "administrativeAreas": [ ],
- "postCodes": [
- {
- "value": "760 01",
- "type": {
- "name": "Regular",
- "technicalKey": "REGULAR"
}
}
], - "localities": [
- {
- "value": "Zlín"
}
], - "thoroughfares": [
- {
- "type": {
- "name": "Street",
- "technicalKey": "STREET"
}, - "number": "1",
- "value": "U Tescomy Lužkovice"
}
], - "premises": [ ],
- "postalDeliveryPoints": [ ],
- "types": [
- {
- "name": "VAT Registered Address",
- "technicalKey": "VAT_REGISTERED"
}
], - "formattedAddress": {
- "country": "Czechia",
- "locality": "Zlín",
- "postalCode": "760 01",
- "thoroughfare": "U Tescomy Lužkovice 1"
}
}
], - "formattedSapRecord": {
- "narp": "NO",
- "stceg": "CZ46981691",
- "country": "Czechia",
- "countryCode": "CZ",
- "city": "Zlín",
- "postalCode": "760 01",
- "street1": "U Tescomy Lužkovice",
- "houseNum": "1"
}, - "types": [ ]
}
}
Retrieves the Business Partner Relations based on the Lookup and returning the result of the single record.
cdqId | string CDQ ID for Business Partner and address. Example: "VIES:DE123456789" |
classTechnicalKey | string Filter by class technical key. Example: "BUSINESS_PARTNER_RELATION_CLASS_LEI_HIERARCHY" |
endedAfter | string Find relations which endedAt is after given date. Example: "2024-11-21T10:53:10Z" |
endedBefore | string Find relations which endedAt is before given date. Example: "2024-11-21T10:53:10Z" |
limit | integer (Limit) Number of items per page. Example: "100" |
startAfter | string (StartAfter) The ID which is used to read the page. Example: "5712566172571652" |
startedAfter | string Find relations which startedAt is after given date. Example: "2024-11-21T10:53:10Z" |
startedBefore | string Find relations which startedAt is before given date. Example: "2024-11-21T10:53:10Z" |
typeTechnicalKey | string Filter by type. Example: "LEI_DIRECT_PARENT" |
OK
{- "cdqId": "LEI:CZ46981691"
}
{- "nextStartAfter": "5712566172571652",
- "limit": "100",
- "total": "67",
- "values": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645",
- "startNodeBusinessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "addresses": [
- {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "postCodes": [
- {
- "value": null,
- "type": null
}
], - "localities": [
- {
- "type": null,
- "shortName": null,
- "value": null,
- "language": null
}
], - "thoroughfares": [
- {
- "type": null,
- "shortName": null,
- "number": null,
- "value": null,
- "name": null,
- "direction": null,
- "language": null
}
]
}
]
}, - "endNodeBusinessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "addresses": [
- {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "postCodes": [
- {
- "value": null,
- "type": null
}
], - "localities": [
- {
- "type": null,
- "shortName": null,
- "value": null,
- "language": null
}
], - "thoroughfares": [
- {
- "type": null,
- "shortName": null,
- "number": null,
- "value": null,
- "name": null,
- "direction": null,
- "language": null
}
]
}
]
}
}
]
}
Retrieves the Business Partners based on the Lookup and returning the result of the multiple records.
cdqIds | Array of strings List of CDQ IDs for Business Partner and address. Example: ["VIES:DE123456789"] | ||||||||||||||||||||||||||||||||||||||||||||||
featuresOff | Array of strings (BusinessPartnerFetchFeaturesDesc) List of features to be deactivated.
Example: ["ENABLE_SETTINGS"] | ||||||||||||||||||||||||||||||||||||||||||||||
featuresOn | Array of strings (BusinessPartnerFetchFeaturesDesc) List of features to be activated.
Example: ["ENABLE_SETTINGS"] |
OK
Unauthorized
Forbidden
Not Found
{- "cdqIds": [
- "LEI:529900IM9PTBU50P5M88L",
- "PL.NOBR:5220000080"
]
}
[- {
- "debugInfo": {
- "externalServiceResponses": [
- {
- "apiError": {
- "status": {
- "code": "400",
- "technicalKey": "OK",
- "details": [
- null
], - "path": "/v2/businesspartners/lookup",
- "timestamp": "2024-11-21T10:53:10Z"
}
}, - "timestamp": "2024-11-21T10:53:10Z",
- "httpStatus": "400",
- "httpPath": "/v2/businesspartners/lookup",
- "status": "OK",
- "message": "VIES_NOT_AVAILABLE - Vies is currently not available",
- "source": "CHUID",
- "additionalInformations": [
- {
- "key": "KEY",
- "value": "1"
}
]
}
]
}, - "status": {
- "code": "400",
- "technicalKey": "OK",
- "details": [
- {
- "id": 200000004,
- "message": "Business Partner Name is mandatory.",
- "technicalKey": "OK"
}
], - "path": "/v2/businesspartners/lookup",
- "timestamp": "2024-11-21T10:53:10Z"
}, - "cdqId": "VIES:PL8660001429",
- "lastSyncAt": "2024-11-21T10:53:10Z",
- "lastUpdatedAt": "2024-11-21T10:53:10Z",
- "dataSource": "648824a691d8d2503d65103e",
- "dataSourceName": "Internal customers",
- "businessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "legalForm": {
- "name": "Aktiengesellschaft",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "mainAbbreviation": "AG",
- "cdlElfCode": "AG",
- "categories": [
- {
- "name": "Limited Liability Company",
- "shortName": "LLC",
- "technicalKey": "LIMITED"
}
], - "technicalKey": "DE_9866"
}, - "identifiers": [
- {
- "type": {
- "name": "CH_VAT_ID",
- "technicalKey": "CH_VAT_ID"
}, - "value": "CHE-218.608.886 HR/MWST",
- "issuingBody": {
- "shortName": "Amtsgericht Aachen",
- "name": "Amtsgericht Aachen",
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": {
- "shortName": null,
- "value": null
}, - "administrativeAreas": [
- null
]
}
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}
}
], - "categories": [
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2024-11-21T10:53:10Z",
- "validUntil": "2024-11-21T10:53:10Z",
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}
}, - "addresses": [
- {
- "version": {
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "identifyingName": {
- "value": "John Doe"
}, - "externalId": "1",
- "metadata": {
- "primaryProvenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "careOf": {
- "value": "CDQ GmbH c/o Product Department"
}, - "contexts": [
- {
- "value": "Production hall 7, Storage field 8."
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- "Sankt Gallen"
], - "postCodes": [
- {
- "value": "9000",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}
}
], - "localities": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "St. Gallen",
- "value": "Sankt Gallen",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "thoroughfares": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "Lukasstr. 4",
- "number": "4",
- "value": "Lukasstraße 4",
- "name": "Lukasstraße",
- "direction": "221-bis Baker Street, North",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "premises": [
- {
- "value": "Lukasstraße 4",
- "shortName": "Lukasstr. 4",
- "number": "4",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "language": {
- "name": null,
- "technicalKey": null
}
}
], - "postalDeliveryPoints": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "St Gallen, Postfach 460",
- "number": "460",
- "value": "Postfach",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "geographicCoordinates": {
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "types": [
- {
- "name": "Legal Address",
- "technicalKey": "LEGAL_ADDRESS"
}
], - "formattedAddress": {
- "country": "Switzerland",
- "administrativeArea": "Sankt Gallen",
- "region": "Sankt Gallen",
- "regionCode": "9004",
- "locality": "Sankt Gallen",
- "district": "City center",
- "postalCode": "9000",
- "thoroughfare": "Lukassstrasse",
- "premise": "Lukasstraße 4, Building 2, Floor 3, Room 4",
- "interurbanDeliveryPoint": "Sankt Gallen, Postfach 460",
- "mailbox": "Postfach 460",
- "postOfficeBox": "Postfach 460"
}
}
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": {
- "value": "Social enterprise"
}, - "classifications": [
- {
- "value": "Manufacture of pesticides and other agrochemical products.",
- "code": "20.20Z",
- "type": {
- "name": "NAF 2003",
}
}
], - "phoneNumbers": [
- {
- "countryPrefix": "+41",
- "number": "71 571 10 40",
- "type": {
- "name": "FAX",
}, - "value": "+41 71 571 10 40"
}
], - "websites": [
- {
- "type": {
- "name": "Corporate Website",
- "technicalKey": "WEBSITE_TYPE_CORPORATE"
}
}
], - "contactEmails": [
- {
- "value": "developer-portal@cdq.com"
}
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": "WAREHOUSE"
}
}
], - "vatPayerStatus": {
- "publicationDate": "2024-11-21T10:53:10Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}, - "hcpProfile": {
- "generalLicense": {
- "professionType": {
- "name": "Doctor",
- "technicalKey": "DOCTOR"
}, - "licenseStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}
}, - "operationalPermissions": [
- {
- "issuingAuthority": "Swiss Medical Association",
- "permissionStatus": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "activityStatus": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "practiceLocations": [
- null
]
}
]
}
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "indSectorCode": "NAF",
- "emailAddress": "bp@gmail.com",
- "narp": "Friedrich Nietzsche",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "url": "www.cdq.com",
- "telNumber": "+41 71 571 10 40",
- "country": "Switzerland",
- "countryCode": "CH",
- "region": "Sankt Gallen",
- "regionCodeSap": "9004",
- "regionCode": "9004",
- "county": "Sankt Gallen",
- "countyCode": "9004",
- "township": "Sankt Gallen",
- "townshipCode": "9004",
- "city": "Sankt Gallen",
- "district": "St. Georgen",
- "postalCode": "9000",
- "postalCode3": "9000",
- "street1": "Lukasstraße 4",
- "street2": "Lukasstraße 4",
- "street5": "Lukasstraße 4",
- "houseNum": "4",
- "houseNum2": "4",
- "building": "Office 2",
- "floor": "2",
- "roomnumber": "123",
- "poBoxCountry": "9000",
- "poBoxCity": "9000",
- "poBoxPostalCode": "9000",
- "poBox": "9000",
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "relations": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645",
- "startNodeBusinessPartner": {
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "addresses": [
- {
- "country": null,
- "postCodes": [ ],
- "localities": [ ],
- "thoroughfares": [ ]
}
]
}, - "endNodeBusinessPartner": {
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "addresses": [
- {
- "country": null,
- "postCodes": [ ],
- "localities": [ ],
- "thoroughfares": [ ]
}
]
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": {
- "identifiers": [
- {
- "value": "7250017031",
- "type": {
- "technicalKey": "KUNNR"
}
}
]
}, - "jsonRecord": { },
- "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "countryCode": "DE"
}
]
}, - "rawRecord": [
- {
- "key": "key",
- "value": "value"
}
], - "rawRecordJson": { },
- "businessPartnerChanges": [
- {
- "externalIds": [
- {
- "externalId": "123",
- "dataSourceId": "VIES",
- "id": "123",
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "concept": {
- "name": "Address",
- "technicalKey": "ADDRESS"
}
}
], - "property": {
- "parentConcept": {
- "name": "Address",
- "technicalKey": "ADDRESS"
}, - "name": "Minority Indicator Value",
- "technicalKey": "MINORITY_INDICATOR_VALUE",
- "content": "DE12345678",
- "contentSelector": "$.partnerProfile.minorityIndicator.value",
- "instanceSelectors": [
- {
- "key": "type.technicalKey",
- "value": "CH_UID"
}
]
}, - "newContent": "AAB",
- "previousContent": "AAB",
- "provenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "changeType": "MODIFIED",
- "changeClassification": "MAJOR",
- "confidenceScore": "0.0",
- "maxConfidenceScore": "1.0"
}
], - "screeningResult": {
- "summary": {
- "hitCountOverall": "3",
- "hitCountSanctions": "5",
- "hitCountWatchlists": "7",
- "hitCountPep": "11"
}, - "details": {
- "sanctions": [
- {
- "dataSource": "648824a691d8d2503d65103e",
- "businessPartner": {
- "names": [
- null
], - "legalForm": {
- "name": null,
- "url": null,
- "language": null,
- "mainAbbreviation": null,
- "cdlElfCode": null,
- "categories": [ ],
- "technicalKey": null
}, - "identifiers": [
- null
], - "categories": [
- null
], - "status": {
- "officialDenotation": null,
- "validFrom": null,
- "validUntil": null,
- "type": null
}, - "addresses": [
- null
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": null,
- "classifications": [ ],
- "phoneNumbers": [ ],
- "websites": [ ],
- "contactEmails": [ ],
- "tags": [ ],
- "vatPayerStatus": null,
- "hcpProfile": null
}, - "formattedSapRecord": {
- "name1": null,
- "name2": null,
- "name3": null,
- "name4": null,
- "nameCo": null,
- "legalEntity": null,
- "legalForm": null,
- "indSector": null,
- "indSectorCode": null,
- "emailAddress": null,
- "narp": null,
- "stceg": null,
- "stcd1": null,
- "stcd2": null,
- "stcd3": null,
- "stcd4": null,
- "stcd5": null,
- "url": null,
- "telNumber": null,
- "country": null,
- "countryCode": null,
- "region": null,
- "regionCodeSap": null,
- "regionCode": null,
- "county": null,
- "countyCode": null,
- "township": null,
- "townshipCode": null,
- "city": null,
- "district": null,
- "postalCode": null,
- "postalCode3": null,
- "street1": null,
- "street2": null,
- "street5": null,
- "houseNum": null,
- "houseNum2": null,
- "building": null,
- "floor": null,
- "roomnumber": null,
- "poBoxCountry": null,
- "poBoxCity": null,
- "poBoxPostalCode": null,
- "poBox": null,
- "latitude": null,
- "longitude": null
}, - "relations": [
- null
], - "types": [
- null
], - "externalContext": {
- "identifiers": [ ]
}, - "jsonRecord": { },
- "bankAccounts": [
- null
]
}, - "matchingProfile": {
- "matchingScores": {
- "overall": null,
- "businessPartner": null,
- "address": null
}
}, - "rawRecord": [
- {
- "key": null,
- "value": null
}
], - "list": {
- "name": "EU Sanctions",
- "type": "Sanctions",
- "dateOfPublication": "2024-11-21T10:53:10Z",
- "authority": "EU"
}, - "rationale": {
- "value": "The name is similar to a name on the EU Sanctions list.",
}
}
], - "watchlists": [
- {
- "dataSource": "648824a691d8d2503d65103e",
- "businessPartner": {
- "names": [
- null
], - "legalForm": {
- "name": null,
- "url": null,
- "language": null,
- "mainAbbreviation": null,
- "cdlElfCode": null,
- "categories": [ ],
- "technicalKey": null
}, - "identifiers": [
- null
], - "categories": [
- null
], - "status": {
- "officialDenotation": null,
- "validFrom": null,
- "validUntil": null,
- "type": null
}, - "addresses": [
- null
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": null,
- "classifications": [ ],
- "phoneNumbers": [ ],
- "websites": [ ],
- "contactEmails": [ ],
- "tags": [ ],
- "vatPayerStatus": null,
- "hcpProfile": null
}, - "formattedSapRecord": {
- "name1": null,
- "name2": null,
- "name3": null,
- "name4": null,
- "nameCo": null,
- "legalEntity": null,
- "legalForm": null,
- "indSector": null,
- "indSectorCode": null,
- "emailAddress": null,
- "narp": null,
- "stceg": null,
- "stcd1": null,
- "stcd2": null,
- "stcd3": null,
- "stcd4": null,
- "stcd5": null,
- "url": null,
- "telNumber": null,
- "country": null,
- "countryCode": null,
- "region": null,
- "regionCodeSap": null,
- "regionCode": null,
- "county": null,
- "countyCode": null,
- "township": null,
- "townshipCode": null,
- "city": null,
- "district": null,
- "postalCode": null,
- "postalCode3": null,
- "street1": null,
- "street2": null,
- "street5": null,
- "houseNum": null,
- "houseNum2": null,
- "building": null,
- "floor": null,
- "roomnumber": null,
- "poBoxCountry": null,
- "poBoxCity": null,
- "poBoxPostalCode": null,
- "poBox": null,
- "latitude": null,
- "longitude": null
}, - "relations": [
- null
], - "types": [
- null
], - "externalContext": {
- "identifiers": [ ]
}, - "jsonRecord": { },
- "bankAccounts": [
- null
]
}, - "matchingProfile": {
- "matchingScores": {
- "overall": null,
- "businessPartner": null,
- "address": null
}
}, - "rawRecord": [
- {
- "key": null,
- "value": null
}
], - "list": {
- "name": "EU Sanctions",
- "type": "Sanctions",
- "dateOfPublication": "2024-11-21T10:53:10Z",
- "authority": "EU"
}, - "rationale": {
- "value": "The name is similar to a name on the EU Sanctions list.",
}
}
], - "pep": [
- {
- "dataSource": "648824a691d8d2503d65103e",
- "businessPartner": {
- "names": [
- null
], - "legalForm": {
- "name": null,
- "url": null,
- "language": null,
- "mainAbbreviation": null,
- "cdlElfCode": null,
- "categories": [ ],
- "technicalKey": null
}, - "identifiers": [
- null
], - "categories": [
- null
], - "status": {
- "officialDenotation": null,
- "validFrom": null,
- "validUntil": null,
- "type": null
}, - "addresses": [
- null
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": null,
- "classifications": [ ],
- "phoneNumbers": [ ],
- "websites": [ ],
- "contactEmails": [ ],
- "tags": [ ],
- "vatPayerStatus": null,
- "hcpProfile": null
}, - "formattedSapRecord": {
- "name1": null,
- "name2": null,
- "name3": null,
- "name4": null,
- "nameCo": null,
- "legalEntity": null,
- "legalForm": null,
- "indSector": null,
- "indSectorCode": null,
- "emailAddress": null,
- "narp": null,
- "stceg": null,
- "stcd1": null,
- "stcd2": null,
- "stcd3": null,
- "stcd4": null,
- "stcd5": null,
- "url": null,
- "telNumber": null,
- "country": null,
- "countryCode": null,
- "region": null,
- "regionCodeSap": null,
- "regionCode": null,
- "county": null,
- "countyCode": null,
- "township": null,
- "townshipCode": null,
- "city": null,
- "district": null,
- "postalCode": null,
- "postalCode3": null,
- "street1": null,
- "street2": null,
- "street5": null,
- "houseNum": null,
- "houseNum2": null,
- "building": null,
- "floor": null,
- "roomnumber": null,
- "poBoxCountry": null,
- "poBoxCity": null,
- "poBoxPostalCode": null,
- "poBox": null,
- "latitude": null,
- "longitude": null
}, - "relations": [
- null
], - "types": [
- null
], - "externalContext": {
- "identifiers": [ ]
}, - "jsonRecord": { },
- "bankAccounts": [
- null
]
}, - "matchingProfile": {
- "matchingScores": {
- "overall": null,
- "businessPartner": null,
- "address": null
}
}, - "rawRecord": [
- {
- "key": null,
- "value": null
}
], - "list": {
- "name": "EU Sanctions",
- "type": "Sanctions",
- "dateOfPublication": "2024-11-21T10:53:10Z",
- "authority": "EU"
}, - "rationale": {
- "value": "The name is similar to a name on the EU Sanctions list.",
}
}
]
}, - "auditTrail": {
- "screeningSubject": "VIES:PL8660001429",
- "screenedNames": [
- "John Doe"
], - "screeningDate": "2024-11-21T10:53:10Z",
- "screeningSettings": {
- "pepCheckEnabled": "true",
- "sanctionCheckEnabled": "true",
- "watchListCheckEnabled": "true",
- "listsUsedForCheck": [
- {
- "authority": "EU",
- "name": "EU Sanctions",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "date": "2024-11-21T10:53:10Z"
}
]
}, - "matchingProfileSettings": {
- "sanctionsMinMatchingsScore": "0.5",
- "watchlistsMinMatchingsScore": "0.5",
- "pepMinMatchingsScore": "0.5"
}
}
}, - "additionalInformation": [
- {
- "key": "KEY",
- "value": "1"
}
], - "commercialUltimate": {
- "duns": "804735132",
- "primaryName": "Acme Corporation",
- "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": "39"
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": "81"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": "1009"
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": "120"
}, - "latitude": "37.777709",
- "longitude": "-122.404624",
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": "30256"
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": "41860",
- "economicAreaOfInfluenceCode": "146",
- "populationRank": {
- "rankNumber": "9",
- "rankDnBCode": "10961",
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": "1129"
}, - "premisesArea": {
- "measurement": "10034",
- "unitDescription": "square foot",
- "unitDnBCode": "3848",
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": "9092"
}, - "isManufacturingLocation": "true"
}, - "path": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "parentDuns": "804735133",
- "governmental": "false",
- "holding": "false",
- "foundation": "false",
- "rawData": {
- "relevantIndustryCodes": [
- {
- "code": null,
- "priority": null
}
], - "operatingStatus": {
- "dnbCode": "9074",
- "description": "Active"
}, - "isStandalone": "false",
- "hierarchyLevel": "6",
- "globalUltimateFamilyTreeMembersCount": "12368",
- "familytreeRolesPlayed": [
- {
- "dnbCode": null,
- "description": null
}
]
}
}
], - "cmpelkV2": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": {
- "duns": 804735132,
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": 9074
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": null,
- "dnbCode": null
}
], - "fullReportDate": "2024-11-21T10:53:10Z"
}, - "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "telephone": [
- {
- "telephoneNumber": 6505550000,
- "isdCode": 1,
- "isUnreachable": "false"
}
], - "fax": [
- {
- "faxNumber": 6505550001,
- "isdCode": 1
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": 81
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": 41860,
- "economicAreaOfInfluenceCode": 146,
- "populationRank": {
- "rankNumber": null,
- "rankDnBCode": null,
- "rankDescription": null
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": 1129
}, - "premisesArea": {
- "measurement": 10034,
- "unitDescription": "square foot",
- "unitDnBCode": 3848,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}, - "isManufacturingLocation": "true"
}, - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": null
}, - "exchangeCountry": {
- "isoAlpha2Code": null
}, - "isPrimary": "true"
}
], - "thirdPartyAssessment": [
- {
- "description": "Fortune 500 Revenue Rank",
- "dnbCode": 23290,
- "assessmentDate": 2017,
- "value": 31
}
], - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863
}
], - "industryCodes": [
- {
- "code": 323111,
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "controlOwnershipDate": 1985,
- "startDate": 1985,
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "isAgent": "false",
- "isImporter": "false",
- "isExporter": "false",
- "numberOfEmployees": [
- {
- "value": 1234,
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- { }
], - "trend": [
- { }
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Actual",
- "informationScopeDnBCode": 9092,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "accountantName": "Johnson, Jordan & Jones CPAs",
- "yearlyRevenue": [
- { }
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
]
}
], - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
]
}
], - "socioEconomicInformation": {
- "isMinorityOwned": "false",
- "isSmallBusiness": "false"
}, - "isStandalone": "false",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": null,
- "dnbCode": null
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": "4",
- "globalUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "addressCounty": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "domesticUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "addressCounty": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "parent": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "addressCounty": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "headQuarter": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "addressCounty": { },
- "postalCode": null,
- "streetAddress": { }
}
}
}, - "shareOwnership": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}, - "ownershipPercentage": 8.56
}
], - "affiliates": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}, - "associationType": {
- "dnbCode": null,
- "description": null
}, - "franchiseName": "Franchise",
- "franchiseID": "1058890509"
}
], - "extendedLinkageInsight": {
- "brandName": "DUN&BRADSTREET",
- "familyTreeCount": 145,
- "globalUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": { }
}
}, - "domesticUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": { }
}
}, - "parent": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": { }
}
}, - "linkageSourceCategory": 6,
- "associationType": {
- "description": "Agent Alternate Linkage",
- "dnbCode": 30487
}, - "nameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "brandEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "industryEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "locationEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "ceoEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "principalNameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "telephoneEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webDomainEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webPageEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "financialReportEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "wikipediaEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "feedbackEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}
}
}
}, - "dataBlock": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US"
}, - "inquiryDetail": {
- "duns": "804735132",
- "blockIDs": [
- [
- "blockID"
]
], - "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "blockStatus": [
- {
- "blockID": "blockID",
- "status": "OK",
- "reason": "Data is not available."
}
], - "organization": {
- "duns": "804735132",
- "countryISOAlpha2Code": "US",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": "9074",
- "startDate": "2024-11-21T10:53:10Z"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2024-11-21T10:53:10Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": null,
- "dnbCode": null
}
], - "firstReportDate": "2024-11-21T10:53:10Z",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2024-11-21T10:53:10Z"
}, - "registeredName": "GORMAN MANUFACTURING COMPANY, INC.",
- "multilingualPrimaryName": [
- {
- "language": {
- "description": null,
- "dnbCode": null
}, - "name": "GORMAN",
- "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "multilingualRegisteredNames": [
- {
- "language": {
- "description": null,
- "dnbCode": null
}, - "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "multilingualTradestyleNames": [
- {
- "language": {
- "description": null,
- "dnbCode": null
}, - "name": "GORMAN",
- "priority": 1
}
], - "defaultCurrency": "USD",
- "email": [
- {
- "address": "someone@company.com"
}
], - "telephone": [
- {
- "telephoneNumber": "6505550000",
- "isdCode": "1"
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "standardAddressCodes": [
- {
- "addressCode": null,
- "codeType": { }
}
], - "isRegisteredAddress": true,
- "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "statisticalArea": {
- "economicAreaOfInfluenceCode": "146"
}, - "isManufacturingLocation": true
}, - "multilingualPrimaryAddress": [
- {
- "language": {
- "description": null,
- "dnbCode": null
}, - "addressCountry": {
- "name": null,
- "isoAlpha2Code": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": null
}, - "addressCounty": {
- "name": null
}, - "postalCode": "941109999",
- "streetNumber": "2",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
], - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "51 - 59C",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": null
}, - "isPrimary": true
}
], - "standardizedStockExchanges": [
- {
- "exchangeName": {
- "description": null,
- "dnbCode": null
}, - "sectionNames": [
- { }
]
}
], - "isForbesLargestPrivateCompaniesListed": false,
- "isFortune1000Listed": false,
- "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863,
- "isPreferredRegistrationNumber": true
}
], - "primaryIndustryCode": {
- "usSicV4": "5461",
- "usSicV4Description": "Credit reporting services"
}, - "industryCodes": [
- {
- "code": "323111",
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "unspscCodes": [
- {
- "code": "31111617",
- "description": "Zinc impact extrusions",
- "priority": 1
}
], - "isNonClassifiedEstablishment": true,
- "activities": [
- {
- "description": "Entity operation description",
- "language": {
- "description": null,
- "dnbCode": null
}
}
], - "startDate": "2024-11-21T10:53:10Z",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2024-11-21T10:53:10Z",
- "registrationLocation": {
- "addressRegion": "California"
}
}, - "controlOwnershipDate": "1985",
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "charterType": {
- "description": "Joint tenancy",
- "dnbCode": 2110
}, - "isAgent": false,
- "isImporter": false,
- "isExporter": false,
- "registeredDetails": {
- "legalForm": {
- "description": "Corporation (US)",
- "dnbCode": 7101,
- "registrationStatus": {
- "description": null,
- "dnbCode": null
}
}
}, - "numberOfEmployees": [
- {
- "value": 1234,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- { }
], - "trend": [
- { }
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "yearlyRevenue": [
- { }
]
}
], - "banks": [
- {
- "name": "Bank of My Country",
- "telephone": [
- { }
], - "address": {
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}, - "registrationNumbers": [
- { }
]
}
], - "isSmallBusiness": true,
- "isStandalone": false,
- "globalUltimate": {
- "numberOfEmployees": [
- {
- "value": null,
- "minimumValue": null,
- "maximumValue": null,
- "employeeFiguresDate": null,
- "informationScopeDescription": null,
- "informationScopeDnBCode": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
], - "financials": [
- {
- "yearlyRevenue": [ ],
- "informationScopeDescription": null,
- "informationScopeDnBCode": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
]
}, - "domesticUltimate": {
- "numberOfEmployees": [
- {
- "value": null,
- "minimumValue": null,
- "maximumValue": null,
- "employeeFiguresDate": null,
- "informationScopeDescription": null,
- "informationScopeDnBCode": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
], - "financials": [
- {
- "yearlyRevenue": [ ],
- "informationScopeDescription": null,
- "informationScopeDnBCode": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
]
}, - "organizationSizeCategory": {
- "description": "Medium",
- "dnbCode": 20548
}, - "employerDesignation": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "indexScore": 0.3,
- "designation": {
- "description": "Employer",
- "dnbCode": 36133
}, - "reliability": {
- "description": "Actual",
- "dnbCode": 9092
}
}, - "preferredLanguage": {
- "description": "English",
- "dnbCode": 39
}, - "multiLingualSearchNames": [
- {
- "name": "GORMAN",
- "language": {
- "description": null,
- "dnbCode": null
}, - "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "imperialCalendarStartYear": 1861,
- "businessTrustIndex": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "trustIndex": 0.4,
- "trustClass": {
- "description": "Low",
- "dnbCode": 13693
}, - "nationalPercentile": 75,
- "dataProvider": {
- "description": "Debarment",
- "dnbCode": 36140
}, - "scoreReasons": [
- {
- "description": null,
- "dnbCode": null
}
], - "excludedOrganization": {
- "duns": "804735132",
- "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "address": {
- "streetAddressLines": [ ]
}
}
}, - "securitiesReportID": "E04991",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": null,
- "dnbCode": null
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": 9000,
- "branchesCount": 27,
- "globalUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "domesticUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "parent": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "headQuarter": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "branches": [
- {
- "multiLingualNames": [ ]
}
]
}, - "industrialPlantsCount": 23,
- "principalsSummary": {
- "currentPrincipalsCount": 10,
- "otherAssociationsCount": 4,
- "inactiveAssociationsCount": 7,
- "unfavorableInactiveAssociationsCount": 5,
- "favorableInactiveAssociationsCount": 2,
- "detrimentalPrincipalsCount": 2,
- "detrimentalPrincipalsPercentage": 20
}, - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- { }
], - "gender": {
- "description": null,
- "dnbCode": null
}, - "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
], - "idNumbers": [
- { }
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- { }
], - "gender": {
- "description": null,
- "dnbCode": null
}, - "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
], - "idNumbers": [
- { }
]
}
]
}
}
}, - "domesticCommercialUltimate": {
- "duns": "804735132",
- "primaryName": "Acme Corporation",
- "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": "39"
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": "81"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": "1009"
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": "120"
}, - "latitude": "37.777709",
- "longitude": "-122.404624",
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": "30256"
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": "41860",
- "economicAreaOfInfluenceCode": "146",
- "populationRank": {
- "rankNumber": "9",
- "rankDnBCode": "10961",
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": "1129"
}, - "premisesArea": {
- "measurement": "10034",
- "unitDescription": "square foot",
- "unitDnBCode": "3848",
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": "9092"
}, - "isManufacturingLocation": "true"
}, - "path": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "parentDuns": "804735133",
- "governmental": "false",
- "holding": "false",
- "foundation": "false",
- "rawData": {
- "relevantIndustryCodes": [
- {
- "code": null,
- "priority": null
}
], - "operatingStatus": {
- "dnbCode": "9074",
- "description": "Active"
}, - "isStandalone": "false",
- "hierarchyLevel": "6",
- "globalUltimateFamilyTreeMembersCount": "12368",
- "familytreeRolesPlayed": [
- {
- "dnbCode": null,
- "description": null
}
]
}
}
], - "cmpelkV2": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": {
- "duns": 804735132,
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": 9074
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": null,
- "dnbCode": null
}
], - "fullReportDate": "2024-11-21T10:53:10Z"
}, - "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "telephone": [
- {
- "telephoneNumber": 6505550000,
- "isdCode": 1,
- "isUnreachable": "false"
}
], - "fax": [
- {
- "faxNumber": 6505550001,
- "isdCode": 1
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": 81
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": 41860,
- "economicAreaOfInfluenceCode": 146,
- "populationRank": {
- "rankNumber": null,
- "rankDnBCode": null,
- "rankDescription": null
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": 1129
}, - "premisesArea": {
- "measurement": 10034,
- "unitDescription": "square foot",
- "unitDnBCode": 3848,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}, - "isManufacturingLocation": "true"
}, - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": null
}, - "exchangeCountry": {
- "isoAlpha2Code": null
}, - "isPrimary": "true"
}
], - "thirdPartyAssessment": [
- {
- "description": "Fortune 500 Revenue Rank",
- "dnbCode": 23290,
- "assessmentDate": 2017,
- "value": 31
}
], - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863
}
], - "industryCodes": [
- {
- "code": 323111,
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "controlOwnershipDate": 1985,
- "startDate": 1985,
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "isAgent": "false",
- "isImporter": "false",
- "isExporter": "false",
- "numberOfEmployees": [
- {
- "value": 1234,
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- { }
], - "trend": [
- { }
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Actual",
- "informationScopeDnBCode": 9092,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "accountantName": "Johnson, Jordan & Jones CPAs",
- "yearlyRevenue": [
- { }
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
]
}
], - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
]
}
], - "socioEconomicInformation": {
- "isMinorityOwned": "false",
- "isSmallBusiness": "false"
}, - "isStandalone": "false",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": null,
- "dnbCode": null
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": "4",
- "globalUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "addressCounty": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "domesticUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "addressCounty": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "parent": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "addressCounty": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "headQuarter": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "addressCounty": { },
- "postalCode": null,
- "streetAddress": { }
}
}
}, - "shareOwnership": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}, - "ownershipPercentage": 8.56
}
], - "affiliates": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}, - "associationType": {
- "dnbCode": null,
- "description": null
}, - "franchiseName": "Franchise",
- "franchiseID": "1058890509"
}
], - "extendedLinkageInsight": {
- "brandName": "DUN&BRADSTREET",
- "familyTreeCount": 145,
- "globalUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": { }
}
}, - "domesticUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": { }
}
}, - "parent": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": { }
}
}, - "linkageSourceCategory": 6,
- "associationType": {
- "description": "Agent Alternate Linkage",
- "dnbCode": 30487
}, - "nameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "brandEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "industryEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "locationEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "ceoEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "principalNameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "telephoneEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webDomainEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webPageEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "financialReportEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "wikipediaEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "feedbackEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}
}
}
}, - "dataBlock": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US"
}, - "inquiryDetail": {
- "duns": "804735132",
- "blockIDs": [
- [
- "blockID"
]
], - "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "blockStatus": [
- {
- "blockID": "blockID",
- "status": "OK",
- "reason": "Data is not available."
}
], - "organization": {
- "duns": "804735132",
- "countryISOAlpha2Code": "US",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": "9074",
- "startDate": "2024-11-21T10:53:10Z"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2024-11-21T10:53:10Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": null,
- "dnbCode": null
}
], - "firstReportDate": "2024-11-21T10:53:10Z",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2024-11-21T10:53:10Z"
}, - "registeredName": "GORMAN MANUFACTURING COMPANY, INC.",
- "multilingualPrimaryName": [
- {
- "language": {
- "description": null,
- "dnbCode": null
}, - "name": "GORMAN",
- "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "multilingualRegisteredNames": [
- {
- "language": {
- "description": null,
- "dnbCode": null
}, - "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "multilingualTradestyleNames": [
- {
- "language": {
- "description": null,
- "dnbCode": null
}, - "name": "GORMAN",
- "priority": 1
}
], - "defaultCurrency": "USD",
- "email": [
- {
- "address": "someone@company.com"
}
], - "telephone": [
- {
- "telephoneNumber": "6505550000",
- "isdCode": "1"
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "standardAddressCodes": [
- {
- "addressCode": null,
- "codeType": { }
}
], - "isRegisteredAddress": true,
- "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "statisticalArea": {
- "economicAreaOfInfluenceCode": "146"
}, - "isManufacturingLocation": true
}, - "multilingualPrimaryAddress": [
- {
- "language": {
- "description": null,
- "dnbCode": null
}, - "addressCountry": {
- "name": null,
- "isoAlpha2Code": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": null
}, - "addressCounty": {
- "name": null
}, - "postalCode": "941109999",
- "streetNumber": "2",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
], - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "51 - 59C",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": null
}, - "isPrimary": true
}
], - "standardizedStockExchanges": [
- {
- "exchangeName": {
- "description": null,
- "dnbCode": null
}, - "sectionNames": [
- { }
]
}
], - "isForbesLargestPrivateCompaniesListed": false,
- "isFortune1000Listed": false,
- "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863,
- "isPreferredRegistrationNumber": true
}
], - "primaryIndustryCode": {
- "usSicV4": "5461",
- "usSicV4Description": "Credit reporting services"
}, - "industryCodes": [
- {
- "code": "323111",
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "unspscCodes": [
- {
- "code": "31111617",
- "description": "Zinc impact extrusions",
- "priority": 1
}
], - "isNonClassifiedEstablishment": true,
- "activities": [
- {
- "description": "Entity operation description",
- "language": {
- "description": null,
- "dnbCode": null
}
}
], - "startDate": "2024-11-21T10:53:10Z",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2024-11-21T10:53:10Z",
- "registrationLocation": {
- "addressRegion": "California"
}
}, - "controlOwnershipDate": "1985",
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "charterType": {
- "description": "Joint tenancy",
- "dnbCode": 2110
}, - "isAgent": false,
- "isImporter": false,
- "isExporter": false,
- "registeredDetails": {
- "legalForm": {
- "description": "Corporation (US)",
- "dnbCode": 7101,
- "registrationStatus": {
- "description": null,
- "dnbCode": null
}
}
}, - "numberOfEmployees": [
- {
- "value": 1234,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- { }
], - "trend": [
- { }
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "yearlyRevenue": [
- { }
]
}
], - "banks": [
- {
- "name": "Bank of My Country",
- "telephone": [
- { }
], - "address": {
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}, - "registrationNumbers": [
- { }
]
}
], - "isSmallBusiness": true,
- "isStandalone": false,
- "globalUltimate": {
- "numberOfEmployees": [
- {
- "value": null,
- "minimumValue": null,
- "maximumValue": null,
- "employeeFiguresDate": null,
- "informationScopeDescription": null,
- "informationScopeDnBCode": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
], - "financials": [
- {
- "yearlyRevenue": [ ],
- "informationScopeDescription": null,
- "informationScopeDnBCode": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
]
}, - "domesticUltimate": {
- "numberOfEmployees": [
- {
- "value": null,
- "minimumValue": null,
- "maximumValue": null,
- "employeeFiguresDate": null,
- "informationScopeDescription": null,
- "informationScopeDnBCode": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
], - "financials": [
- {
- "yearlyRevenue": [ ],
- "informationScopeDescription": null,
- "informationScopeDnBCode": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
]
}, - "organizationSizeCategory": {
- "description": "Medium",
- "dnbCode": 20548
}, - "employerDesignation": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "indexScore": 0.3,
- "designation": {
- "description": "Employer",
- "dnbCode": 36133
}, - "reliability": {
- "description": "Actual",
- "dnbCode": 9092
}
}, - "preferredLanguage": {
- "description": "English",
- "dnbCode": 39
}, - "multiLingualSearchNames": [
- {
- "name": "GORMAN",
- "language": {
- "description": null,
- "dnbCode": null
}, - "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "imperialCalendarStartYear": 1861,
- "businessTrustIndex": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "trustIndex": 0.4,
- "trustClass": {
- "description": "Low",
- "dnbCode": 13693
}, - "nationalPercentile": 75,
- "dataProvider": {
- "description": "Debarment",
- "dnbCode": 36140
}, - "scoreReasons": [
- {
- "description": null,
- "dnbCode": null
}
], - "excludedOrganization": {
- "duns": "804735132",
- "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "address": {
- "streetAddressLines": [ ]
}
}
}, - "securitiesReportID": "E04991",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": null,
- "dnbCode": null
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": 9000,
- "branchesCount": 27,
- "globalUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "domesticUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "parent": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "headQuarter": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": { },
- "continentalRegion": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "streetAddress": { }
}
}, - "branches": [
- {
- "multiLingualNames": [ ]
}
]
}, - "industrialPlantsCount": 23,
- "principalsSummary": {
- "currentPrincipalsCount": 10,
- "otherAssociationsCount": 4,
- "inactiveAssociationsCount": 7,
- "unfavorableInactiveAssociationsCount": 5,
- "favorableInactiveAssociationsCount": 2,
- "detrimentalPrincipalsCount": 2,
- "detrimentalPrincipalsPercentage": 20
}, - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- { }
], - "gender": {
- "description": null,
- "dnbCode": null
}, - "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
], - "idNumbers": [
- { }
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- { }
], - "gender": {
- "description": null,
- "dnbCode": null
}, - "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
], - "idNumbers": [
- { }
]
}
]
}
}
}, - "legalEntity": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "legalForm": {
- "name": "Aktiengesellschaft",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "mainAbbreviation": "AG",
- "cdlElfCode": "AG",
- "categories": [
- {
- "name": "Limited Liability Company",
- "shortName": "LLC",
- "technicalKey": "LIMITED"
}
], - "technicalKey": "DE_9866"
}, - "identifiers": [
- {
- "type": {
- "name": "CH_VAT_ID",
- "technicalKey": "CH_VAT_ID"
}, - "value": "CHE-218.608.886 HR/MWST",
- "issuingBody": {
- "shortName": "Amtsgericht Aachen",
- "name": "Amtsgericht Aachen",
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": {
- "shortName": null,
- "value": null
}, - "administrativeAreas": [
- null
]
}
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}
}
], - "categories": [
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2024-11-21T10:53:10Z",
- "validUntil": "2024-11-21T10:53:10Z",
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}
}, - "addresses": [
- {
- "version": {
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "identifyingName": {
- "value": "John Doe"
}, - "externalId": "1",
- "metadata": {
- "primaryProvenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "careOf": {
- "value": "CDQ GmbH c/o Product Department"
}, - "contexts": [
- {
- "value": "Production hall 7, Storage field 8."
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- "Sankt Gallen"
], - "postCodes": [
- {
- "value": "9000",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}
}
], - "localities": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "St. Gallen",
- "value": "Sankt Gallen",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "thoroughfares": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "Lukasstr. 4",
- "number": "4",
- "value": "Lukasstraße 4",
- "name": "Lukasstraße",
- "direction": "221-bis Baker Street, North",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "premises": [
- {
- "value": "Lukasstraße 4",
- "shortName": "Lukasstr. 4",
- "number": "4",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "language": {
- "name": null,
- "technicalKey": null
}
}
], - "postalDeliveryPoints": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "St Gallen, Postfach 460",
- "number": "460",
- "value": "Postfach",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "geographicCoordinates": {
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "types": [
- {
- "name": "Legal Address",
- "technicalKey": "LEGAL_ADDRESS"
}
], - "formattedAddress": {
- "country": "Switzerland",
- "administrativeArea": "Sankt Gallen",
- "region": "Sankt Gallen",
- "regionCode": "9004",
- "locality": "Sankt Gallen",
- "district": "City center",
- "postalCode": "9000",
- "thoroughfare": "Lukassstrasse",
- "premise": "Lukasstraße 4, Building 2, Floor 3, Room 4",
- "interurbanDeliveryPoint": "Sankt Gallen, Postfach 460",
- "mailbox": "Postfach 460",
- "postOfficeBox": "Postfach 460"
}
}
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": {
- "value": "Social enterprise"
}, - "classifications": [
- {
- "value": "Manufacture of pesticides and other agrochemical products.",
- "code": "20.20Z",
- "type": {
- "name": "NAF 2003",
}
}
], - "phoneNumbers": [
- {
- "countryPrefix": "+41",
- "number": "71 571 10 40",
- "type": {
- "name": "FAX",
}, - "value": "+41 71 571 10 40"
}
], - "websites": [
- {
- "type": {
- "name": "Corporate Website",
- "technicalKey": "WEBSITE_TYPE_CORPORATE"
}
}
], - "contactEmails": [
- {
- "value": "developer-portal@cdq.com"
}
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": "WAREHOUSE"
}
}
], - "vatPayerStatus": {
- "publicationDate": "2024-11-21T10:53:10Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}, - "hcpProfile": {
- "generalLicense": {
- "professionType": {
- "name": "Doctor",
- "technicalKey": "DOCTOR"
}, - "licenseStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}
}, - "operationalPermissions": [
- {
- "issuingAuthority": "Swiss Medical Association",
- "permissionStatus": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "activityStatus": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "practiceLocations": [
- null
]
}
]
}
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "indSectorCode": "NAF",
- "emailAddress": "bp@gmail.com",
- "narp": "Friedrich Nietzsche",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "url": "www.cdq.com",
- "telNumber": "+41 71 571 10 40",
- "country": "Switzerland",
- "countryCode": "CH",
- "region": "Sankt Gallen",
- "regionCodeSap": "9004",
- "regionCode": "9004",
- "county": "Sankt Gallen",
- "countyCode": "9004",
- "township": "Sankt Gallen",
- "townshipCode": "9004",
- "city": "Sankt Gallen",
- "district": "St. Georgen",
- "postalCode": "9000",
- "postalCode3": "9000",
- "street1": "Lukasstraße 4",
- "street2": "Lukasstraße 4",
- "street5": "Lukasstraße 4",
- "houseNum": "4",
- "houseNum2": "4",
- "building": "Office 2",
- "floor": "2",
- "roomnumber": "123",
- "poBoxCountry": "9000",
- "poBoxCity": "9000",
- "poBoxPostalCode": "9000",
- "poBox": "9000",
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "relations": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645",
- "startNodeBusinessPartner": {
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "addresses": [
- {
- "country": null,
- "postCodes": [ ],
- "localities": [ ],
- "thoroughfares": [ ]
}
]
}, - "endNodeBusinessPartner": {
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "addresses": [
- {
- "country": null,
- "postCodes": [ ],
- "localities": [ ],
- "thoroughfares": [ ]
}
]
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": {
- "identifiers": [
- {
- "value": "7250017031",
- "type": {
- "technicalKey": "KUNNR"
}
}
]
}, - "jsonRecord": { },
- "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "countryCode": "DE"
}
]
}
}
]
Fetch D&B record by CDQ-ID. It is possible to read:
To fetch the CMPELK object no features have to be activated.
POST /dnb/businesspartners/fetch
{
"cdqId": "DNB:123456789"
}
It is possible to read pre-defined Data Blocks
There are 2 features with pre-defined data blocks:
POST /dnb/businesspartners/fetch
{
"cdqId": "DNB:123456789",
"featuresOn": [
"ACTIVATE_MASTER_DATA_BASIC"
]
}
It is possible to fetch LNKELI data:
POST /dnb/businesspartners/fetch
{
"cdqId": "DNB:123456789",
"featuresOn": [
"ACTIVATE_LINKAGE_LNKELI"
]
}
cdqId | string Unique identifier for the Business Partner. Example: "VIES:PL8660001429" | ||||||||||||||||||||||||||
featuresOff | Array of strings (DnbFetchFeature) List of features to be deactivated.
Example: ["ACTIVATE_MASTER_DATA_BASIC"] | ||||||||||||||||||||||||||
featuresOn | Array of strings (DnbFetchFeature) List of features to be activated.
Example: ["ACTIVATE_MASTER_DATA_BASIC"] |
OK
Created
Unauthorized
Forbidden
Not Found
{- "cdqId": "VIES:PL8660001429",
- "featuresOn": [
- "ACTIVATE_MASTER_DATA_BASIC"
], - "featuresOff": [
- "ACTIVATE_MASTER_DATA_BASIC"
]
}
{- "cmpelkV2": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": {
- "duns": 804735132,
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": 9074
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call",
- "dnbCode": 7974
}
], - "fullReportDate": "2024-11-21T10:53:10Z"
}, - "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "telephone": [
- {
- "telephoneNumber": 6505550000,
- "isdCode": 1,
- "isUnreachable": "false"
}
], - "fax": [
- {
- "faxNumber": 6505550001,
- "isdCode": 1
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": 81
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": 41860,
- "economicAreaOfInfluenceCode": 146,
- "populationRank": {
- "rankNumber": 9,
- "rankDnBCode": 10961,
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": 1129
}, - "premisesArea": {
- "measurement": 10034,
- "unitDescription": "square foot",
- "unitDnBCode": 3848,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}, - "isManufacturingLocation": "true"
}, - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "exchangeCountry": {
- "isoAlpha2Code": "US"
}, - "isPrimary": "true"
}
], - "thirdPartyAssessment": [
- {
- "description": "Fortune 500 Revenue Rank",
- "dnbCode": 23290,
- "assessmentDate": 2017,
- "value": 31
}
], - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863
}
], - "industryCodes": [
- {
- "code": 323111,
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "controlOwnershipDate": 1985,
- "startDate": 1985,
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "isAgent": "false",
- "isImporter": "false",
- "isExporter": "false",
- "numberOfEmployees": [
- {
- "value": 1234,
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": "Principals",
- "employmentBasisDnBCode": 9064
}
], - "trend": [
- {
- "timePeriod": {
- "description": null,
- "dnbCode": null
}, - "growthRate": -7
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Actual",
- "informationScopeDnBCode": 9092,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "accountantName": "Johnson, Jordan & Jones CPAs",
- "yearlyRevenue": [
- {
- "value": 19945238,
- "currency": "USD",
- "trend": [
- { }
]
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
]
}
], - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
]
}
], - "socioEconomicInformation": {
- "isMinorityOwned": "false",
- "isSmallBusiness": "false"
}, - "isStandalone": "false",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": "4",
- "globalUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "domesticUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": ""
}
}, - "parent": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "headQuarter": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}
}, - "shareOwnership": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "ownershipPercentage": 8.56
}
], - "affiliates": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "associationType": {
- "dnbCode": 30488,
- "description": "Dealer Alternate Linkage"
}, - "franchiseName": "Franchise",
- "franchiseID": "1058890509"
}
], - "extendedLinkageInsight": {
- "brandName": "DUN&BRADSTREET",
- "familyTreeCount": 145,
- "globalUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "domesticUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "parent": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "linkageSourceCategory": 6,
- "associationType": {
- "description": "Agent Alternate Linkage",
- "dnbCode": 30487
}, - "nameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "brandEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "industryEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "locationEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "ceoEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "principalNameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "telephoneEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webDomainEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webPageEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "financialReportEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "wikipediaEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "feedbackEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}
}
}
}, - "dataBlock": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US"
}, - "inquiryDetail": {
- "duns": "804735132",
- "blockIDs": [
- [
- "blockID"
]
], - "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "blockStatus": [
- {
- "blockID": "blockID",
- "status": "OK",
- "reason": "Data is not available."
}
], - "organization": {
- "duns": "804735132",
- "countryISOAlpha2Code": "US",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": "9074",
- "startDate": "2024-11-21T10:53:10Z"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2024-11-21T10:53:10Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call.",
- "dnbCode": "7974"
}
], - "firstReportDate": "2024-11-21T10:53:10Z",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2024-11-21T10:53:10Z"
}, - "registeredName": "GORMAN MANUFACTURING COMPANY, INC.",
- "multilingualPrimaryName": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 39
}, - "name": "GORMAN",
- "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "multilingualRegisteredNames": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 39
}, - "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "multilingualTradestyleNames": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "name": "GORMAN",
- "priority": 1
}
], - "defaultCurrency": "USD",
- "email": [
- {
- "address": "someone@company.com"
}
], - "telephone": [
- {
- "telephoneNumber": "6505550000",
- "isdCode": "1"
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "standardAddressCodes": [
- {
- "addressCode": "ZV12467A",
- "codeType": {
- "description": "DK standard address code",
- "dnbCode": 487
}
}
], - "isRegisteredAddress": true,
- "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "statisticalArea": {
- "economicAreaOfInfluenceCode": "146"
}, - "isManufacturingLocation": true
}, - "multilingualPrimaryAddress": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "addressCountry": {
- "name": "Japan",
- "isoAlpha2Code": "JP"
}, - "continentalRegion": {
- "name": "Asia Pacific"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "streetNumber": "2",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road"
}
}
], - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "51 - 59C",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "isPrimary": true
}
], - "standardizedStockExchanges": [
- {
- "exchangeName": {
- "description": "Shanghai Stock Exchange",
- "dnbCode": 20666
}, - "sectionNames": [
- {
- "name": "JASDAQ",
- "language": {
- "description": null,
- "dnbCode": null
}
}
]
}
], - "isForbesLargestPrivateCompaniesListed": false,
- "isFortune1000Listed": false,
- "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863,
- "isPreferredRegistrationNumber": true
}
], - "primaryIndustryCode": {
- "usSicV4": "5461",
- "usSicV4Description": "Credit reporting services"
}, - "industryCodes": [
- {
- "code": "323111",
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "unspscCodes": [
- {
- "code": "31111617",
- "description": "Zinc impact extrusions",
- "priority": 1
}
], - "isNonClassifiedEstablishment": true,
- "activities": [
- {
- "description": "Entity operation description",
- "language": {
- "description": "English",
- "dnbCode": 39
}
}
], - "startDate": "2024-11-21T10:53:10Z",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2024-11-21T10:53:10Z",
- "registrationLocation": {
- "addressRegion": "California"
}
}, - "controlOwnershipDate": "1985",
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "charterType": {
- "description": "Joint tenancy",
- "dnbCode": 2110
}, - "isAgent": false,
- "isImporter": false,
- "isExporter": false,
- "registeredDetails": {
- "legalForm": {
- "description": "Corporation (US)",
- "dnbCode": 7101,
- "registrationStatus": {
- "description": "Pending",
- "dnbCode": 15626
}
}
}, - "numberOfEmployees": [
- {
- "value": 1234,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": "Principals",
- "employmentBasisDnBCode": 9064
}
], - "trend": [
- {
- "timePeriod": {
- "description": null,
- "dnbCode": null
}, - "growthRate": -7,
- "value": 23.01,
- "reliabilityDescription": "Audited",
- "reliabilityDnBCode": 9092
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "yearlyRevenue": [
- {
- "value": 19945238,
- "currency": "USD"
}
]
}
], - "banks": [
- {
- "name": "Bank of My Country",
- "telephone": [
- {
- "telephoneNumber": "6505550000"
}
], - "address": {
- "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789"
}
]
}
], - "isSmallBusiness": true,
- "isStandalone": false,
- "globalUltimate": {
- "numberOfEmployees": [
- {
- "value": 1234,
- "minimumValue": 700,
- "maximumValue": 1500,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
], - "financials": [
- {
- "yearlyRevenue": [
- {
- "value": null,
- "currency": null
}
], - "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
]
}, - "domesticUltimate": {
- "numberOfEmployees": [
- {
- "value": 1234,
- "minimumValue": 700,
- "maximumValue": 1500,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
], - "financials": [
- {
- "yearlyRevenue": [
- {
- "value": null,
- "currency": null
}
], - "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
]
}, - "organizationSizeCategory": {
- "description": "Medium",
- "dnbCode": 20548
}, - "employerDesignation": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "indexScore": 0.3,
- "designation": {
- "description": "Employer",
- "dnbCode": 36133
}, - "reliability": {
- "description": "Actual",
- "dnbCode": 9092
}
}, - "preferredLanguage": {
- "description": "English",
- "dnbCode": 39
}, - "multiLingualSearchNames": [
- {
- "name": "GORMAN",
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "imperialCalendarStartYear": 1861,
- "businessTrustIndex": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "trustIndex": 0.4,
- "trustClass": {
- "description": "Low",
- "dnbCode": 13693
}, - "nationalPercentile": 75,
- "dataProvider": {
- "description": "Debarment",
- "dnbCode": 36140
}, - "scoreReasons": [
- {
- "description": "The subject's URL is found to have a similar match in D&B's repository of high risk businesses.",
- "dnbCode": 11111
}
], - "excludedOrganization": {
- "duns": "804735132",
- "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "address": {
- "streetAddressLines": [
- {
- "line1": null
}
]
}
}
}, - "securitiesReportID": "E04991",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": 9000,
- "branchesCount": 27,
- "globalUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "domesticUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "parent": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "headQuarter": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "branches": [
- {
- "multiLingualNames": [
- {
- "name": null,
- "language": { }
}
]
}
]
}, - "industrialPlantsCount": 23,
- "principalsSummary": {
- "currentPrincipalsCount": 10,
- "otherAssociationsCount": 4,
- "inactiveAssociationsCount": 7,
- "unfavorableInactiveAssociationsCount": 5,
- "favorableInactiveAssociationsCount": 2,
- "detrimentalPrincipalsCount": 2,
- "detrimentalPrincipalsPercentage": 20
}, - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- {
- "givenName": "Leslie",
- "familyName": "Smith"
}
], - "gender": {
- "description": "Female",
- "dnbCode": 191
}, - "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
], - "idNumbers": [
- {
- "idNumber": "11356097",
- "idType": {
- "description": null,
- "dnbCode": null
}
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Smith",
- "language": {
- "description": null,
- "dnbCode": null
}, - "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "gender": {
- "description": "Female",
- "dnbCode": 191
}, - "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
], - "idNumbers": [
- {
- "idNumber": "11356097",
- "idType": {
- "description": null,
- "dnbCode": null
}
}
]
}
]
}
}, - "lnkeli": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": {
- "duns": 804735132,
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": 9074
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call",
- "dnbCode": 7974
}
], - "fullReportDate": "2024-11-21T10:53:10Z"
}, - "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "telephone": [
- {
- "telephoneNumber": 6505550000,
- "isdCode": 1,
- "isUnreachable": "false"
}
], - "fax": [
- {
- "faxNumber": 6505550001,
- "isdCode": 1
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": 81
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": 41860,
- "economicAreaOfInfluenceCode": 146,
- "populationRank": {
- "rankNumber": 9,
- "rankDnBCode": 10961,
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": 1129
}, - "premisesArea": {
- "measurement": 10034,
- "unitDescription": "square foot",
- "unitDnBCode": 3848,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}, - "isManufacturingLocation": "true"
}, - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "exchangeCountry": {
- "isoAlpha2Code": "US"
}, - "isPrimary": "true"
}
], - "thirdPartyAssessment": [
- {
- "description": "Fortune 500 Revenue Rank",
- "dnbCode": 23290,
- "assessmentDate": 2017,
- "value": 31
}
], - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863
}
], - "industryCodes": [
- {
- "code": 323111,
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "controlOwnershipDate": 1985,
- "startDate": 1985,
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "isAgent": "false",
- "isImporter": "false",
- "isExporter": "false",
- "numberOfEmployees": [
- {
- "value": 1234,
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": "Principals",
- "employmentBasisDnBCode": 9064
}
], - "trend": [
- {
- "timePeriod": {
- "description": null,
- "dnbCode": null
}, - "growthRate": -7
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Actual",
- "informationScopeDnBCode": 9092,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "accountantName": "Johnson, Jordan & Jones CPAs",
- "yearlyRevenue": [
- {
- "value": 19945238,
- "currency": "USD",
- "trend": [
- { }
]
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
]
}
], - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
]
}
], - "socioEconomicInformation": {
- "isMinorityOwned": "false",
- "isSmallBusiness": "false"
}, - "isStandalone": "false",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": "4",
- "globalUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "domesticUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": ""
}
}, - "parent": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "headQuarter": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}
}, - "shareOwnership": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "ownershipPercentage": 8.56
}
], - "affiliates": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "associationType": {
- "dnbCode": 30488,
- "description": "Dealer Alternate Linkage"
}, - "franchiseName": "Franchise",
- "franchiseID": "1058890509"
}
], - "extendedLinkageInsight": {
- "brandName": "DUN&BRADSTREET",
- "familyTreeCount": 145,
- "globalUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "domesticUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "parent": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "linkageSourceCategory": 6,
- "associationType": {
- "description": "Agent Alternate Linkage",
- "dnbCode": 30487
}, - "nameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "brandEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "industryEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "locationEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "ceoEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "principalNameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "telephoneEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webDomainEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webPageEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "financialReportEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "wikipediaEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "feedbackEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}
}
}
}, - "commercialUltimate": {
- "duns": "804735132",
- "primaryName": "Acme Corporation",
- "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": "39"
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": "81"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": "1009"
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": "120"
}, - "latitude": "37.777709",
- "longitude": "-122.404624",
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": "30256"
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": "41860",
- "economicAreaOfInfluenceCode": "146",
- "populationRank": {
- "rankNumber": "9",
- "rankDnBCode": "10961",
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": "1129"
}, - "premisesArea": {
- "measurement": "10034",
- "unitDescription": "square foot",
- "unitDnBCode": "3848",
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": "9092"
}, - "isManufacturingLocation": "true"
}, - "path": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "parentDuns": "804735133",
- "governmental": "false",
- "holding": "false",
- "foundation": "false",
- "rawData": {
- "relevantIndustryCodes": [
- {
- "code": "1611",
- "priority": "2"
}
], - "operatingStatus": {
- "dnbCode": "9074",
- "description": "Active"
}, - "isStandalone": "false",
- "hierarchyLevel": "6",
- "globalUltimateFamilyTreeMembersCount": "12368",
- "familytreeRolesPlayed": [
- {
- "dnbCode": "9141",
- "description": "Parent/Headquarter"
}
]
}
}
], - "cmpelkV2": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": {
- "duns": 804735132,
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": 9074
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call",
- "dnbCode": 7974
}
], - "fullReportDate": "2024-11-21T10:53:10Z"
}, - "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "telephone": [
- {
- "telephoneNumber": 6505550000,
- "isdCode": 1,
- "isUnreachable": "false"
}
], - "fax": [
- {
- "faxNumber": 6505550001,
- "isdCode": 1
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": 81
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": 41860,
- "economicAreaOfInfluenceCode": 146,
- "populationRank": {
- "rankNumber": 9,
- "rankDnBCode": 10961,
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": 1129
}, - "premisesArea": {
- "measurement": 10034,
- "unitDescription": "square foot",
- "unitDnBCode": 3848,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}, - "isManufacturingLocation": "true"
}, - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "exchangeCountry": {
- "isoAlpha2Code": "US"
}, - "isPrimary": "true"
}
], - "thirdPartyAssessment": [
- {
- "description": "Fortune 500 Revenue Rank",
- "dnbCode": 23290,
- "assessmentDate": 2017,
- "value": 31
}
], - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863
}
], - "industryCodes": [
- {
- "code": 323111,
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "controlOwnershipDate": 1985,
- "startDate": 1985,
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "isAgent": "false",
- "isImporter": "false",
- "isExporter": "false",
- "numberOfEmployees": [
- {
- "value": 1234,
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": null,
- "employmentBasisDnBCode": null
}
], - "trend": [
- {
- "timePeriod": { },
- "growthRate": null
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Actual",
- "informationScopeDnBCode": 9092,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "accountantName": "Johnson, Jordan & Jones CPAs",
- "yearlyRevenue": [
- {
- "value": null,
- "currency": null,
- "trend": [ ]
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": null
}
], - "managementResponsibilities": [
- {
- "description": null,
- "mrcCode": null
}
]
}
], - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": null
}
], - "managementResponsibilities": [
- {
- "description": null,
- "mrcCode": null
}
]
}
], - "socioEconomicInformation": {
- "isMinorityOwned": "false",
- "isSmallBusiness": "false"
}, - "isStandalone": "false",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": "4",
- "globalUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null,
- "fipsCode": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "addressCounty": {
- "name": null
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
}, - "domesticUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null,
- "fipsCode": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "addressCounty": {
- "name": null
}, - "postalCode": 941109999,
- "streetAddress": ""
}
}, - "parent": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null,
- "fipsCode": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "addressCounty": {
- "name": null
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
}, - "headQuarter": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null,
- "fipsCode": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "addressCounty": {
- "name": null
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
}
}, - "shareOwnership": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}, - "ownershipPercentage": 8.56
}
], - "affiliates": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}, - "associationType": {
- "dnbCode": 30488,
- "description": "Dealer Alternate Linkage"
}, - "franchiseName": "Franchise",
- "franchiseID": "1058890509"
}
], - "extendedLinkageInsight": {
- "brandName": "DUN&BRADSTREET",
- "familyTreeCount": 145,
- "globalUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": null
}
}
}, - "domesticUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": null
}
}
}, - "parent": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": null
}
}
}, - "linkageSourceCategory": 6,
- "associationType": {
- "description": "Agent Alternate Linkage",
- "dnbCode": 30487
}, - "nameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "brandEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "industryEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "locationEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "ceoEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "principalNameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "telephoneEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webDomainEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webPageEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "financialReportEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "wikipediaEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "feedbackEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}
}
}
}, - "dataBlock": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US"
}, - "inquiryDetail": {
- "duns": "804735132",
- "blockIDs": [
- [
- "blockID"
]
], - "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "blockStatus": [
- {
- "blockID": "blockID",
- "status": "OK",
- "reason": "Data is not available."
}
], - "organization": {
- "duns": "804735132",
- "countryISOAlpha2Code": "US",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": "9074",
- "startDate": "2024-11-21T10:53:10Z"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2024-11-21T10:53:10Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call.",
- "dnbCode": "7974"
}
], - "firstReportDate": "2024-11-21T10:53:10Z",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2024-11-21T10:53:10Z"
}, - "registeredName": "GORMAN MANUFACTURING COMPANY, INC.",
- "multilingualPrimaryName": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 39
}, - "name": "GORMAN",
- "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "multilingualRegisteredNames": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 39
}, - "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "multilingualTradestyleNames": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "name": "GORMAN",
- "priority": 1
}
], - "defaultCurrency": "USD",
- "email": [
- {
- "address": "someone@company.com"
}
], - "telephone": [
- {
- "telephoneNumber": "6505550000",
- "isdCode": "1"
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "standardAddressCodes": [
- {
- "addressCode": "ZV12467A",
- "codeType": {
- "description": null,
- "dnbCode": null
}
}
], - "isRegisteredAddress": true,
- "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "statisticalArea": {
- "economicAreaOfInfluenceCode": "146"
}, - "isManufacturingLocation": true
}, - "multilingualPrimaryAddress": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "addressCountry": {
- "name": "Japan",
- "isoAlpha2Code": "JP"
}, - "continentalRegion": {
- "name": "Asia Pacific"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "streetNumber": "2",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road"
}
}
], - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "51 - 59C",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "isPrimary": true
}
], - "standardizedStockExchanges": [
- {
- "exchangeName": {
- "description": "Shanghai Stock Exchange",
- "dnbCode": 20666
}, - "sectionNames": [
- {
- "name": null,
- "language": { }
}
]
}
], - "isForbesLargestPrivateCompaniesListed": false,
- "isFortune1000Listed": false,
- "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863,
- "isPreferredRegistrationNumber": true
}
], - "primaryIndustryCode": {
- "usSicV4": "5461",
- "usSicV4Description": "Credit reporting services"
}, - "industryCodes": [
- {
- "code": "323111",
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "unspscCodes": [
- {
- "code": "31111617",
- "description": "Zinc impact extrusions",
- "priority": 1
}
], - "isNonClassifiedEstablishment": true,
- "activities": [
- {
- "description": "Entity operation description",
- "language": {
- "description": "English",
- "dnbCode": 39
}
}
], - "startDate": "2024-11-21T10:53:10Z",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2024-11-21T10:53:10Z",
- "registrationLocation": {
- "addressRegion": "California"
}
}, - "controlOwnershipDate": "1985",
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "charterType": {
- "description": "Joint tenancy",
- "dnbCode": 2110
}, - "isAgent": false,
- "isImporter": false,
- "isExporter": false,
- "registeredDetails": {
- "legalForm": {
- "description": "Corporation (US)",
- "dnbCode": 7101,
- "registrationStatus": {
- "description": "Pending",
- "dnbCode": 15626
}
}
}, - "numberOfEmployees": [
- {
- "value": 1234,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": null,
- "employmentBasisDnBCode": null
}
], - "trend": [
- {
- "timePeriod": { },
- "growthRate": null,
- "value": null,
- "reliabilityDescription": null,
- "reliabilityDnBCode": null
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "yearlyRevenue": [
- {
- "value": null,
- "currency": null
}
]
}
], - "banks": [
- {
- "name": "Bank of My Country",
- "telephone": [
- {
- "telephoneNumber": null
}
], - "address": {
- "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}, - "registrationNumbers": [
- {
- "registrationNumber": null
}
]
}
], - "isSmallBusiness": true,
- "isStandalone": false,
- "globalUltimate": {
- "numberOfEmployees": [
- {
- "value": 1234,
- "minimumValue": 700,
- "maximumValue": 1500,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
], - "financials": [
- {
- "yearlyRevenue": [
- { }
], - "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
]
}, - "domesticUltimate": {
- "numberOfEmployees": [
- {
- "value": 1234,
- "minimumValue": 700,
- "maximumValue": 1500,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
], - "financials": [
- {
- "yearlyRevenue": [
- { }
], - "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
]
}, - "organizationSizeCategory": {
- "description": "Medium",
- "dnbCode": 20548
}, - "employerDesignation": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "indexScore": 0.3,
- "designation": {
- "description": "Employer",
- "dnbCode": 36133
}, - "reliability": {
- "description": "Actual",
- "dnbCode": 9092
}
}, - "preferredLanguage": {
- "description": "English",
- "dnbCode": 39
}, - "multiLingualSearchNames": [
- {
- "name": "GORMAN",
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "imperialCalendarStartYear": 1861,
- "businessTrustIndex": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "trustIndex": 0.4,
- "trustClass": {
- "description": "Low",
- "dnbCode": 13693
}, - "nationalPercentile": 75,
- "dataProvider": {
- "description": "Debarment",
- "dnbCode": 36140
}, - "scoreReasons": [
- {
- "description": "The subject's URL is found to have a similar match in D&B's repository of high risk businesses.",
- "dnbCode": 11111
}
], - "excludedOrganization": {
- "duns": "804735132",
- "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "address": {
- "streetAddressLines": [
- { }
]
}
}
}, - "securitiesReportID": "E04991",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": 9000,
- "branchesCount": 27,
- "globalUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
}, - "domesticUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
}, - "parent": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
}, - "headQuarter": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": null,
- "isoAlpha2Code": null
}, - "continentalRegion": {
- "name": null
}, - "addressLocality": {
- "name": null
}, - "addressRegion": {
- "name": null,
- "abbreviatedName": null
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": null,
- "line2": null
}
}
}, - "branches": [
- {
- "multiLingualNames": [
- { }
]
}
]
}, - "industrialPlantsCount": 23,
- "principalsSummary": {
- "currentPrincipalsCount": 10,
- "otherAssociationsCount": 4,
- "inactiveAssociationsCount": 7,
- "unfavorableInactiveAssociationsCount": 5,
- "favorableInactiveAssociationsCount": 2,
- "detrimentalPrincipalsCount": 2,
- "detrimentalPrincipalsPercentage": 20
}, - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- {
- "givenName": null,
- "familyName": null
}
], - "gender": {
- "description": "Female",
- "dnbCode": 191
}, - "jobTitles": [
- {
- "title": null
}
], - "managementResponsibilities": [
- {
- "description": null,
- "mrcCode": null
}
], - "idNumbers": [
- {
- "idNumber": null,
- "idType": { }
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- {
- "givenName": null,
- "familyName": null,
- "fullName": null,
- "language": { },
- "writingScript": { }
}
], - "gender": {
- "description": "Female",
- "dnbCode": 191
}, - "jobTitles": [
- {
- "title": null
}
], - "managementResponsibilities": [
- {
- "description": null,
- "mrcCode": null
}
], - "idNumbers": [
- {
- "idNumber": null,
- "idType": { }
}
]
}
]
}
}
}, - "cdqRecord": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "legalForm": {
- "name": "Aktiengesellschaft",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "mainAbbreviation": "AG",
- "cdlElfCode": "AG",
- "categories": [
- {
- "name": "Limited Liability Company",
- "shortName": "LLC",
- "technicalKey": "LIMITED"
}
], - "technicalKey": "DE_9866"
}, - "identifiers": [
- {
- "value": "CHE-218.608.886 HR/MWST",
- "type": {
- "name": "CH_VAT_ID",
- "technicalKey": "CH_VAT_ID"
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}, - "issuingBody": {
- "name": "Amtsgericht Aachen",
- "shortName": "Amtsgericht Aachen",
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "url": null,
- "name": null,
- "technicalKey": null
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "description": "Amtsgericht Aachen",
- "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- {
- "value": null,
- "shortName": null,
- "fipsCode": null,
- "isoCode": null,
- "type": null,
- "language": null
}
]
}, - "gleifCode": "RA000004",
- "localAuthorityCode": "R3101",
}
}
], - "categories": [
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2024-11-21T10:53:10Z",
- "validUntil": "2024-11-21T10:53:10Z",
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}
}, - "addresses": [
- {
- "version": {
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "identifyingName": {
- "value": "John Doe"
}, - "externalId": "1",
- "metadata": {
- "primaryProvenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "careOf": {
- "value": "CDQ GmbH c/o Product Department"
}, - "contexts": [
- {
- "value": "Production hall 7, Storage field 8."
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- {
- "value": "Sankt Gallen",
- "shortName": "SG",
- "fipsCode": "SZ15",
- "isoCode": "CH-SG",
- "type": {
- "name": "COUNTY",
- "technicalKey": "COUNTY"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "postCodes": [
- "9000"
], - "localities": [
- {
- "type": {
- "name": "City",
- "technicalKey": "CITY"
}, - "shortName": "St. Gallen",
- "value": "Sankt Gallen",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "thoroughfares": [
- {
- "type": {
- "name": "Industrial zone",
- "technicalKey": "INDUSTRIAL_ZONE"
}, - "shortName": "Lukasstr. 4",
- "number": "4",
- "value": "Lukasstraße 4",
- "name": "Lukasstraße",
- "direction": "221-bis Baker Street, North",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "premises": [
- {
- "value": "Lukasstraße 4",
- "shortName": "Lukasstr. 4",
- "number": "4",
- "type": {
- "name": "Factory",
- "technicalKey": "FACTORY"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "postalDeliveryPoints": [
- {
- "type": {
- "name": "Mailbox",
- "technicalKey": "MAILBOX"
}, - "shortName": "St Gallen, Postfach 460",
- "number": "460",
- "value": "Postfach",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "openingHours": [
- {
- "openingHour": "09:00 AM",
- "closingHour": "05:00 PM",
- "weekday": "Monday"
}
], - "geographicCoordinates": {
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "types": [
- {
- "name": "Legal Address",
- "technicalKey": "LEGAL_ADDRESS"
}
], - "formattedAddress": {
- "country": "Switzerland",
- "administrativeArea": "Sankt Gallen",
- "region": "Sankt Gallen",
- "regionCode": "9004",
- "locality": "Sankt Gallen",
- "district": "City center",
- "postalCode": "9000",
- "thoroughfare": "Lukassstrasse",
- "premise": "Lukasstraße 4, Building 2, Floor 3, Room 4",
- "interurbanDeliveryPoint": "Sankt Gallen, Postfach 460",
- "mailbox": "Postfach 460",
- "postOfficeBox": "Postfach 460"
}
}
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "classifications": [
- {
- "value": "Manufacture of pesticides and other agrochemical products.",
- "code": "20.20Z",
- "level": "primary",
- "type": {
- "name": "NAF 2003",
- "technicalKey": "NAF 2003"
}
}
], - "contactEmails": [
- {
- "value": "developer-portal@cdq.com"
}
], - "hcpProfile": {
- "generalLicense": {
- "professionType": {
- "name": "Doctor",
- "technicalKey": "DOCTOR"
}, - "licenseStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}
}, - "operationalPermissions": [
- {
- "issuingAuthority": "Swiss Medical Association",
- "permissionStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}, - "activityStatus": {
- "name": "Inactive",
- "technicalKey": "INACTIVE"
}, - "practiceLocations": [
- {
- "practiceName": null,
- "selfDispensationStatus": null,
- "controlledSubstancePurchasePermission": null
}
]
}
]
}, - "minorityIndicator": {
- "value": "Social enterprise"
}, - "phoneNumbers": [
- {
- "countryPrefix": "+41",
- "number": "71 571 10 40",
- "type": {
- "name": "FAX",
- "technicalKey": "FAX"
}, - "value": "+41 71 571 10 40"
}
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": "WAREHOUSE"
}
}
], - "vatPayerStatus": {
- "publicationDate": "2024-11-21T10:53:10Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}, - "websites": [
- {
- "type": {
- "name": "Corporate Website",
- "technicalKey": "WEBSITE_TYPE_CORPORATE"
}
}
]
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "indSectorCode": "NAF",
- "emailAddress": "bp@gmail.com",
- "narp": "Friedrich Nietzsche",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "url": "www.cdq.com",
- "telNumber": "+41 71 571 10 40",
- "country": "Switzerland",
- "countryCode": "CH",
- "region": "Sankt Gallen",
- "regionCodeSap": "9004",
- "regionCode": "9004",
- "county": "Sankt Gallen",
- "countyCode": "9004",
- "township": "Sankt Gallen",
- "townshipCode": "9004",
- "city": "Sankt Gallen",
- "district": "St. Georgen",
- "postalCode": "9000",
- "postalCode3": "9000",
- "street1": "Lukasstraße 4",
- "street2": "Lukasstraße 4",
- "street5": "Lukasstraße 4",
- "houseNum": "4",
- "houseNum2": "4",
- "building": "Office 2",
- "floor": "2",
- "roomnumber": "123",
- "poBoxCountry": "9000",
- "poBoxCity": "9000",
- "poBoxPostalCode": "9000",
- "poBox": "9000",
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "relations": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645"
}
], - "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "bank": {
- "name": "Sparda Bank",
- "branch": "Filiale München",
- "address": {
- "localities": [
- {
- "type": null,
- "shortName": null,
- "value": null,
- "language": null
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- {
- "value": null,
- "shortName": null,
- "fipsCode": null,
- "isoCode": null,
- "type": null,
- "language": null
}
], - "postCodes": [
- "9000"
], - "thoroughfares": [
- {
- "type": null,
- "shortName": null,
- "number": null,
- "value": null,
- "name": null,
- "direction": null,
- "language": null
}
]
}
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": {
- "identifiers": [
- {
- "value": "7250017031",
- "type": {
- "technicalKey": "KUNNR"
}
}
]
}
}, - "cdqCommercialUltimate": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "legalForm": {
- "name": "Aktiengesellschaft",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "mainAbbreviation": "AG",
- "cdlElfCode": "AG",
- "categories": [
- {
- "name": "Limited Liability Company",
- "shortName": "LLC",
- "technicalKey": "LIMITED"
}
], - "technicalKey": "DE_9866"
}, - "identifiers": [
- {
- "value": "CHE-218.608.886 HR/MWST",
- "type": {
- "name": "CH_VAT_ID",
- "technicalKey": "CH_VAT_ID"
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}, - "issuingBody": {
- "name": "Amtsgericht Aachen",
- "shortName": "Amtsgericht Aachen",
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "url": null,
- "name": null,
- "technicalKey": null
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "description": "Amtsgericht Aachen",
- "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- {
- "value": null,
- "shortName": null,
- "fipsCode": null,
- "isoCode": null,
- "type": null,
- "language": null
}
]
}, - "gleifCode": "RA000004",
- "localAuthorityCode": "R3101",
}
}
], - "categories": [
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2024-11-21T10:53:10Z",
- "validUntil": "2024-11-21T10:53:10Z",
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}
}, - "addresses": [
- {
- "version": {
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "identifyingName": {
- "value": "John Doe"
}, - "externalId": "1",
- "metadata": {
- "primaryProvenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "careOf": {
- "value": "CDQ GmbH c/o Product Department"
}, - "contexts": [
- {
- "value": "Production hall 7, Storage field 8."
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- {
- "value": "Sankt Gallen",
- "shortName": "SG",
- "fipsCode": "SZ15",
- "isoCode": "CH-SG",
- "type": {
- "name": "COUNTY",
- "technicalKey": "COUNTY"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "postCodes": [
- "9000"
], - "localities": [
- {
- "type": {
- "name": "City",
- "technicalKey": "CITY"
}, - "shortName": "St. Gallen",
- "value": "Sankt Gallen",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "thoroughfares": [
- {
- "type": {
- "name": "Industrial zone",
- "technicalKey": "INDUSTRIAL_ZONE"
}, - "shortName": "Lukasstr. 4",
- "number": "4",
- "value": "Lukasstraße 4",
- "name": "Lukasstraße",
- "direction": "221-bis Baker Street, North",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "premises": [
- {
- "value": "Lukasstraße 4",
- "shortName": "Lukasstr. 4",
- "number": "4",
- "type": {
- "name": "Factory",
- "technicalKey": "FACTORY"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "postalDeliveryPoints": [
- {
- "type": {
- "name": "Mailbox",
- "technicalKey": "MAILBOX"
}, - "shortName": "St Gallen, Postfach 460",
- "number": "460",
- "value": "Postfach",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "openingHours": [
- {
- "openingHour": "09:00 AM",
- "closingHour": "05:00 PM",
- "weekday": "Monday"
}
], - "geographicCoordinates": {
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "types": [
- {
- "name": "Legal Address",
- "technicalKey": "LEGAL_ADDRESS"
}
], - "formattedAddress": {
- "country": "Switzerland",
- "administrativeArea": "Sankt Gallen",
- "region": "Sankt Gallen",
- "regionCode": "9004",
- "locality": "Sankt Gallen",
- "district": "City center",
- "postalCode": "9000",
- "thoroughfare": "Lukassstrasse",
- "premise": "Lukasstraße 4, Building 2, Floor 3, Room 4",
- "interurbanDeliveryPoint": "Sankt Gallen, Postfach 460",
- "mailbox": "Postfach 460",
- "postOfficeBox": "Postfach 460"
}
}
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "classifications": [
- {
- "value": "Manufacture of pesticides and other agrochemical products.",
- "code": "20.20Z",
- "level": "primary",
- "type": {
- "name": "NAF 2003",
- "technicalKey": "NAF 2003"
}
}
], - "contactEmails": [
- {
- "value": "developer-portal@cdq.com"
}
], - "hcpProfile": {
- "generalLicense": {
- "professionType": {
- "name": "Doctor",
- "technicalKey": "DOCTOR"
}, - "licenseStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}
}, - "operationalPermissions": [
- {
- "issuingAuthority": "Swiss Medical Association",
- "permissionStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}, - "activityStatus": {
- "name": "Inactive",
- "technicalKey": "INACTIVE"
}, - "practiceLocations": [
- {
- "practiceName": null,
- "selfDispensationStatus": null,
- "controlledSubstancePurchasePermission": null
}
]
}
]
}, - "minorityIndicator": {
- "value": "Social enterprise"
}, - "phoneNumbers": [
- {
- "countryPrefix": "+41",
- "number": "71 571 10 40",
- "type": {
- "name": "FAX",
- "technicalKey": "FAX"
}, - "value": "+41 71 571 10 40"
}
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": "WAREHOUSE"
}
}
], - "vatPayerStatus": {
- "publicationDate": "2024-11-21T10:53:10Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}, - "websites": [
- {
- "type": {
- "name": "Corporate Website",
- "technicalKey": "WEBSITE_TYPE_CORPORATE"
}
}
]
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "indSectorCode": "NAF",
- "emailAddress": "bp@gmail.com",
- "narp": "Friedrich Nietzsche",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "url": "www.cdq.com",
- "telNumber": "+41 71 571 10 40",
- "country": "Switzerland",
- "countryCode": "CH",
- "region": "Sankt Gallen",
- "regionCodeSap": "9004",
- "regionCode": "9004",
- "county": "Sankt Gallen",
- "countyCode": "9004",
- "township": "Sankt Gallen",
- "townshipCode": "9004",
- "city": "Sankt Gallen",
- "district": "St. Georgen",
- "postalCode": "9000",
- "postalCode3": "9000",
- "street1": "Lukasstraße 4",
- "street2": "Lukasstraße 4",
- "street5": "Lukasstraße 4",
- "houseNum": "4",
- "houseNum2": "4",
- "building": "Office 2",
- "floor": "2",
- "roomnumber": "123",
- "poBoxCountry": "9000",
- "poBoxCity": "9000",
- "poBoxPostalCode": "9000",
- "poBox": "9000",
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "relations": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645"
}
], - "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "bank": {
- "name": "Sparda Bank",
- "branch": "Filiale München",
- "address": {
- "localities": [
- {
- "type": null,
- "shortName": null,
- "value": null,
- "language": null
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- {
- "value": null,
- "shortName": null,
- "fipsCode": null,
- "isoCode": null,
- "type": null,
- "language": null
}
], - "postCodes": [
- "9000"
], - "thoroughfares": [
- {
- "type": null,
- "shortName": null,
- "number": null,
- "value": null,
- "name": null,
- "direction": null,
- "language": null
}
]
}
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": {
- "identifiers": [
- {
- "value": "7250017031",
- "type": {
- "technicalKey": "KUNNR"
}
}
]
}
}, - "legalEntity": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US"
}, - "inquiryDetail": {
- "duns": "804735132",
- "blockIDs": [
- [
- "blockID"
]
], - "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "blockStatus": [
- {
- "blockID": "blockID",
- "status": "OK",
- "reason": "Data is not available."
}
], - "organization": {
- "duns": "804735132",
- "countryISOAlpha2Code": "US",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": "9074",
- "startDate": "2024-11-21T10:53:10Z"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2024-11-21T10:53:10Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call.",
- "dnbCode": "7974"
}
], - "firstReportDate": "2024-11-21T10:53:10Z",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2024-11-21T10:53:10Z"
}, - "registeredName": "GORMAN MANUFACTURING COMPANY, INC.",
- "multilingualPrimaryName": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 39
}, - "name": "GORMAN",
- "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "multilingualRegisteredNames": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 39
}, - "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "multilingualTradestyleNames": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "name": "GORMAN",
- "priority": 1
}
], - "defaultCurrency": "USD",
- "email": [
- {
- "address": "someone@company.com"
}
], - "telephone": [
- {
- "telephoneNumber": "6505550000",
- "isdCode": "1"
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "standardAddressCodes": [
- {
- "addressCode": "ZV12467A",
- "codeType": {
- "description": "DK standard address code",
- "dnbCode": 487
}
}
], - "isRegisteredAddress": true,
- "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "statisticalArea": {
- "economicAreaOfInfluenceCode": "146"
}, - "isManufacturingLocation": true
}, - "multilingualPrimaryAddress": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "addressCountry": {
- "name": "Japan",
- "isoAlpha2Code": "JP"
}, - "continentalRegion": {
- "name": "Asia Pacific"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "streetNumber": "2",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road"
}
}
], - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "51 - 59C",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "isPrimary": true
}
], - "standardizedStockExchanges": [
- {
- "exchangeName": {
- "description": "Shanghai Stock Exchange",
- "dnbCode": 20666
}, - "sectionNames": [
- {
- "name": "JASDAQ",
- "language": {
- "description": null,
- "dnbCode": null
}
}
]
}
], - "isForbesLargestPrivateCompaniesListed": false,
- "isFortune1000Listed": false,
- "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863,
- "isPreferredRegistrationNumber": true
}
], - "primaryIndustryCode": {
- "usSicV4": "5461",
- "usSicV4Description": "Credit reporting services"
}, - "industryCodes": [
- {
- "code": "323111",
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "unspscCodes": [
- {
- "code": "31111617",
- "description": "Zinc impact extrusions",
- "priority": 1
}
], - "isNonClassifiedEstablishment": true,
- "activities": [
- {
- "description": "Entity operation description",
- "language": {
- "description": "English",
- "dnbCode": 39
}
}
], - "startDate": "2024-11-21T10:53:10Z",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2024-11-21T10:53:10Z",
- "registrationLocation": {
- "addressRegion": "California"
}
}, - "controlOwnershipDate": "1985",
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "charterType": {
- "description": "Joint tenancy",
- "dnbCode": 2110
}, - "isAgent": false,
- "isImporter": false,
- "isExporter": false,
- "registeredDetails": {
- "legalForm": {
- "description": "Corporation (US)",
- "dnbCode": 7101,
- "registrationStatus": {
- "description": "Pending",
- "dnbCode": 15626
}
}
}, - "numberOfEmployees": [
- {
- "value": 1234,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": "Principals",
- "employmentBasisDnBCode": 9064
}
], - "trend": [
- {
- "timePeriod": {
- "description": null,
- "dnbCode": null
}, - "growthRate": -7,
- "value": 23.01,
- "reliabilityDescription": "Audited",
- "reliabilityDnBCode": 9092
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "yearlyRevenue": [
- {
- "value": 19945238,
- "currency": "USD"
}
]
}
], - "banks": [
- {
- "name": "Bank of My Country",
- "telephone": [
- {
- "telephoneNumber": "6505550000"
}
], - "address": {
- "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789"
}
]
}
], - "isSmallBusiness": true,
- "isStandalone": false,
- "globalUltimate": {
- "numberOfEmployees": [
- {
- "value": 1234,
- "minimumValue": 700,
- "maximumValue": 1500,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
], - "financials": [
- {
- "yearlyRevenue": [
- {
- "value": null,
- "currency": null
}
], - "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
]
}, - "domesticUltimate": {
- "numberOfEmployees": [
- {
- "value": 1234,
- "minimumValue": 700,
- "maximumValue": 1500,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
], - "financials": [
- {
- "yearlyRevenue": [
- {
- "value": null,
- "currency": null
}
], - "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
]
}, - "organizationSizeCategory": {
- "description": "Medium",
- "dnbCode": 20548
}, - "employerDesignation": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "indexScore": 0.3,
- "designation": {
- "description": "Employer",
- "dnbCode": 36133
}, - "reliability": {
- "description": "Actual",
- "dnbCode": 9092
}
}, - "preferredLanguage": {
- "description": "English",
- "dnbCode": 39
}, - "multiLingualSearchNames": [
- {
- "name": "GORMAN",
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "imperialCalendarStartYear": 1861,
- "businessTrustIndex": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "trustIndex": 0.4,
- "trustClass": {
- "description": "Low",
- "dnbCode": 13693
}, - "nationalPercentile": 75,
- "dataProvider": {
- "description": "Debarment",
- "dnbCode": 36140
}, - "scoreReasons": [
- {
- "description": "The subject's URL is found to have a similar match in D&B's repository of high risk businesses.",
- "dnbCode": 11111
}
], - "excludedOrganization": {
- "duns": "804735132",
- "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "address": {
- "streetAddressLines": [
- {
- "line1": null
}
]
}
}
}, - "securitiesReportID": "E04991",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": 9000,
- "branchesCount": 27,
- "globalUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "domesticUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "parent": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "headQuarter": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "branches": [
- {
- "multiLingualNames": [
- {
- "name": null,
- "language": { }
}
]
}
]
}, - "industrialPlantsCount": 23,
- "principalsSummary": {
- "currentPrincipalsCount": 10,
- "otherAssociationsCount": 4,
- "inactiveAssociationsCount": 7,
- "unfavorableInactiveAssociationsCount": 5,
- "favorableInactiveAssociationsCount": 2,
- "detrimentalPrincipalsCount": 2,
- "detrimentalPrincipalsPercentage": 20
}, - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- {
- "givenName": "Leslie",
- "familyName": "Smith"
}
], - "gender": {
- "description": "Female",
- "dnbCode": 191
}, - "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
], - "idNumbers": [
- {
- "idNumber": "11356097",
- "idType": {
- "description": null,
- "dnbCode": null
}
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Smith",
- "language": {
- "description": null,
- "dnbCode": null
}, - "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "gender": {
- "description": "Female",
- "dnbCode": 191
}, - "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
], - "idNumbers": [
- {
- "idNumber": "11356097",
- "idType": {
- "description": null,
- "dnbCode": null
}
}
]
}
]
}
}, - "status": "OK",
- "message": "Service returned a correct response"
}
Fetches a Supplier Gateway record by providing the necessary information and returns the fetched record.
cdqId | string CDQ ID of the supplier gateway record to fetch. Example: "VIES:DE119267630" | ||||
featuresOn | Array of strings List of features to be activated.
Example: ["ENRICH_MINORITY_INDICATOR"] | ||||
supplierNumber | string Supplier Number to fetch the Record. Example: "SUP12345" |
successful operation
{- "cdqId": "VIES:DE119267630",
- "supplierNumber": "SUP12345",
- "featuresOn": [
- "ENRICH_MINORITY_INDICATOR"
]
}
{- "cdqId": "VIES:DE119267630",
- "supplierGateway": {
- "Code": "200",
- "Message": "Supplier gateway successfully created",
- "Supplier": {
- "SupplierNumber": "SUP12345",
- "TaxID": "12-3456789",
- "CompanyName": "Acme Corporation",
- "ContactName": "John Doe",
- "Address": "123 Main St, Springfield, IL",
- "City": "Springfield",
- "State": "IL",
- "Country": "USA",
- "Zip": "62701",
- "ZipPlus": "62701-1234",
- "Phone": "(123) 456-7890",
- "Fax": "(123) 456-7891",
- "Email": "contact@acme.com",
- "Duns": "15-048-3782",
- "yearEstablished": "2000",
- "NumberOfEmployee": "100",
- "Capability": "Manufacturing, Distribution",
- "Status": "Active",
- "Acct": "ACC12345",
- "LastAct": "2024-11-21T10:53:10Z",
- "SBASDB": "Yes",
- "Hub": "Yes",
- "HubExp": "2024-11-21T10:53:10Z",
- "Validated": "Yes",
- "Preg": "PREG12345",
- "PregStart": "2024-11-21T10:53:10Z",
- "PregComp": "2024-11-21T10:53:10Z",
- "PregStat": "Completed",
- "Mospnd18": "MOSPND12345",
- "Moamt18": "MOAMT12345",
- "MasterSupplierNo": "MSUP12345",
- "Tier2Required": "Yes",
- "Categories": [
- {
- "Name": "Manufacturing",
- "Abbreviation": "MFG"
}
], - "Ethnicities": [
- {
- "Name": "Hispanic",
- "Abbreviation": "HISP"
}
], - "Certifications": [
- {
- "Name": "ISO 9001",
- "Abbreviation": "ISO9K",
- "CertDate": "2024-11-21T10:53:10Z",
- "ExpDate": "2024-11-21T10:53:10Z",
- "CertNo": "CERT12345"
}
], - "Banks": [
- {
- "BankName": "Bank of Springfield",
- "AccountType": "Business Checking",
- "AccountNumber": "123456789",
- "RouteNumber": "987654321",
- "Address": "456 Market St, Springfield, IL",
- "CityRegion": "Springfield",
- "StateProvince": "IL",
- "PostalCode": "62702",
- "Country": "USA"
}
]
}
}, - "minorityIndicator": {
- "value": "Social enterprise"
}
}
Create a Business Partner's golden record by computing the matching score using data completeness. The golden record generated has the highest matching score.
cmd
cdqId | string CDQ ID of the Golden Record. Example: "VIES:PL1132639219" | ||||
featuresOn | Array of strings (BusinessPartnerGoldenRecordFeatureEnum) List of features to be activated.
Example: ["SHOW_FORMATTED_SAP_RECORD"] |
OK
Bad Request
{- "cdqId": "VIES:PL1132639219",
- "featuresOn": [
- "SHOW_FORMATTED_SAP_RECORD"
]
}
{- "cdqId": "VIES:PL1132639219",
- "matchingProfile": {
- "matchingScores": {
- "overall": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}, - "businessPartner": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}, - "address": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}
}
}, - "businessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "legalForm": {
- "name": "Aktiengesellschaft",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "mainAbbreviation": "AG",
- "cdlElfCode": "AG",
- "categories": [
- {
- "name": "Limited Liability Company",
- "shortName": "LLC",
- "technicalKey": "LIMITED"
}
], - "technicalKey": "DE_9866"
}, - "identifiers": [
- {
- "type": {
- "name": "CH_VAT_ID",
- "technicalKey": "CH_VAT_ID"
}, - "value": "CHE-218.608.886 HR/MWST",
- "issuingBody": {
- "shortName": "Amtsgericht Aachen",
- "name": "Amtsgericht Aachen",
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "url": null,
- "name": null,
- "technicalKey": null
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- "Sankt Gallen"
]
}
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}
}
], - "categories": [
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2024-11-21T10:53:10Z",
- "validUntil": "2024-11-21T10:53:10Z",
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}
}, - "addresses": [
- {
- "version": {
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "identifyingName": {
- "value": "John Doe"
}, - "externalId": "1",
- "metadata": {
- "primaryProvenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "careOf": {
- "value": "CDQ GmbH c/o Product Department"
}, - "contexts": [
- {
- "value": "Production hall 7, Storage field 8."
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- "Sankt Gallen"
], - "postCodes": [
- {
- "value": "9000",
- "type": {
- "name": "Regular",
- "technicalKey": "REGULAR"
}
}
], - "localities": [
- {
- "type": {
- "name": "City",
- "technicalKey": "CITY"
}, - "shortName": "St. Gallen",
- "value": "Sankt Gallen",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "thoroughfares": [
- {
- "type": {
- "name": "Industrial zone",
- "technicalKey": "INDUSTRIAL_ZONE"
}, - "shortName": "Lukasstr. 4",
- "number": "4",
- "value": "Lukasstraße 4",
- "name": "Lukasstraße",
- "direction": "221-bis Baker Street, North",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "premises": [
- {
- "value": "Lukasstraße 4",
- "shortName": "Lukasstr. 4",
- "number": "4",
- "type": {
- "name": "Factory",
- "technicalKey": "FACTORY"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "postalDeliveryPoints": [
- {
- "type": {
- "name": "Mailbox",
- "technicalKey": "MAILBOX"
}, - "shortName": "St Gallen, Postfach 460",
- "number": "460",
- "value": "Postfach",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "geographicCoordinates": {
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "types": [
- {
- "name": "Legal Address",
- "technicalKey": "LEGAL_ADDRESS"
}
], - "formattedAddress": {
- "country": "Switzerland",
- "administrativeArea": "Sankt Gallen",
- "region": "Sankt Gallen",
- "regionCode": "9004",
- "locality": "Sankt Gallen",
- "district": "City center",
- "postalCode": "9000",
- "thoroughfare": "Lukassstrasse",
- "premise": "Lukasstraße 4, Building 2, Floor 3, Room 4",
- "interurbanDeliveryPoint": "Sankt Gallen, Postfach 460",
- "mailbox": "Postfach 460",
- "postOfficeBox": "Postfach 460"
}
}
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": {
- "value": "Social enterprise"
}, - "classifications": [
- {
- "value": "Manufacture of pesticides and other agrochemical products.",
- "code": "20.20Z",
- "type": {
- "name": "NAF 2003",
}
}
], - "phoneNumbers": [
- {
- "countryPrefix": "+41",
- "number": "71 571 10 40",
- "type": {
- "name": "FAX",
}, - "value": "+41 71 571 10 40"
}
], - "websites": [
- {
- "type": {
- "name": "Corporate Website",
- "technicalKey": "WEBSITE_TYPE_CORPORATE"
}
}
], - "contactEmails": [
- {
- "value": "developer-portal@cdq.com"
}
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": "WAREHOUSE"
}
}
], - "vatPayerStatus": {
- "publicationDate": "2024-11-21T10:53:10Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}, - "hcpProfile": {
- "generalLicense": {
- "professionType": {
- "name": "Doctor",
- "technicalKey": "DOCTOR"
}, - "licenseStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}
}, - "operationalPermissions": [
- {
- "issuingAuthority": "Swiss Medical Association",
- "permissionStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}, - "activityStatus": {
- "name": "Inactive",
- "technicalKey": "INACTIVE"
}, - "practiceLocations": [
- {
- "practiceName": null,
- "selfDispensationStatus": null,
- "controlledSubstancePurchasePermission": null
}
]
}
]
}
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "indSectorCode": "NAF",
- "emailAddress": "bp@gmail.com",
- "narp": "Friedrich Nietzsche",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "url": "www.cdq.com",
- "telNumber": "+41 71 571 10 40",
- "country": "Switzerland",
- "countryCode": "CH",
- "region": "Sankt Gallen",
- "regionCodeSap": "9004",
- "regionCode": "9004",
- "county": "Sankt Gallen",
- "countyCode": "9004",
- "township": "Sankt Gallen",
- "townshipCode": "9004",
- "city": "Sankt Gallen",
- "district": "St. Georgen",
- "postalCode": "9000",
- "postalCode3": "9000",
- "street1": "Lukasstraße 4",
- "street2": "Lukasstraße 4",
- "street5": "Lukasstraße 4",
- "houseNum": "4",
- "houseNum2": "4",
- "building": "Office 2",
- "floor": "2",
- "roomnumber": "123",
- "poBoxCountry": "9000",
- "poBoxCity": "9000",
- "poBoxPostalCode": "9000",
- "poBox": "9000",
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "relations": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645",
- "startNodeBusinessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "url": null,
- "name": null,
- "technicalKey": null
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "addresses": [
- {
- "country": {
- "shortName": null,
- "value": null
}, - "postCodes": [
- null
], - "localities": [
- null
], - "thoroughfares": [
- null
]
}
]
}, - "endNodeBusinessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "url": null,
- "name": null,
- "technicalKey": null
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "addresses": [
- {
- "country": {
- "shortName": null,
- "value": null
}, - "postCodes": [
- null
], - "localities": [
- null
], - "thoroughfares": [
- null
]
}
]
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": {
- "identifiers": [
- {
- "value": "7250017031",
- "type": {
- "technicalKey": "KUNNR"
}
}
]
}, - "jsonRecord": { },
- "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "countryCode": "DE"
}
]
}, - "metadata": [
- {
- "modifiedAt": "2024-11-21T10:53:10Z",
- "modifiedBy": "76248934691294444",
- "dataSource": {
- "aleiPrefix": "DE.RC",
- "name": "VIES"
}, - "cdqId": "VIES:PL1132639219"
}
], - "businessPartnerChanges": [
- {
- "externalIds": [
- {
- "externalId": "123",
- "dataSourceId": "VIES",
- "id": "123",
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "concept": {
- "name": "Address",
- "technicalKey": "ADDRESS"
}
}
], - "property": {
- "parentConcept": {
- "name": "Address",
- "technicalKey": "ADDRESS"
}, - "name": "Minority Indicator Value",
- "technicalKey": "MINORITY_INDICATOR_VALUE",
- "content": "DE12345678",
- "contentSelector": "$.partnerProfile.minorityIndicator.value",
- "instanceSelectors": [
- {
- "key": "type.technicalKey",
- "value": "CH_UID"
}
]
}, - "newContent": "AAB",
- "previousContent": "AAB",
- "provenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "changeType": "MODIFIED",
- "changeClassification": "MAJOR",
- "confidenceScore": "0.0",
- "maxConfidenceScore": "1.0"
}
]
}
Perform a Business Partner lookup operation across all available Data Sources. The output of this operation will be a comprehensive list of Business Partners, each accompanied by their respective Data Sources and meticulously calculated matching scores. It is important to note that all accessible data sources are comprehensively documented within the Data_source Category on CDQ Wiki.
The Data Sources are categorized as follows:
The results of the Business Partner lookup operation are sorted in descending order based on their matching scores. Additionally, the results are conveniently paginated, allowing for efficient navigation through the extensive list. The page size can be effortlessly customized to accommodate specific preferences.
cmd
object (BusinessPartnerParam) Refers to an organizational entity engaged in various facets of another organization's business interactions. This collaborative connection often manifests as a customer, supplier, vendor, or service provider. In the CDQ (Corporate Data Quality) framework, the Business Partner assumes a pivotal role as a core managed entity. Each Business Partner is distinctly and globally identifiable through a unique CDQ ID. All pertinent information, including addresses, identifiers, and hierarchical data, is intricately associated with and linked to the specific Business Partner, ensuring comprehensive management and traceability within the system. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
configurationId | string (ReferenceDataConfigurationId) Configuration ID used to set up lookup. If provided, those parameters will be affected. If any of them is provided in this request, will overwrite one from configuration (except for features which are merged):
Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dataSources | Array of strings Filter data sources used during lookup. Example: ["VIES"] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
featuresOff | Array of strings (businessPartnerFeaturesDescription) List of features to be deactivated.
Example: ["ACTIVATE_DATASOURCE_BVD"] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
featuresOn | Array of strings (businessPartnerFeaturesDescription) List of features to be activated.
Example: ["ACTIVATE_DATASOURCE_BVD"] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
limit | integer [ 0 .. 1000 ] Number of items per page. Default value is 10. Example: "20" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
matchingThreshold | number <double> [ 0 .. 1 ] Matching threshold for the lookup process. Default value is 0.5. Example: "0.5" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
maxCandidates | integer [ 20 .. 200 ] Maximum number of candidates to be returned. Default value is 50. Example: "50" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startAfter | string The ID which is used to read the page. Example: "5712566172571652" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (StoragesDataSource) This field allows to filter data mirrors that will be queried. For each data mirror, data sources can also be filtered. Leave empty to include all available data mirrors in query. |
OK
Unauthorized
Forbidden
Not Found
Message ID | Technical Key | Message |
---|---|---|
429000007 | CREDITS_EXCEEDED | Credits exceeded. There is not enough credits to execute the request. Contact sales to get additional credits |
{- "matchingThreshold": 0,
- "pageSize": 10,
- "page": 0,
- "dataSources": [
- "string"
], - "businessPartner": {
- "names": [
- {
- "value": "string"
}
], - "identifiers": [
- {
- "value": "string",
- "type": {
- "technicalKey": "string"
}
}
], - "legalForm": {
- "value": "string"
}, - "addresses": [
- {
- "thoroughfares": [
- {
- "value": "string",
- "number": "string"
}
], - "localities": [
- {
- "value": "string"
}
], - "administrativeAreas": [
- {
- "value": "string"
}
], - "postCodes": [
- {
- "value": "string"
}
], - "country": {
- "shortName": "string"
}
}
]
}
}
{- "cdqId": "VIES:CZ46981691",
- "dataSource": {
- "aleiPrefix": "VIES",
- "name": "VIES"
}, - "businessPartner": {
- "names": [
- {
- "type": {
- "name": "VAT Registered Name",
- "technicalKey": "VAT_REGISTERED"
}, - "value": "TESCOMA s.r.o.",
- "language": { }
}
], - "identifiers": [
- {
- "type": {
- "name": "Value added tax identification number",
- "technicalKey": "EU_VAT_ID_CZ"
}, - "value": "CZ46981691",
- "status": {
- "technicalKey": "ACTIVE"
}
}
], - "categories": [ ],
- "addresses": [
- {
- "version": {
- "characterSet": {
- "name": "Latin",
- "technicalKey": "LATIN"
}, - "language": {
- "name": "en",
- "technicalKey": "en"
}
}, - "country": {
- "shortName": "CZ",
- "value": "Czechia"
}, - "administrativeAreas": [ ],
- "postCodes": [
- {
- "value": "760 01",
- "type": {
- "name": "Regular",
- "technicalKey": "REGULAR"
}
}
], - "localities": [
- {
- "value": "Zlín"
}
], - "thoroughfares": [
- {
- "type": {
- "name": "Street",
- "technicalKey": "STREET"
}, - "number": "1",
- "value": "U Tescomy Lužkovice"
}
], - "premises": [ ],
- "postalDeliveryPoints": [ ],
- "types": [
- {
- "name": "VAT Registered Address",
- "technicalKey": "VAT_REGISTERED"
}
], - "formattedAddress": {
- "country": "Czechia",
- "locality": "Zlín",
- "postalCode": "760 01",
- "thoroughfare": "U Tescomy Lužkovice 1"
}
}
], - "formattedSapRecord": {
- "narp": "NO",
- "stceg": "CZ46981691",
- "country": "Czechia",
- "countryCode": "CZ",
- "city": "Zlín",
- "postalCode": "760 01",
- "street1": "U Tescomy Lužkovice",
- "houseNum": "1"
}, - "types": [ ]
}
}
Perform a comprehensive Business Partner lookup across all accessible Data Sources. This endpoint offers a simplified HTTP GET method for conducting the lookup. However, it only offers a limited set of default features. For the complete range of features, it is recommended to utilize the HTTP POST version.
country | string The country (ISO code) of the Business Partner address. Example: country=CH |
identifier | string An identifier (the value, number, payload) of the Business Partner. Example: identifier=CHCHE218608886 |
identifierType | string The type of given identifier of the Business Partner. Example: identifierType=BVD_ID |
locality | string The locality (city) of the Business Partner address. Example: locality=Sankt Gallen |
name | string The name of the Business Partner. Example: name=CDQ |
postCode | string The postal code of the Business Partner address. Example: postCode=9000 |
thoroughfare | string The thoroughfare (street, incl. house number) of the Business Partner address. Example: thoroughfare=Lukasstrasse 4 |
OK
Unauthorized
Forbidden
Not Found
{- "total": "67",
- "limit": "100",
- "startAfter": "5712566172571652",
- "nextStartAfter": "5712566172571652",
- "values": [
- {
- "cdqId": "VIES:PL8660001429",
- "dataSource": "648824a691d8d2503d65103e",
- "dataSourceName": "Internal customers",
- "storageDataSource": {
- "id": "6479fd136811f0361e083211"
}, - "lastSyncAt": "2024-11-21T10:53:10Z",
- "lastUpdatedAt": "2024-11-21T10:53:10Z",
- "subscriptionMetadata": {
- "subscribed": "true",
- "numberOfSubscribers": "50"
}, - "matchingProfile": {
- "matchingScores": {
- "overall": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}, - "businessPartner": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}, - "address": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}
}
}, - "businessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "legalForm": {
- "name": "Aktiengesellschaft",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "mainAbbreviation": "AG",
- "cdlElfCode": "AG",
- "categories": [
- {
- "name": "Limited Liability Company",
- "shortName": "LLC",
- "technicalKey": "LIMITED"
}
], - "technicalKey": "DE_9866"
}, - "identifiers": [
- {
- "type": {
- "name": "CH_VAT_ID",
- "technicalKey": "CH_VAT_ID"
}, - "value": "CHE-218.608.886 HR/MWST",
- "issuingBody": {
- "shortName": "Amtsgericht Aachen",
- "name": "Amtsgericht Aachen",
- "names": [
- null
], - "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": null,
- "administrativeAreas": [ ]
}
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}
}
], - "categories": [
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2024-11-21T10:53:10Z",
- "validUntil": "2024-11-21T10:53:10Z",
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}
}, - "addresses": [
- {
- "version": {
- "characterSet": {
- "name": null,
- "technicalKey": null
}, - "language": {
- "name": null,
- "technicalKey": null
}
}, - "identifyingName": {
- "value": "John Doe"
}, - "externalId": "1",
- "metadata": {
- "primaryProvenance": {
- "name": null,
- "url": null,
- "technicalKey": null,
- "cdqId": null
}, - "language": {
- "name": null,
- "technicalKey": null
}
}, - "careOf": {
- "value": "CDQ GmbH c/o Product Department"
}, - "contexts": [
- {
- "value": null
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- "Sankt Gallen"
], - "postCodes": [
- {
- "value": null,
- "type": null
}
], - "localities": [
- {
- "type": null,
- "shortName": null,
- "value": null,
- "language": null
}
], - "thoroughfares": [
- {
- "type": null,
- "shortName": null,
- "number": null,
- "value": null,
- "name": null,
- "direction": null,
- "language": null
}
], - "premises": [
- {
- "value": null,
- "shortName": null,
- "number": null,
- "type": null,
- "language": null
}
], - "postalDeliveryPoints": [
- {
- "type": null,
- "shortName": null,
- "number": null,
- "value": null,
- "language": null
}
], - "geographicCoordinates": {
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "types": [
- {
- "name": null,
- "url": null,
- "technicalKey": null
}
], - "formattedAddress": {
- "country": "Switzerland",
- "administrativeArea": "Sankt Gallen",
- "region": "Sankt Gallen",
- "regionCode": "9004",
- "locality": "Sankt Gallen",
- "district": "City center",
- "postalCode": "9000",
- "thoroughfare": "Lukassstrasse",
- "premise": "Lukasstraße 4, Building 2, Floor 3, Room 4",
- "interurbanDeliveryPoint": "Sankt Gallen, Postfach 460",
- "mailbox": "Postfach 460",
- "postOfficeBox": "Postfach 460"
}
}
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": {
- "value": "Social enterprise"
}, - "classifications": [
- {
- "value": "Manufacture of pesticides and other agrochemical products.",
- "code": "20.20Z",
- "type": {
- "name": null,
- "url": null
}
}
], - "phoneNumbers": [
- {
- "countryPrefix": "+41",
- "number": "71 571 10 40",
- "type": {
- "name": null,
- "url": null
}, - "value": "+41 71 571 10 40"
}
], - "contactEmails": [
- {
- "value": "developer-portal@cdq.com"
}
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": null
}
}
], - "vatPayerStatus": {
- "publicationDate": "2024-11-21T10:53:10Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}, - "hcpProfile": {
- "generalLicense": {
- "professionType": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "licenseStatus": {
- "name": null,
- "url": null,
- "technicalKey": null
}
}, - "operationalPermissions": [
- {
- "issuingAuthority": null,
- "permissionStatus": null,
- "activityStatus": null,
- "practiceLocations": [ ]
}
]
}
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "indSectorCode": "NAF",
- "emailAddress": "bp@gmail.com",
- "narp": "Friedrich Nietzsche",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "url": "www.cdq.com",
- "telNumber": "+41 71 571 10 40",
- "country": "Switzerland",
- "countryCode": "CH",
- "region": "Sankt Gallen",
- "regionCodeSap": "9004",
- "regionCode": "9004",
- "county": "Sankt Gallen",
- "countyCode": "9004",
- "township": "Sankt Gallen",
- "townshipCode": "9004",
- "city": "Sankt Gallen",
- "district": "St. Georgen",
- "postalCode": "9000",
- "postalCode3": "9000",
- "street1": "Lukasstraße 4",
- "street2": "Lukasstraße 4",
- "street5": "Lukasstraße 4",
- "houseNum": "4",
- "houseNum2": "4",
- "building": "Office 2",
- "floor": "2",
- "roomnumber": "123",
- "poBoxCountry": "9000",
- "poBoxCity": "9000",
- "poBoxPostalCode": "9000",
- "poBox": "9000",
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "relations": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645",
- "startNodeBusinessPartner": {
- "names": [
- null
], - "addresses": [
- null
]
}, - "endNodeBusinessPartner": {
- "names": [
- null
], - "addresses": [
- null
]
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": {
- "identifiers": [
- {
- "value": "7250017031",
- "type": {
- "technicalKey": null
}
}
]
}, - "jsonRecord": { },
- "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "countryCode": "DE"
}
]
}, - "additionalInformation": [
- {
- "key": "KEY",
- "value": "1"
}
], - "goldenRecordUse": "PRIMARY"
}
], - "goldenRecord": {
- "cdqId": "VIES:PL1132639219",
- "matchingProfile": {
- "matchingScores": {
- "overall": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}, - "businessPartner": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}, - "address": {
- "classification": {
- "technicalKey": "HIGH",
- "name": "My Matching Configuration"
}, - "value": "0.9",
- "explanation": "BP: [overall: [IDENTIFIER: 0.55; overall: 0.55;]] A: [overall: [COUNTRY_SHORTNAME: 0.5; overall: 0.5;]]"
}
}
}, - "businessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "legalForm": {
- "name": "Aktiengesellschaft",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "mainAbbreviation": "AG",
- "cdlElfCode": "AG",
- "categories": [
- {
- "name": "Limited Liability Company",
- "shortName": "LLC",
- "technicalKey": "LIMITED"
}
], - "technicalKey": "DE_9866"
}, - "identifiers": [
- {
- "type": {
- "name": "CH_VAT_ID",
- "technicalKey": "CH_VAT_ID"
}, - "value": "CHE-218.608.886 HR/MWST",
- "issuingBody": {
- "shortName": "Amtsgericht Aachen",
- "name": "Amtsgericht Aachen",
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": {
- "shortName": null,
- "value": null
}, - "administrativeAreas": [
- null
]
}
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}
}
], - "categories": [
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2024-11-21T10:53:10Z",
- "validUntil": "2024-11-21T10:53:10Z",
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}
}, - "addresses": [
- {
- "version": {
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "identifyingName": {
- "value": "John Doe"
}, - "externalId": "1",
- "metadata": {
- "primaryProvenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}
}, - "careOf": {
- "value": "CDQ GmbH c/o Product Department"
}, - "contexts": [
- {
- "value": "Production hall 7, Storage field 8."
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- "Sankt Gallen"
], - "postCodes": [
- {
- "value": "9000",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}
}
], - "localities": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "St. Gallen",
- "value": "Sankt Gallen",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "thoroughfares": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "Lukasstr. 4",
- "number": "4",
- "value": "Lukasstraße 4",
- "name": "Lukasstraße",
- "direction": "221-bis Baker Street, North",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "premises": [
- {
- "value": "Lukasstraße 4",
- "shortName": "Lukasstr. 4",
- "number": "4",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "language": {
- "name": null,
- "technicalKey": null
}
}
], - "postalDeliveryPoints": [
- {
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "shortName": "St Gallen, Postfach 460",
- "number": "460",
- "value": "Postfach",
- "language": {
- "name": null,
- "technicalKey": null
}
}
], - "geographicCoordinates": {
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "types": [
- {
- "name": "Legal Address",
- "technicalKey": "LEGAL_ADDRESS"
}
], - "formattedAddress": {
- "country": "Switzerland",
- "administrativeArea": "Sankt Gallen",
- "region": "Sankt Gallen",
- "regionCode": "9004",
- "locality": "Sankt Gallen",
- "district": "City center",
- "postalCode": "9000",
- "thoroughfare": "Lukassstrasse",
- "premise": "Lukasstraße 4, Building 2, Floor 3, Room 4",
- "interurbanDeliveryPoint": "Sankt Gallen, Postfach 460",
- "mailbox": "Postfach 460",
- "postOfficeBox": "Postfach 460"
}
}
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": {
- "value": "Social enterprise"
}, - "classifications": [
- {
- "value": "Manufacture of pesticides and other agrochemical products.",
- "code": "20.20Z",
- "type": {
- "name": "NAF 2003",
}
}
], - "phoneNumbers": [
- {
- "countryPrefix": "+41",
- "number": "71 571 10 40",
- "type": {
- "name": "FAX",
}, - "value": "+41 71 571 10 40"
}
], - "websites": [
- {
- "type": {
- "name": "Corporate Website",
- "technicalKey": "WEBSITE_TYPE_CORPORATE"
}
}
], - "contactEmails": [
- {
- "value": "developer-portal@cdq.com"
}
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": "WAREHOUSE"
}
}
], - "vatPayerStatus": {
- "publicationDate": "2024-11-21T10:53:10Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}, - "hcpProfile": {
- "generalLicense": {
- "professionType": {
- "name": "Doctor",
- "technicalKey": "DOCTOR"
}, - "licenseStatus": {
- "name": "Granted",
- "technicalKey": "GRANTED"
}
}, - "operationalPermissions": [
- {
- "issuingAuthority": "Swiss Medical Association",
- "permissionStatus": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "activityStatus": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "practiceLocations": [
- null
]
}
]
}
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "indSectorCode": "NAF",
- "emailAddress": "bp@gmail.com",
- "narp": "Friedrich Nietzsche",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "url": "www.cdq.com",
- "telNumber": "+41 71 571 10 40",
- "country": "Switzerland",
- "countryCode": "CH",
- "region": "Sankt Gallen",
- "regionCodeSap": "9004",
- "regionCode": "9004",
- "county": "Sankt Gallen",
- "countyCode": "9004",
- "township": "Sankt Gallen",
- "townshipCode": "9004",
- "city": "Sankt Gallen",
- "district": "St. Georgen",
- "postalCode": "9000",
- "postalCode3": "9000",
- "street1": "Lukasstraße 4",
- "street2": "Lukasstraße 4",
- "street5": "Lukasstraße 4",
- "houseNum": "4",
- "houseNum2": "4",
- "building": "Office 2",
- "floor": "2",
- "roomnumber": "123",
- "poBoxCountry": "9000",
- "poBoxCity": "9000",
- "poBoxPostalCode": "9000",
- "poBox": "9000",
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "relations": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645",
- "startNodeBusinessPartner": {
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "addresses": [
- {
- "country": null,
- "postCodes": [ ],
- "localities": [ ],
- "thoroughfares": [ ]
}
]
}, - "endNodeBusinessPartner": {
- "names": [
- {
- "shortName": null,
- "type": null,
- "value": null,
- "language": null
}
], - "addresses": [
- {
- "country": null,
- "postCodes": [ ],
- "localities": [ ],
- "thoroughfares": [ ]
}
]
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": {
- "identifiers": [
- {
- "value": "7250017031",
- "type": {
- "technicalKey": "KUNNR"
}
}
]
}, - "jsonRecord": { },
- "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "countryCode": "DE"
}
]
}, - "metadata": [
- {
- "modifiedAt": "2024-11-21T10:53:10Z",
- "modifiedBy": "76248934691294444",
- "dataSource": {
- "aleiPrefix": "DE.RC",
- "name": "VIES"
}, - "cdqId": "VIES:PL1132639219"
}
], - "businessPartnerChanges": [
- {
- "externalIds": [
- {
- "externalId": "123",
- "dataSourceId": "VIES",
- "id": "123",
- "characterSet": {
- "name": "International",
- "technicalKey": "INTERNATIONAL"
}, - "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "concept": {
- "name": "Address",
- "technicalKey": "ADDRESS"
}
}
], - "property": {
- "parentConcept": {
- "name": "Address",
- "technicalKey": "ADDRESS"
}, - "name": "Minority Indicator Value",
- "technicalKey": "MINORITY_INDICATOR_VALUE",
- "content": "DE12345678",
- "contentSelector": "$.partnerProfile.minorityIndicator.value",
- "instanceSelectors": [
- {
- "key": "type.technicalKey",
- "value": "CH_UID"
}
]
}, - "newContent": "AAB",
- "previousContent": "AAB",
- "provenance": {
- "name": "VIES",
- "technicalKey": "VIES",
- "cdqId": "VIES:PL8660001429"
}, - "changeType": "MODIFIED",
- "changeClassification": "MAJOR",
- "confidenceScore": "0.0",
- "maxConfidenceScore": "1.0"
}
]
}, - "debugInfo": {
- "features": [
- {
- "feature": "ACTIVATE_DATASOURCE_BVD",
- "active": "true"
}
], - "request": {
- "limit": "20",
- "startAfter": "5712566172571652",
- "dataSources": [
- "VIES"
], - "matchingThreshold": "0.5",
- "maxCandidates": "50",
- "storagesDataSources": [
- {
- "storageId": "6479fd136811f0361e083211",
- "dataSources": [
- {
- "id": "6479fd136811f0361e083211"
}
]
}
], - "featuresOn": [
- "ACTIVATE_DATASOURCE_BVD"
], - "featuresOff": [
- "ACTIVATE_DATASOURCE_BVD"
], - "businessPartner": {
- "names": [
- {
- "value": "Concept name or value"
}
], - "identifiers": [
- {
- "value": "CHE-218.608.886 HR/MWST",
- "type": {
- "technicalKey": "ABN_AU"
}, - "issuingBody": {
- "technicalKey": "Amtsgericht Aachen",
- "name": "Amtsgericht Aachen"
}
}
], - "legalForm": {
- "value": "Concept name or value"
}, - "addresses": [
- {
- "thoroughfares": [
- {
- "value": null,
- "number": null
}
], - "localities": [
- {
- "value": null
}
], - "administrativeAreas": [
- {
- "value": null
}
], - "postCodes": [
- {
- "value": null
}
], - "country": {
- "shortName": "CH"
}
}
], - "jsonRecord": { }
}, - "configurationId": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4"
}, - "curatedRequest": {
- "limit": "20",
- "startAfter": "5712566172571652",
- "dataSources": [
- "VIES"
], - "matchingThreshold": "0.5",
- "maxCandidates": "50",
- "storagesDataSources": [
- {
- "storageId": "6479fd136811f0361e083211",
- "dataSources": [
- {
- "id": "6479fd136811f0361e083211"
}
]
}
], - "featuresOn": [
- "ACTIVATE_DATASOURCE_BVD"
], - "featuresOff": [
- "ACTIVATE_DATASOURCE_BVD"
], - "businessPartner": {
- "names": [
- {
- "value": "Concept name or value"
}
], - "identifiers": [
- {
- "value": "CHE-218.608.886 HR/MWST",
- "type": {
- "technicalKey": "ABN_AU"
}, - "issuingBody": {
- "technicalKey": "Amtsgericht Aachen",
- "name": "Amtsgericht Aachen"
}
}
], - "legalForm": {
- "value": "Concept name or value"
}, - "addresses": [
- {
- "thoroughfares": [
- {
- "value": null,
- "number": null
}
], - "localities": [
- {
- "value": null
}
], - "administrativeAreas": [
- {
- "value": null
}
], - "postCodes": [
- {
- "value": null
}
], - "country": {
- "shortName": "CH"
}
}
], - "jsonRecord": { }
}, - "configurationId": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4"
}, - "externalServiceResponses": [
- {
- "apiError": {
- "status": {
- "code": "400",
- "technicalKey": "OK",
- "details": [
- {
- "id": null,
- "message": null,
- "technicalKey": null
}
], - "path": "/v2/businesspartners/lookup",
- "timestamp": "2024-11-21T10:53:10Z"
}
}, - "timestamp": "2024-11-21T10:53:10Z",
- "httpStatus": "400",
- "httpPath": "/v2/businesspartners/lookup",
- "status": "OK",
- "message": "VIES_NOT_AVAILABLE - Vies is currently not available",
- "source": "CHUID",
- "additionalInformations": [
- {
- "key": "KEY",
- "value": "1"
}
]
}
]
}, - "annotations": [
- {
- "technicalKey": "Ref-cred",
- "message": "Incorrect credentials",
- "severity": "ERROR"
}
]
}
Fetch CMPELK product for a given CDQ-ID.
successful operation
{- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": {
- "duns": 804735132,
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": 9074
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call",
- "dnbCode": 7974
}
], - "fullReportDate": "2024-11-21T10:53:10Z"
}, - "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "telephone": [
- {
- "telephoneNumber": 6505550000,
- "isdCode": 1,
- "isUnreachable": "false"
}
], - "fax": [
- {
- "faxNumber": 6505550001,
- "isdCode": 1
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": 81
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": 41860,
- "economicAreaOfInfluenceCode": 146,
- "populationRank": {
- "rankNumber": 9,
- "rankDnBCode": 10961,
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": 1129
}, - "premisesArea": {
- "measurement": 10034,
- "unitDescription": "square foot",
- "unitDnBCode": 3848,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}, - "isManufacturingLocation": "true"
}, - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "exchangeCountry": {
- "isoAlpha2Code": "US"
}, - "isPrimary": "true"
}
], - "thirdPartyAssessment": [
- {
- "description": "Fortune 500 Revenue Rank",
- "dnbCode": 23290,
- "assessmentDate": 2017,
- "value": 31
}
], - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863
}
], - "industryCodes": [
- {
- "code": 323111,
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "controlOwnershipDate": 1985,
- "startDate": 1985,
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "isAgent": "false",
- "isImporter": "false",
- "isExporter": "false",
- "numberOfEmployees": [
- {
- "value": 1234,
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": "Principals",
- "employmentBasisDnBCode": 9064
}
], - "trend": [
- {
- "timePeriod": {
- "description": "1 - 5 years",
- "dnbCode": 13721
}, - "growthRate": -7
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Actual",
- "informationScopeDnBCode": 9092,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "accountantName": "Johnson, Jordan & Jones CPAs",
- "yearlyRevenue": [
- {
- "value": 19945238,
- "currency": "USD",
- "trend": [
- {
- "timePeriod": { },
- "growthRate": null
}
]
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
]
}
], - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
]
}
], - "socioEconomicInformation": {
- "isMinorityOwned": "false",
- "isSmallBusiness": "false"
}, - "isStandalone": "false",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": "4",
- "globalUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "domesticUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": ""
}
}, - "parent": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "headQuarter": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}
}, - "shareOwnership": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "ownershipPercentage": 8.56
}
], - "affiliates": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "associationType": {
- "dnbCode": 30488,
- "description": "Dealer Alternate Linkage"
}, - "franchiseName": "Franchise",
- "franchiseID": "1058890509"
}
], - "extendedLinkageInsight": {
- "brandName": "DUN&BRADSTREET",
- "familyTreeCount": 145,
- "globalUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "domesticUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "parent": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "linkageSourceCategory": 6,
- "associationType": {
- "description": "Agent Alternate Linkage",
- "dnbCode": 30487
}, - "nameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "brandEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "industryEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "locationEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "ceoEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "principalNameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "telephoneEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webDomainEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webPageEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "financialReportEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "wikipediaEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "feedbackEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}
}
}
}
Fetch Commercial Ultimate for a given CDQ-ID.
successful operation
{- "duns": "804735132",
- "primaryName": "Acme Corporation",
- "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": "39"
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": "81"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": "1009"
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": "120"
}, - "latitude": "37.777709",
- "longitude": "-122.404624",
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": "30256"
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": "41860",
- "economicAreaOfInfluenceCode": "146",
- "populationRank": {
- "rankNumber": "9",
- "rankDnBCode": "10961",
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": "1129"
}, - "premisesArea": {
- "measurement": "10034",
- "unitDescription": "square foot",
- "unitDnBCode": "3848",
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": "9092"
}, - "isManufacturingLocation": "true"
}, - "path": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "parentDuns": "804735133",
- "governmental": "false",
- "holding": "false",
- "foundation": "false",
- "rawData": {
- "relevantIndustryCodes": [
- {
- "code": "1611",
- "priority": "2"
}
], - "operatingStatus": {
- "dnbCode": "9074",
- "description": "Active"
}, - "isStandalone": "false",
- "hierarchyLevel": "6",
- "globalUltimateFamilyTreeMembersCount": "12368",
- "familytreeRolesPlayed": [
- {
- "dnbCode": "9141",
- "description": "Parent/Headquarter"
}
]
}
}
], - "cmpelkV2": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": {
- "duns": 804735132,
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": 9074
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call",
- "dnbCode": 7974
}
], - "fullReportDate": "2024-11-21T10:53:10Z"
}, - "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "telephone": [
- {
- "telephoneNumber": 6505550000,
- "isdCode": 1,
- "isUnreachable": "false"
}
], - "fax": [
- {
- "faxNumber": 6505550001,
- "isdCode": 1
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19",
- "fipsCode": "06"
}, - "addressCounty": {
- "name": "SAN MATEO",
- "fipsCode": 81
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "isRegisteredAddress": "true",
- "isResidentialAddress": "false",
- "statisticalArea": {
- "cbsaName": "San Francisco-Oakland-Hayward CA",
- "cbsaCode": 41860,
- "economicAreaOfInfluenceCode": 146,
- "populationRank": {
- "rankNumber": 9,
- "rankDnBCode": 10961,
- "rankDescription": "500,000 +"
}
}, - "locationOwnership": {
- "description": "Rents",
- "dnbCode": 1129
}, - "premisesArea": {
- "measurement": 10034,
- "unitDescription": "square foot",
- "unitDnBCode": 3848,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}, - "isManufacturingLocation": "true"
}, - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": 492,
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": 5309,
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "exchangeCountry": {
- "isoAlpha2Code": "US"
}, - "isPrimary": "true"
}
], - "thirdPartyAssessment": [
- {
- "description": "Fortune 500 Revenue Rank",
- "dnbCode": 23290,
- "assessmentDate": 2017,
- "value": 31
}
], - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863
}
], - "industryCodes": [
- {
- "code": 323111,
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "controlOwnershipDate": 1985,
- "startDate": 1985,
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "isAgent": "false",
- "isImporter": "false",
- "isExporter": "false",
- "numberOfEmployees": [
- {
- "value": 1234,
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": "Principals",
- "employmentBasisDnBCode": 9064
}
], - "trend": [
- {
- "timePeriod": {
- "description": null,
- "dnbCode": null
}, - "growthRate": -7
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Actual",
- "informationScopeDnBCode": 9092,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "accountantName": "Johnson, Jordan & Jones CPAs",
- "yearlyRevenue": [
- {
- "value": 19945238,
- "currency": "USD",
- "trend": [
- { }
]
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
]
}
], - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "gender": "Female",
- "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
]
}
], - "socioEconomicInformation": {
- "isMinorityOwned": "false",
- "isSmallBusiness": "false"
}, - "isStandalone": "false",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": "4",
- "globalUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "domesticUltimate": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": ""
}
}, - "parent": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "headQuarter": {
- "duns": 804735132,
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US",
- "fipsCode": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": 941109999,
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}
}, - "shareOwnership": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "ownershipPercentage": 8.56
}
], - "affiliates": [
- {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "associationType": {
- "dnbCode": 30488,
- "description": "Dealer Alternate Linkage"
}, - "franchiseName": "Franchise",
- "franchiseID": "1058890509"
}
], - "extendedLinkageInsight": {
- "brandName": "DUN&BRADSTREET",
- "familyTreeCount": 145,
- "globalUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "domesticUltimate": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "parent": {
- "duns": "005438890",
- "name": "Lawson Products, Inc.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States"
}
}
}, - "linkageSourceCategory": 6,
- "associationType": {
- "description": "Agent Alternate Linkage",
- "dnbCode": 30487
}, - "nameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "brandEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "industryEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "locationEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "ceoEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "principalNameEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "telephoneEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webDomainEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "webPageEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "financialReportEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "wikipediaEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}, - "feedbackEvidenceStrength": {
- "description": "Moderate",
- "dnbCode": 13695
}
}
}
}, - "dataBlock": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2024-11-21T10:53:10Z",
- "inLanguage": "en-US"
}, - "inquiryDetail": {
- "duns": "804735132",
- "blockIDs": [
- [
- "blockID"
]
], - "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "blockStatus": [
- {
- "blockID": "blockID",
- "status": "OK",
- "reason": "Data is not available."
}
], - "organization": {
- "duns": "804735132",
- "countryISOAlpha2Code": "US",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "dunsControlStatus": {
- "operatingStatus": {
- "description": "Active",
- "dnbCode": "9074",
- "startDate": "2024-11-21T10:53:10Z"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2024-11-21T10:53:10Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call.",
- "dnbCode": "7974"
}
], - "firstReportDate": "2024-11-21T10:53:10Z",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2024-11-21T10:53:10Z"
}, - "registeredName": "GORMAN MANUFACTURING COMPANY, INC.",
- "multilingualPrimaryName": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 39
}, - "name": "GORMAN",
- "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "multilingualRegisteredNames": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 39
}, - "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "tradeStyleNames": [
- {
- "name": "Alternate Company Name",
- "priority": 1
}
], - "multilingualTradestyleNames": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "name": "GORMAN",
- "priority": 1
}
], - "defaultCurrency": "USD",
- "email": [
- {
- "address": "someone@company.com"
}
], - "telephone": [
- {
- "telephoneNumber": "6505550000",
- "isdCode": "1"
}
], - "primaryAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA",
- "isoSubDivisionName": "Yamanashi",
- "isoSubDivisionCode": "JP-19"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "492",
- "streetName": "KOLLER ST",
- "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}, - "standardAddressCodes": [
- {
- "addressCode": "ZV12467A",
- "codeType": {
- "description": "DK standard address code",
- "dnbCode": 487
}
}
], - "isRegisteredAddress": true,
- "latitude": 37.777709,
- "longitude": -122.404624,
- "geographicalPrecision": {
- "description": "Street Segment Centroid",
- "dnbCode": 30256
}, - "statisticalArea": {
- "economicAreaOfInfluenceCode": "146"
}, - "isManufacturingLocation": true
}, - "multilingualPrimaryAddress": [
- {
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "addressCountry": {
- "name": "Japan",
- "isoAlpha2Code": "JP"
}, - "continentalRegion": {
- "name": "Asia Pacific"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "streetNumber": "2",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road"
}
}
], - "registeredAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "streetNumber": "51 - 59C",
- "streetName": "Wall Street",
- "streetAddress": {
- "line1": "The Point",
- "line2": "37 North Wharf Road",
- "line3": "Address line 3",
- "line4": "Address line 4"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "mailingAddress": {
- "language": {
- "description": "English",
- "dnbCode": 39
}, - "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "minorTownName": "Booker",
- "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "addressCounty": {
- "name": "SAN MATEO"
}, - "postalCode": "941109999",
- "postalCodePosition": {
- "description": "Post code presented before Town/City name",
- "dnbCode": 1009
}, - "postalRoute": "route 3B",
- "streetNumber": "492",
- "streetName": "KOLLER ST",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}, - "postOfficeBox": {
- "postOfficeBoxNumber": "5309",
- "typeDescription": "Supplied by public Post Office authority",
- "typeDnBCode": 120
}
}, - "stockExchanges": [
- {
- "tickerName": "NYSE:DNB",
- "exchangeName": {
- "description": "NYSE"
}, - "isPrimary": true
}
], - "standardizedStockExchanges": [
- {
- "exchangeName": {
- "description": "Shanghai Stock Exchange",
- "dnbCode": 20666
}, - "sectionNames": [
- {
- "name": "JASDAQ",
- "language": {
- "description": null,
- "dnbCode": null
}
}
]
}
], - "isForbesLargestPrivateCompaniesListed": false,
- "isFortune1000Listed": false,
- "registrationNumbers": [
- {
- "registrationNumber": "12-3456789",
- "typeDescription": "Federal Taxpayer Identification Number (US)",
- "typeDnBCode": 6863,
- "isPreferredRegistrationNumber": true
}
], - "primaryIndustryCode": {
- "usSicV4": "5461",
- "usSicV4Description": "Credit reporting services"
}, - "industryCodes": [
- {
- "code": "323111",
- "description": "Commercial Printing ",
- "typeDescription": "North American Industry Classification System 2012",
- "typeDnBCode": 24664,
- "priority": 1
}
], - "unspscCodes": [
- {
- "code": "31111617",
- "description": "Zinc impact extrusions",
- "priority": 1
}
], - "isNonClassifiedEstablishment": true,
- "activities": [
- {
- "description": "Entity operation description",
- "language": {
- "description": "English",
- "dnbCode": 39
}
}
], - "startDate": "2024-11-21T10:53:10Z",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2024-11-21T10:53:10Z",
- "registrationLocation": {
- "addressRegion": "California"
}
}, - "controlOwnershipDate": "1985",
- "controlOwnershipType": {
- "description": "Privately owned",
- "dnbCode": 9058
}, - "charterType": {
- "description": "Joint tenancy",
- "dnbCode": 2110
}, - "isAgent": false,
- "isImporter": false,
- "isExporter": false,
- "registeredDetails": {
- "legalForm": {
- "description": "Corporation (US)",
- "dnbCode": 7101,
- "registrationStatus": {
- "description": "Pending",
- "dnbCode": 15626
}
}
}, - "numberOfEmployees": [
- {
- "value": 1234,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- {
- "employmentBasisDescription": "Principals",
- "employmentBasisDnBCode": 9064
}
], - "trend": [
- {
- "timePeriod": {
- "description": null,
- "dnbCode": null
}, - "growthRate": -7,
- "value": 23.01,
- "reliabilityDescription": "Audited",
- "reliabilityDnBCode": 9092
}
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-11-21T10:53:10Z",
- "financialStatementDuration": "Annual",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "unitCode": "Single Units",
- "yearlyRevenue": [
- {
- "value": 19945238,
- "currency": "USD"
}
]
}
], - "banks": [
- {
- "name": "Bank of My Country",
- "telephone": [
- {
- "telephoneNumber": "6505550000"
}
], - "address": {
- "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}, - "registrationNumbers": [
- {
- "registrationNumber": "12-3456789"
}
]
}
], - "isSmallBusiness": true,
- "isStandalone": false,
- "globalUltimate": {
- "numberOfEmployees": [
- {
- "value": 1234,
- "minimumValue": 700,
- "maximumValue": 1500,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
], - "financials": [
- {
- "yearlyRevenue": [
- {
- "value": null,
- "currency": null
}
], - "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
]
}, - "domesticUltimate": {
- "numberOfEmployees": [
- {
- "value": 1234,
- "minimumValue": 700,
- "maximumValue": 1500,
- "employeeFiguresDate": "2024-11-21T10:53:10Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
], - "financials": [
- {
- "yearlyRevenue": [
- {
- "value": null,
- "currency": null
}
], - "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092
}
]
}, - "organizationSizeCategory": {
- "description": "Medium",
- "dnbCode": 20548
}, - "employerDesignation": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "indexScore": 0.3,
- "designation": {
- "description": "Employer",
- "dnbCode": 36133
}, - "reliability": {
- "description": "Actual",
- "dnbCode": 9092
}
}, - "preferredLanguage": {
- "description": "English",
- "dnbCode": 39
}, - "multiLingualSearchNames": [
- {
- "name": "GORMAN",
- "language": {
- "description": "Japanese",
- "dnbCode": 3807
}, - "writingScript": {
- "description": "Kana",
- "dnbCode": 19347
}
}
], - "imperialCalendarStartYear": 1861,
- "businessTrustIndex": {
- "scoreDate": "2024-11-21T10:53:10Z",
- "trustIndex": 0.4,
- "trustClass": {
- "description": "Low",
- "dnbCode": 13693
}, - "nationalPercentile": 75,
- "dataProvider": {
- "description": "Debarment",
- "dnbCode": 36140
}, - "scoreReasons": [
- {
- "description": "The subject's URL is found to have a similar match in D&B's repository of high risk businesses.",
- "dnbCode": 11111
}
], - "excludedOrganization": {
- "duns": "804735132",
- "name": "GORMAN MANUFACTURING COMPANY, INC.",
- "address": {
- "streetAddressLines": [
- {
- "line1": null
}
]
}
}
}, - "securitiesReportID": "E04991",
- "corporateLinkage": {
- "familytreeRolesPlayed": [
- {
- "description": "Parent/Headquarters",
- "dnbCode": 9141
}
], - "hierarchyLevel": 1,
- "globalUltimateFamilyTreeMembersCount": 9000,
- "branchesCount": 27,
- "globalUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "domesticUltimate": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "parent": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "headQuarter": {
- "duns": "804735132",
- "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "primaryAddress": {
- "addressCountry": {
- "name": "United States",
- "isoAlpha2Code": "US"
}, - "continentalRegion": {
- "name": "North America"
}, - "addressLocality": {
- "name": "SAN FRANCISCO"
}, - "addressRegion": {
- "name": "California",
- "abbreviatedName": "CA"
}, - "postalCode": "941109999",
- "streetAddress": {
- "line1": "492 KOLLER ST",
- "line2": "Suite 100"
}
}
}, - "branches": [
- {
- "multiLingualNames": [
- {
- "name": null,
- "language": { }
}
]
}
]
}, - "industrialPlantsCount": 23,
- "principalsSummary": {
- "currentPrincipalsCount": 10,
- "otherAssociationsCount": 4,
- "inactiveAssociationsCount": 7,
- "unfavorableInactiveAssociationsCount": 5,
- "favorableInactiveAssociationsCount": 2,
- "detrimentalPrincipalsCount": 2,
- "detrimentalPrincipalsPercentage": 20
}, - "currentPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- {
- "givenName": "Leslie",
- "familyName": "Smith"
}
], - "gender": {
- "description": "Female",
- "dnbCode": 191
}, - "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
], - "idNumbers": [
- {
- "idNumber": "11356097",
- "idType": {
- "description": null,
- "dnbCode": null
}
}
]
}
], - "mostSeniorPrincipals": [
- {
- "givenName": "Leslie",
- "middleName": "Ann",
- "familyName": "Smith",
- "fullName": "Leslie Ann Smith",
- "namePrefix": "Dr.",
- "nameSuffix": "PhD",
- "associationStartDate": "2024-11-21T10:53:10Z",
- "otherLanguageNames": [
- {
- "givenName": "Leslie",
- "familyName": "Smith",
- "fullName": "Leslie Smith",
- "language": {
- "description": null,
- "dnbCode": null
}, - "writingScript": {
- "description": null,
- "dnbCode": null
}
}
], - "gender": {
- "description": "Female",
- "dnbCode": 191
}, - "jobTitles": [
- {
- "title": "President"
}
], - "managementResponsibilities": [
- {
- "description": "President",
- "mrcCode": "A1A6"
}
], - "idNumbers": [
- {
- "idNumber": "11356097",
- "idType": {
- "description": null,
- "dnbCode": null
}
}
]
}
]
}
}
}
Use for single queries to quickly find a Business Partner. User have to verify the results. To be used when Business Partner is not normalized e.g. Company Name and Address are in one line.
cmd
OK
Unauthorized
Forbidden
Not Found
{- "query": "CDQ, 50-078 Wrocław"
}
{- "pageSize": "10",
- "totals": "67",
- "page": "1",
- "values": [
- {
- "relevanceScore": "0.8",
- "cdqId": "VIES:PL8660001429",
- "dataSource": "648824a691d8d2503d65103e",
- "businessPartner": {
- "names": [
- {
- "shortName": "CDQ AG",
- "type": {
- "name": "Local Name",
- "technicalKey": "LOCAL"
}, - "value": "Corporate Data Quality AG",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}
}
], - "legalForm": {
- "name": "Aktiengesellschaft",
- "language": {
- "name": "German",
- "technicalKey": "DE"
}, - "mainAbbreviation": "AG",
- "cdlElfCode": "AG",
- "categories": [
- {
- "name": "Limited Liability Company",
- "shortName": "LLC",
- "technicalKey": "LIMITED"
}
], - "technicalKey": "DE_9866"
}, - "identifiers": [
- {
- "type": {
- "name": "CH_VAT_ID",
- "technicalKey": "CH_VAT_ID"
}, - "value": "CHE-218.608.886 HR/MWST",
- "issuingBody": {
- "shortName": "Amtsgericht Aachen",
- "name": "Amtsgericht Aachen",
- "names": [
- null
], - "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": null,
- "administrativeAreas": [ ]
}
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}
}
], - "categories": [
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2024-11-21T10:53:10Z",
- "validUntil": "2024-11-21T10:53:10Z",
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}
}, - "addresses": [
- {
- "version": {
- "characterSet": {
- "name": null,
- "technicalKey": null
}, - "language": {
- "name": null,
- "technicalKey": null
}
}, - "identifyingName": {
- "value": "John Doe"
}, - "externalId": "1",
- "metadata": {
- "primaryProvenance": {
- "name": null,
- "url": null,
- "technicalKey": null,
- "cdqId": null
}, - "language": {
- "name": null,
- "technicalKey": null
}
}, - "careOf": {
- "value": "CDQ GmbH c/o Product Department"
}, - "contexts": [
- {
- "value": null
}
], - "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- "Sankt Gallen"
], - "postCodes": [
- {
- "value": null,
- "type": null
}
], - "localities": [
- {
- "type": null,
- "shortName": null,
- "value": null,
- "language": null
}
], - "thoroughfares": [
- {
- "type": null,
- "shortName": null,
- "number": null,
- "value": null,
- "name": null,
- "direction": null,
- "language": null
}
], - "premises": [
- {
- "value": null,
- "shortName": null,
- "number": null,
- "type": null,
- "language": null
}
], - "postalDeliveryPoints": [
- {
- "type": null,
- "shortName": null,
- "number": null,
- "value": null,
- "language": null
}
], - "geographicCoordinates": {
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "types": [
- {
- "name": null,
- "url": null,
- "technicalKey": null
}
], - "formattedAddress": {
- "country": "Switzerland",
- "administrativeArea": "Sankt Gallen",
- "region": "Sankt Gallen",
- "regionCode": "9004",
- "locality": "Sankt Gallen",
- "district": "City center",
- "postalCode": "9000",
- "thoroughfare": "Lukassstrasse",
- "premise": "Lukasstraße 4, Building 2, Floor 3, Room 4",
- "interurbanDeliveryPoint": "Sankt Gallen, Postfach 460",
- "mailbox": "Postfach 460",
- "postOfficeBox": "Postfach 460"
}
}
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": {
- "value": "Social enterprise"
}, - "classifications": [
- {
- "value": "Manufacture of pesticides and other agrochemical products.",
- "code": "20.20Z",
- "type": {
- "name": null,
- "url": null
}
}
], - "phoneNumbers": [
- {
- "countryPrefix": "+41",
- "number": "71 571 10 40",
- "type": {
- "name": null,
- "url": null
}, - "value": "+41 71 571 10 40"
}
], - "contactEmails": [
- {
- "value": "developer-portal@cdq.com"
}
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": null
}
}
], - "vatPayerStatus": {
- "publicationDate": "2024-11-21T10:53:10Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}, - "hcpProfile": {
- "generalLicense": {
- "professionType": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "licenseStatus": {
- "name": null,
- "url": null,
- "technicalKey": null
}
}, - "operationalPermissions": [
- {
- "issuingAuthority": null,
- "permissionStatus": null,
- "activityStatus": null,
- "practiceLocations": [ ]
}
]
}
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "indSectorCode": "NAF",
- "emailAddress": "bp@gmail.com",
- "narp": "Friedrich Nietzsche",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "url": "www.cdq.com",
- "telNumber": "+41 71 571 10 40",
- "country": "Switzerland",
- "countryCode": "CH",
- "region": "Sankt Gallen",
- "regionCodeSap": "9004",
- "regionCode": "9004",
- "county": "Sankt Gallen",
- "countyCode": "9004",
- "township": "Sankt Gallen",
- "townshipCode": "9004",
- "city": "Sankt Gallen",
- "district": "St. Georgen",
- "postalCode": "9000",
- "postalCode3": "9000",
- "street1": "Lukasstraße 4",
- "street2": "Lukasstraße 4",
- "street5": "Lukasstraße 4",
- "houseNum": "4",
- "houseNum2": "4",
- "building": "Office 2",
- "floor": "2",
- "roomnumber": "123",
- "poBoxCountry": "9000",
- "poBoxCity": "9000",
- "poBoxPostalCode": "9000",
- "poBox": "9000",
- "latitude": "47.439549",
- "longitude": "9.395275"
}, - "relations": [
- {
- "startedAt": "2024-11-21T10:53:10Z",
- "endedAt": "2024-11-21T10:53:10Z",
- "type": {
- "name": "Commercial ultimate",
- "technicalKey": "COMMERCIAL_ULTIMATE"
}, - "class": {
- "name": "CDQ Hierarchy",
- "technicalKey": "BUSINESS_PARTNER_RELATION_CLASS_CDQ_HIERARCHY"
}, - "startNode": "FR.RC:5664645",
- "endNode": "FR.RC:5664645",
- "startNodeBusinessPartner": {
- "names": [
- null
], - "addresses": [
- null
]
}, - "endNodeBusinessPartner": {
- "names": [
- null
], - "addresses": [
- null
]
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": {
- "identifiers": [
- {
- "value": "7250017031",
- "type": {
- "technicalKey": null
}
}
]
}, - "jsonRecord": { },
- "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "countryCode": "DE"
}
]
}
}
]
}