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-09-06T20:43:36Z",
- "ExpirationDate": "2024-09-06T20:43:36Z",
}
]
}
}
{- "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-09-06T20:43:36Z",
- "SBASDB": "Yes",
- "Hub": "Yes",
- "HubExp": "2024-09-06T20:43:36Z",
- "Validated": "Yes",
- "Preg": "PREG12345",
- "PregStart": "2024-09-06T20:43:36Z",
- "PregComp": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "ExpDate": "2024-09-06T20:43:36Z",
- "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.
OK
Unauthorized
Forbidden
Not Found
{- "cdqId": "VIES:CZ46981691"
}
{- "cdqId": "VIES:CZ46981691",
- "dataSource": "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-09-06T20:43:36Z" |
endedBefore | string Find relations which endedAt is before given date. Example: "2024-09-06T20:43:36Z" |
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-09-06T20:43:36Z" |
startedBefore | string Find relations which startedAt is before given date. Example: "2024-09-06T20:43:36Z" |
typeTechnicalKey | string Filter by type. Example: "LEI_DIRECT_PARENT" |
OK
{- "cdqId": "LEI:CZ46981691"
}
{- "nextStartAfter": "5712566172571652",
- "limit": "100",
- "total": "67",
- "values": [
- {
- "startedAt": "2024-09-06T20:43:36Z",
- "endedAt": "2024-09-06T20:43:36Z",
- "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": {
- "timestamp": "2024-09-06T20:43:36Z",
- "message": "This user is not allowed to access this service.",
- "error": "BAD_REQUEST",
- "status": "400",
- "path": "/v2/businesspartners/lookup",
- "id": "REF_VIES_SERVICE_UNAVAILABLE_300"
}, - "timestamp": "2024-09-06T20:43:36Z",
- "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": "OK",
- "message": "Given input parameter is invalid or entry not found.",
- "cdqId": "VIES:PL8660001429",
- "lastSyncAt": "2024-09-06T20:43:36Z",
- "lastUpdatedAt": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "validUntil": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "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-09-06T20:43:36Z",
- "endedAt": "2024-09-06T20:43:36Z",
- "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": { },
- "mappedRecord": {
- "attributes": [
- {
- "key": "name",
- "value": "John"
}
]
}, - "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
}, - "formattedSapRecord": {
- "name1": null,
- "name2": null,
- "name3": null,
- "name4": null,
- "nameCo": null,
- "legalEntity": null,
- "legalForm": null,
- "indSector": 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-09-06T20:43:36Z",
- "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
}, - "formattedSapRecord": {
- "name1": null,
- "name2": null,
- "name3": null,
- "name4": null,
- "nameCo": null,
- "legalEntity": null,
- "legalForm": null,
- "indSector": 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-09-06T20:43:36Z",
- "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
}, - "formattedSapRecord": {
- "name1": null,
- "name2": null,
- "name3": null,
- "name4": null,
- "nameCo": null,
- "legalEntity": null,
- "legalForm": null,
- "indSector": 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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "screeningSettings": {
- "pepCheckEnabled": "true",
- "sanctionCheckEnabled": "true",
- "watchListCheckEnabled": "true",
- "listsUsedForCheck": [
- {
- "authority": "EU",
- "name": "EU Sanctions",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "date": "2024-09-06T20:43:36Z"
}
]
}, - "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z"
}, - "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2024-09-06T20:43:36Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": null,
- "dnbCode": null
}
], - "firstReportDate": "2024-09-06T20:43:36Z",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2024-09-06T20:43:36Z"
}, - "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-09-06T20:43:36Z",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- { }
], - "trend": [
- { }
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z"
}, - "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2024-09-06T20:43:36Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": null,
- "dnbCode": null
}
], - "firstReportDate": "2024-09-06T20:43:36Z",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2024-09-06T20:43:36Z"
}, - "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-09-06T20:43:36Z",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- { }
], - "trend": [
- { }
]
}
], - "financials": [
- {
- "financialStatementToDate": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "validUntil": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "status": {
- "name": "RELIABLE",
- "technicalKey": "VAT_PAYER_STATUS"
}, - "registrationAuthority": {
- "registrationAuthorityId": "RA000009",
- "registrationAuthorityEntityId": "RA000009",
- "otherRegistrationAuthorityId": "RA000009"
}
}
}, - "formattedSapRecord": {
- "name1": "CDQ AG",
- "name2": "CDQ AG",
- "name3": "CDQ AG",
- "name4": "CDQ AG",
- "nameCo": "Aktiengesellschaft",
- "legalEntity": "Aktiengesellschaft",
- "legalForm": "Aktiengesellschaft",
- "indSector": "NAF",
- "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-09-06T20:43:36Z",
- "endedAt": "2024-09-06T20:43:36Z",
- "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-09-06T20:43:36Z",
- "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-09-06T20:43:36Z"
}, - "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",