object (SupplierGatewayCreateBody) |
successful operation
{- "supplierGateway": {
- "CompanyName": "string",
- "EIN": "string",
- "SupplierNumber": "string",
- "Address": "string",
- "Address2": "string",
- "City": "string",
- "State": "string",
- "Country": "string",
- "Zip": "string",
- "ZipPlus": "string",
- "Phone": "string",
- "Category": "string",
- "Ethnicity": "string",
- "ContactFirstName": "string",
- "ContactLastName": "string",
- "ContactEmail": "string",
- "RequiredtoReport": "string",
- "YearEstablished": "string",
- "NumberOfEmployee": "string",
- "Capabilities": "string",
- "Duns": "string",
- "Naics": "string",
- "ProductListing": "string",
- "ServiceListing": "string",
- "Certificates": [
- {
- "CertID": "string",
- "CertNo": "string",
- "CertifiedDate": "string",
- "ExpirationDate": "string",
- "Attachments": {
- "Title": "string",
- "Url": "string"
}
}
]
}
}
{- "Code": "string",
- "Message": "string",
- "Supplier": {
- "SupplierNumber": "string",
- "TaxID": "string",
- "CompanyName": "string",
- "ContactName": "string",
- "Address": "string",
- "City": "string",
- "State": "string",
- "Country": "string",
- "Zip": "string",
- "ZipPlus": "string",
- "Phone": "string",
- "Fax": "string",
- "Email": "string",
- "Web": "string",
- "Duns": "string",
- "yearEstablished": "string",
- "NumberOfEmployee": "string",
- "Capability": "string",
- "Status": "string",
- "Acct": "string",
- "LastAct": "string",
- "SBASDB": "string",
- "Hub": "string",
- "HubExp": "string",
- "Validated": "string",
- "Preg": "string",
- "PregStart": "string",
- "PregComp": "string",
- "PregStat": "string",
- "Mospnd18": "string",
- "Moamt18": "string",
- "MasterSupplierNo": "string",
- "Tier2Required": "string",
- "Categories": [
- {
- "Name": "string",
- "Abbreviation": "string"
}
], - "Ethnicities": [
- {
- "Name": "string",
- "Abbreviation": "string"
}
], - "Certifications": [
- {
- "Name": "string",
- "Abbreviation": "string",
- "CertDate": "string",
- "ExpDate": "string",
- "CertNo": "string"
}
], - "Banks": [
- {
- "BankName": "string",
- "AccountType": "string",
- "AccountNumber": "string",
- "RouteNumber": "string",
- "Address": "string",
- "CityRegion": "string",
- "StateProvince": "string",
- "PostalCode": "string",
- "Country": "string"
}
]
}
}
Fetch business partner by CDQ-ID
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": [ ]
}
}
Fetch business partner Relations by CDQ-ID
cdqId | string CDQ ID for businesspartner and address |
classTechnicalKey | string Filter by class technical key |
endedAfter | string Find relations which endedAt is after given date |
endedBefore | string Find relations which endedAt is before given date |
limit | integer <int32> |
startAfter | string |
startedAfter | string Find relations which startedAt is after given date |
startedBefore | string Find relations which startedAt is before given date |
typeTechnicalKey | string Filter by type |
OK
{- "cdqId": "LEI:CZ46981691"
}
{- "nextStartAfter": "string",
- "limit": 0,
- "total": 0,
- "values": [
- {
- "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
}
]
}
]
}
}
]
}
Fetch multiple business partners by multiple CDQ-ID
cdqIds | Array of strings | ||||||||||||||||||||||||||
featuresOff | Array of strings (BusinessPartnerFetchFeaturesDesc) The features switched off in the business partner fetch
| ||||||||||||||||||||||||||
featuresOn | Array of strings (BusinessPartnerFetchFeaturesDesc) The features with which the business partner fetch should be called
|
OK
Unauthorized
Forbidden
Not Found
{- "cdqIds": [
- "LEI:529900IM9PTBU50P5M88L",
- "PL.NOBR:5220000080"
]
}
[- {
- "debugInfo": {
- "externalServiceResponses": [
- {
- "apiError": {
- "timestamp": "2019-08-31T16:47+00:00",
- "message": "This user is not allowed to access this service.",
- "error": "BAD_REQUEST",
- "status": "400",
- "path": "/v2/businesspartners/lookup",
- "id": "string"
}, - "timestamp": "2019-08-31T16:47+00:00",
- "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": "string",
- "message": "string",
- "cdqId": "string",
- "lastSyncAt": "string",
- "lastUpdatedAt": "string",
- "dataSource": "string",
- "dataSourceName": "FinanzOnline Austria",
- "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": [
- "Corporate Data Quality AG"
], - "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": {
- "shortName": null,
- "value": null
}, - "administrativeAreas": [
- null
]
}
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}
}
], - "categories": [
], - "status": {
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}, - "officialDenotation": "Good Standing",
- "validFrom": "2022-02-26",
- "validUntil": "2022-02-26"
}, - "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"
}
]
}, - "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": [
- {
- "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": { }
}, - "rawRecord": [
- {
- "key": "string",
- "value": "string"
}
], - "rawRecordJson": { },
- "mappedRecord": {
- "attributes": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "businessPartnerChanges": [
- {
- "externalIds": [
- "123"
], - "property": "PL_REG",
- "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": 0,
- "hitCountSanctions": 0,
- "hitCountWatchlists": 0,
- "hitCountPep": 0
}, - "details": {
- "sanctions": [
- {
- "dataSource": "string",
- "businessPartner": {
- "names": [
- null
], - "legalForm": {
- "name": null,
- "url": null,
- "language": null,
- "mainAbbreviation": null,
- "cdlElfCode": null,
- "categories": [ ],
- "technicalKey": null
}, - "identifiers": [
- null
], - "categories": [
- null
], - "status": {
- "type": null,
- "officialDenotation": null,
- "validFrom": null,
- "validUntil": null
}, - "addresses": [
- null
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": null,
- "classifications": [ ],
- "phoneNumbers": [ ],
- "websites": [ ],
- "contactEmails": [ ]
}, - "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": { }
}, - "matchingProfile": {
- "matchingScores": {
- "overall": null,
- "businessPartner": null,
- "address": null
}
}, - "rawRecord": [
- {
- "key": null,
- "value": null
}
], - "list": {
- "name": "string",
- "type": "string",
- "dateOfPublication": "string",
- "authority": "string"
}, - "rationale": {
- "value": "string",
- "url": "string"
}
}
], - "watchlists": [
- {
- "dataSource": "string",
- "businessPartner": {
- "names": [
- null
], - "legalForm": {
- "name": null,
- "url": null,
- "language": null,
- "mainAbbreviation": null,
- "cdlElfCode": null,
- "categories": [ ],
- "technicalKey": null
}, - "identifiers": [
- null
], - "categories": [
- null
], - "status": {
- "type": null,
- "officialDenotation": null,
- "validFrom": null,
- "validUntil": null
}, - "addresses": [
- null
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": null,
- "classifications": [ ],
- "phoneNumbers": [ ],
- "websites": [ ],
- "contactEmails": [ ]
}, - "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": { }
}, - "matchingProfile": {
- "matchingScores": {
- "overall": null,
- "businessPartner": null,
- "address": null
}
}, - "rawRecord": [
- {
- "key": null,
- "value": null
}
], - "list": {
- "name": "string",
- "type": "string",
- "dateOfPublication": "string",
- "authority": "string"
}, - "rationale": {
- "value": "string",
- "url": "string"
}
}
], - "pep": [
- {
- "dataSource": "string",
- "businessPartner": {
- "names": [
- null
], - "legalForm": {
- "name": null,
- "url": null,
- "language": null,
- "mainAbbreviation": null,
- "cdlElfCode": null,
- "categories": [ ],
- "technicalKey": null
}, - "identifiers": [
- null
], - "categories": [
- null
], - "status": {
- "type": null,
- "officialDenotation": null,
- "validFrom": null,
- "validUntil": null
}, - "addresses": [
- null
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": null,
- "classifications": [ ],
- "phoneNumbers": [ ],
- "websites": [ ],
- "contactEmails": [ ]
}, - "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": { }
}, - "matchingProfile": {
- "matchingScores": {
- "overall": null,
- "businessPartner": null,
- "address": null
}
}, - "rawRecord": [
- {
- "key": null,
- "value": null
}
], - "list": {
- "name": "string",
- "type": "string",
- "dateOfPublication": "string",
- "authority": "string"
}, - "rationale": {
- "value": "string",
- "url": "string"
}
}
]
}, - "auditTrail": {
- "screeningSubject": "string",
- "screenedNames": [
- "string"
], - "screeningDate": "string",
- "screeningSettings": {
- "pepCheckEnabled": true,
- "sanctionCheckEnabled": true,
- "watchListCheckEnabled": true,
- "listsUsedForCheck": [
- {
- "authority": "string",
- "name": "string",
- "type": {
- "name": null,
- "url": null,
- "technicalKey": null
}, - "date": "string"
}
]
}, - "matchingProfileSettings": {
- "sanctionsMinMatchingsScore": "0.5",
- "watchlistsMinMatchingsScore": "0.5",
- "pepMinMatchingsScore": "0.5"
}
}
}, - "additionalInformation": [
- {
- "key": "KEY",
- "value": 1
}
], - "commercialUltimate": {
- "duns": "string",
- "primaryName": "string",
- "primaryAddress": "",
- "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": "2017-02-21T17:46:19.839Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": ""
}, - "dataBlock": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2017-02-21T17:46:19.839Z",
- "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": "2016-03-14"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2018-07-12T00:00:00.000Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": null,
- "dnbCode": null
}
], - "firstReportDate": "2017-01-30",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2016-12-28"
}, - "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": "2012-09-03",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2002-03-05",
- "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": "2017-12-31",
- "informationScopeDescription": "Consolidated",
- "informationScopeDnBCode": 9067,
- "reliabilityDescription": "Actual",
- "reliabilityDnBCode": 9092,
- "employeeCategories": [
- { }
], - "trend": [
- { }
]
}
], - "financials": [
- {
- "financialStatementToDate": "2016-12-31",
- "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": "2018-09-12",
- "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": "2021-01-31",
- "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": "2013-09-30",
- "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": "2013-09-30",
- "otherLanguageNames": [
- { }
], - "gender": {
- "description": null,
- "dnbCode": null
}, - "jobTitles": [
- { }
], - "managementResponsibilities": [
- { }
], - "idNumbers": [
- { }
]
}
]
}
}
}
}
]
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 poosible to fetch LNKELI data:
POST /dnb/businesspartners/fetch
{
"cdqId": "DNB:123456789",
"featuresOn": [
"ACTIVATE_LINKAGE_LNKELI"
]
}
cdqId | string | ||||||||||||||||||
featuresOff | Array of strings (DnbFetchFeature)
| ||||||||||||||||||
featuresOn | Array of strings (DnbFetchFeature)
|
OK
Created
Unauthorized
Forbidden
Not Found
{- "cdqId": "string",
- "featuresOn": [
- "ACTIVATE_MASTER_DATA_BASIC"
], - "featuresOff": [
- "ACTIVATE_MASTER_DATA_BASIC"
]
}
{- "cmpelkV2": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2017-02-21T17:46:19.839Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": ""
}, - "dataBlock": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2017-02-21T17:46:19.839Z",
- "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": "2016-03-14"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2018-07-12T00:00:00.000Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call.",
- "dnbCode": "7974"
}
], - "firstReportDate": "2017-01-30",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2016-12-28"
}, - "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": "2012-09-03",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2002-03-05",
- "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": "2017-12-31",
- "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": "2016-12-31",
- "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": "2017-12-31",
- "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": "2017-12-31",
- "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": "2018-09-12",
- "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": "2021-01-31",
- "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": "2013-09-30",
- "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": "2013-09-30",
- "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": "2017-02-21T17:46:19.839Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": ""
}, - "commercialUltimate": {
- "duns": "string",
- "primaryName": "string",
- "primaryAddress": "",
- "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": "2017-02-21T17:46:19.839Z",
- "inLanguage": "en-US",
- "productID": "PRODID",
- "productVersion": 1
}, - "inquiryDetail": {
- "duns": 804735132,
- "productID": "PRODID",
- "productVersion": "v1",
- "tradeUp": "hq",
- "customerReference": "Some text to describe the request."
}, - "organization": ""
}, - "dataBlock": {
- "transactionDetail": {
- "transactionID": "rlh-hi9puyoijk-jop8u-kd-d-1",
- "transactionTimestamp": "2017-02-21T17:46:19.839Z",
- "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": "2016-03-14"
}, - "operatingSubStatus": {
- "description": "Out of business - Favourable",
- "dnbCode": "9077",
- "startDate": "2018-07-12T00:00:00.000Z"
}, - "detailedOperatingStatus": {
- "description": "Operationally Active",
- "dnbCode": "29929"
}, - "isMarketable": "true",
- "isMailUndeliverable": "false",
- "isTelephoneDisconnected": "false",
- "isDelisted": "false",
- "subjectHandlingDetails": [
- {
- "description": "Do not call.",
- "dnbCode": "7974"
}
], - "firstReportDate": "2017-01-30",
- "recordClass": {
- "description": "Full DMI record",
- "dnbCode": 10928
}, - "isSelfRequestedDUNS": true,
- "selfRequestDate": "2016-12-28"
}, - "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": "2012-09-03",
- "incorporatedDate": "1987",
- "businessEntityType": {
- "description": "Corporation",
- "dnbCode": 451
}, - "legalForm": {
- "description": "Corporation",
- "dnbCode": 31217,
- "startDate": "2002-03-05",
- "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": "2017-12-31",
- "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": "2016-12-31",
- "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": "2017-12-31",
- "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": "2017-12-31",
- "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": "2018-09-12",
- "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": "2021-01-31",
- "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": "2013-09-30",
- "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": "2013-09-30",
- "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": [
- "Corporate Data Quality AG"
], - "legalForm": "Aktiengesellschaft",
- "identifiers": [
- "VAT identification number"
], - "categories": [
- "Hotel"
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2022-02-26",
- "validUntil": "2022-02-26",
- "type": "In Liquidation"
}, - "addresses": [
- "Lukasstraße 4, 9008 St. Gallen"
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": "Social enterprise",
- "classifications": [
- "NAF"
], - "phoneNumbers": [
- "+41 71 571 10 40"
], - "websites": [
- "www.cdq.com"
], - "contactEmails": [
- "developer-portal@cdq.com"
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": "WAREHOUSE"
}
}
], - "vatPayerStatus": {
- "publicationDate": "2020-07-21T17:32:28Z",
- "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": [
- "Commercial ultimate"
], - "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "bank": {
- "name": "Sparda Bank",
- "branch": "Filiale München",
- "address": {
- "localities": [
- "Sankt Gallen"
], - "country": "Switzerland CH",
- "administrativeAreas": [
- "Sankt Gallen"
], - "postCodes": [
- "9000"
], - "thoroughfares": [
- "Lukasstraße 4"
]
}
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": "LIFNR"
}, - "cdqCommercialUltimate": {
- "names": [
- "Corporate Data Quality AG"
], - "legalForm": "Aktiengesellschaft",
- "identifiers": [
- "VAT identification number"
], - "categories": [
- "Hotel"
], - "status": {
- "officialDenotation": "Good Standing",
- "validFrom": "2022-02-26",
- "validUntil": "2022-02-26",
- "type": "In Liquidation"
}, - "addresses": [
- "Lukasstraße 4, 9008 St. Gallen"
], - "externalId": "The ID managed in the customer's SAP systems.",
- "profile": {
- "minorityIndicator": "Social enterprise",
- "classifications": [
- "NAF"
], - "phoneNumbers": [
- "+41 71 571 10 40"
], - "websites": [
- "www.cdq.com"
], - "contactEmails": [
- "developer-portal@cdq.com"
], - "tags": [
- {
- "value": "Warehouse",
- "type": {
- "technicalKey": "WAREHOUSE"
}
}
], - "vatPayerStatus": {
- "publicationDate": "2020-07-21T17:32:28Z",
- "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": [
- "Commercial ultimate"
], - "bankAccounts": [
- {
- "internationalBankAccountIdentifier": "CH8800781619278412000",
- "internationalBankIdentifier": "KBSGCH22XXX",
- "nationalBankAccountIdentifier": "619278412000",
- "nationalBankIdentifier": "00781",
- "bank": {
- "name": "Sparda Bank",
- "branch": "Filiale München",
- "address": {
- "localities": [
- "Sankt Gallen"
], - "country": "Switzerland CH",
- "administrativeAreas": [
- "Sankt Gallen"
], - "postCodes": [
- "9000"
], - "thoroughfares": [
- "Lukasstraße 4"
]
}
}
}
], - "types": [
- {
- "name": "Legal Entity",
- "technicalKey": "LEGAL_ENTITY"
}
], - "externalContext": "LIFNR"
}, - "status": "string",
- "message": "string"
}
{- "cdqId": "string",
- "supplierNumber": "string",
- "featuresOn": [
- "ENRICH_MINORITY_INDICATOR"
]
}
{- "cdqId": "string",
- "supplierGateway": {
- "Code": "string",
- "Message": "string",
- "Supplier": {
- "SupplierNumber": "string",
- "TaxID": "string",
- "CompanyName": "string",
- "ContactName": "string",
- "Address": "string",
- "City": "string",
- "State": "string",
- "Country": "string",
- "Zip": "string",
- "ZipPlus": "string",
- "Phone": "string",
- "Fax": "string",
- "Email": "string",
- "Web": "string",
- "Duns": "string",
- "yearEstablished": "string",
- "NumberOfEmployee": "string",
- "Capability": "string",
- "Status": "string",
- "Acct": "string",
- "LastAct": "string",
- "SBASDB": "string",
- "Hub": "string",
- "HubExp": "string",
- "Validated": "string",
- "Preg": "string",
- "PregStart": "string",
- "PregComp": "string",
- "PregStat": "string",
- "Mospnd18": "string",
- "Moamt18": "string",
- "MasterSupplierNo": "string",
- "Tier2Required": "string",
- "Categories": [
- {
- "Name": "string",
- "Abbreviation": "string"
}
], - "Ethnicities": [
- {
- "Name": "string",
- "Abbreviation": "string"
}
], - "Certifications": [
- {
- "Name": "string",
- "Abbreviation": "string",
- "CertDate": "string",
- "ExpDate": "string",
- "CertNo": "string"
}
], - "Banks": [
- {
- "BankName": "string",
- "AccountType": "string",
- "AccountNumber": "string",
- "RouteNumber": "string",
- "Address": "string",
- "CityRegion": "string",
- "StateProvince": "string",
- "PostalCode": "string",
- "Country": "string"
}
]
}
}, - "minorityIndicator": {
- "value": "Social enterprise"
}
}
cmd
OK
Bad Request
{- "cdqId": "string",
- "featuresOn": "SHOW_FORMATTED_SAP_RECORD"
}
{- "cdqId": "string",
- "matchingProfile": {
- "matchingScores": {
- "overall": {
- "classification": {
- "technicalKey": "string",
- "name": "string"
}, - "value": 0,
- "explanation": "string"
}, - "businessPartner": {
- "classification": {
- "technicalKey": "string",
- "name": "string"
}, - "value": 0,
- "explanation": "string"
}, - "address": {
- "classification": {
- "technicalKey": "string",
- "name": "string"
}, - "value": 0,
- "explanation": "string"
}
}
}, - "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": [
- "Corporate Data Quality AG"
], - "technicalKey": "Amtsgericht Aachen",
- "jurisdiction": {
- "country": {
- "shortName": "CH",
- "value": "Switzerland"
}, - "administrativeAreas": [
- "Sankt Gallen"
]
}
}, - "status": {
- "name": "ACTIVE",
- "technicalKey": "ACTIVE"
}
}
], - "categories": [
], - "status": {
- "type": {
- "name": "In Liquidation",
- "technicalKey": "IN_LIQUIDATION"
}, - "officialDenotation": "Good Standing",
- "validFrom": "2022-02-26",
- "validUntil": "2022-02-26"
}, - "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"
}
]
}, - "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": [
- {
- "startNodeBusinessPartner": {
- "names"<