Resolved Network Insights

The samples provided are representative of API request and response. In order to provide comprehensive samples, some values were added where the actual response had null or no values. Therefore, using requests exactly as is may not return any results.

Contents

Resolved Network Insights(rnirpi) Request

GET https://plus.dnb.com/v1/resolvednetworkinsights/duns/804735132/roles?&productId=rnirpi&versionId=v1&customerReference=customerReference
Authorization: Bearer MyToken

Resolved Network Insights(rnirpi) Response

{
    "transactionDetail": {
        "transactionID": "rrt-06196bb7ad693c3b2-d-ea-4831-73474591-2",
        "transactionTimestamp": "2020-10-14T13:13:26.518Z",
        "productID": "rnirpi",
        "productVersion": "v1"
    },
    "inquiryDetail": {
        "duns": "804735132",
        "productID": "rnirpi",
        "versionId": "v1",
        "customerReference": "customerReference"
    },
    "matchType": "Standard",
    "universeID": 2,
    "universeTimestamp": "20201009-11:56:46",
    "organization": {
        "duns": "804735132",
        "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
        "primaryAddress": {
            "addressCountry": {
                "name": "United States",
                "isoAlpha2Code": "USA"
            },
            "addressLocality": {
                "name": "San Francisco"
            },
            "addressRegion": {
                "name": "California",
                "abbreviatedName": "CA"
            },
            "addressCounty": {
                "name": "San Francisco"
            },
            "postalCode": "94110",
            "streetAddress": {
                "line1": "492 Koller St"
            }
        },
        "registrationNumbers": [],
        "industryCodes": [
            {
                "code": "1068",
                "description": "Commercial Printing",
                "typeDescription": "D&B Hoovers Industry Code",
                "typeDnBCode": 25838,
                "priority": 1
            },
            {
                "code": "1812",
                "description": "Other printing",
                "typeDescription": "NACE Revision 2",
                "typeDnBCode": 29104,
                "priority": 1
            },
            {
                "code": "2752",
                "description": "Lithographic commercial printing",
                "typeDescription": "US Standard Industry Code 1987 - 4 digit",
                "typeDnBCode": 399,
                "priority": 1
            },
            {
                "code": "27520000",
                "description": "Commercial printing, lithographic",
                "typeDescription": "D&B Standard Industry Code",
                "typeDnBCode": 3599,
                "priority": 1
            },
            {
                "code": "323111",
                "description": "Commercial Printing (except Screen and Books)",
                "typeDescription": "North American Industry Classification System 2017",
                "typeDnBCode": 30832,
                "priority": 1
            },
            {
                "code": "D",
                "description": "Manufacturing",
                "typeDescription": "D&B Standard Major Industry Code",
                "typeDnBCode": 24657,
                "priority": 1
            }
        ],
        "startDate": "1985",
        "legalForm": {
            "description": "Corporation",
            "dnbCode": 31217
        },
        "corporateLinkage": {
            "globalUltimate": {
                "duns": "804735132"
            },
            "domesticUltimate": {
                "duns": "804735132"
            }
        },
        "dunsControlStatus": {
            "operatingStatus": {
                "description": "Active",
                "dnbCode": 9074,
                "startDate": "1985"
            }
        },
        "roles": [
            {
                "roleKey": "72202782-0b14-3880-890f-543806390199",
                "temporaryResolvedRolePlayerKey": "52ae2329-6fc5-57b4-afed-ada4911b8936",
                "resolvedOtherRoles": []
            },
            {
                "roleKey": "80caf250-d385-3b91-8199-925319c419ef",
                "temporaryResolvedRolePlayerKey": "6d561697-d67b-564b-8b6e-6df1271dde3e",
                "resolvedOtherRoles": []
            }
        ]
    },
    "roleDetails": [
        {
            "roleKey": "80caf250-d385-3b91-8199-925319c419ef",
            "associatedDUNS": "804735132",
			"associatedOrganizationName": "ABC Corp.",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "registrationNumbers": [],
            "idNumbers": [],
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "72202782-0b14-3880-890f-543806390199",
            "associatedDUNS": "804735132",
			"associatedOrganizationName": "ABC Corp.",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "KEVIN J HUNT",
            "registrationNumbers": [],
            "idNumbers": [],
            "jobTitles": [
                {
                    "title": "Secretary"
                },
                {
                    "title": "Treasurer"
                }
            ]
        }
    ],
    "resolvedRolePlayerDetails": [
        {
            "temporaryResolvedRolePlayerKey": "52ae2329-6fc5-57b4-afed-ada4911b8936",
            "membersCount": 1,
            "subjectType": {
                "description": "individual",
                "dnbCode": 119
            },
            "name": "KEVIN J HUNT",
            "registrationNumbers": [],
            "idNumbers": [],
            "birthDates": []
        },
        {
            "temporaryResolvedRolePlayerKey": "6d561697-d67b-564b-8b6e-6df1271dde3e",
            "membersCount": 1,
            "subjectType": {
                "description": "individual",
                "dnbCode": 119
            },
            "name": "LESLIE SMITH",
            "registrationNumbers": [],
            "idNumbers": [],
            "birthDates": []
        }
    ]
}

Role Player Search Request

GET https://plus.dnb.com/v1/networkintelligence/roles?searchMethod=ExactMatch&searchTerm=Gorman&givenName=James&familyName=Gorman&fullName=James Gorman&pageNumber=1&pageSize=20&customerReference=Sample&returnNavigators=true
Authorization: Bearer MyToken

Role Player Search Response

{
    "transactionDetail": {
        "transactionID": "rrt-0be815aa085f67bfe-d-ea-14188-392900147-14",
        "transactionTimestamp": "2021-03-25T13:33:47.275Z"
    },
    "inquiryDetail": {
        "pageSize": 20,
        "pageNumber": 1,
        "searchMethod": "ExactMatch",
        "searchTerm": "Gorman",
        "givenName": "James",
        "familyName": "Gorman",
        "fullName": "James Gorman",
        "customerReference": "Sample",
        "returnNavigators": true
    },
    "candidatesMatchedQuantity": 333,
    "candidatesReturnedQuantity": 48,
    "roles": [
        {
            "roleKey": "ce8a483d-76a6-322b-9645-a302dada5ff5",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "162085208",
                "primaryName": "Gorman James",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "ce8a483d-76a6-322b-9645-a302dada5ff5",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "162085208",
                "primaryName": "Gorman James",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "830ee06c-cc21-33c1-933d-f11cd3d168e1",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "025324919",
                "primaryName": "Gorman Construction",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Sole Proprietorship",
                    "dnbCode": 31189
                }
            }
        },
        {
            "roleKey": "830ee06c-cc21-33c1-933d-f11cd3d168e1",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "025324919",
                "primaryName": "Gorman Construction",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Sole Proprietorship",
                    "dnbCode": 31189
                }
            }
        },
        {
            "roleKey": "07444bd0-46de-3a6e-9b96-c9e34e5bb4ef",
            "roleType": "Shareholder",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "223192439",
                "primaryName": "ELLIS GORMAN AND CO LTD",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2017-08-29",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "07444bd0-46de-3a6e-9b96-c9e34e5bb4ef",
            "roleType": "Shareholder",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "223192439",
                "primaryName": "ELLIS GORMAN AND CO LTD",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2017-08-29",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "1b770c29-5aa2-33ac-9c4b-92eb09ed8d3e",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "361344745",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "1b770c29-5aa2-33ac-9c4b-92eb09ed8d3e",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "361344745",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "c81c513e-47f4-3e9c-9a9d-39bacd2fe15e",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "054954289",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "2001",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "c81c513e-47f4-3e9c-9a9d-39bacd2fe15e",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "054954289",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "2001",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "632e3998-54e9-3ea8-b357-222962278e19",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "556700144",
                "primaryName": "Gorman Builders",
                "address": {
                    "addressCountry": {
                        "name": null,
                        "isoAlpha2Code": null
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Sole Proprietorship",
                    "dnbCode": 31189
                }
            }
        },
        {
            "roleKey": "632e3998-54e9-3ea8-b357-222962278e19",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "556700144",
                "primaryName": "Gorman Builders",
                "address": {
                    "addressCountry": {
                        "name": null,
                        "isoAlpha2Code": null
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Sole Proprietorship",
                    "dnbCode": 31189
                }
            }
        },
        {
            "roleKey": "f7de27ad-9b63-35d4-8fe4-58afffb99bb4",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "930229133",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Sole Proprietorship",
                    "dnbCode": 31189
                }
            }
        },
        {
            "roleKey": "f7de27ad-9b63-35d4-8fe4-58afffb99bb4",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "930229133",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Sole Proprietorship",
                    "dnbCode": 31189
                }
            }
        },
        {
            "roleKey": "89921607-947b-3cf0-9ace-66dda6cca09e",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "033035564",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": null,
                        "isoAlpha2Code": null
                    }
                },
                "startDate": "1955",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Sole Proprietorship",
                    "dnbCode": 31189
                }
            }
        },
        {
            "roleKey": "89921607-947b-3cf0-9ace-66dda6cca09e",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "033035564",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": null,
                        "isoAlpha2Code": null
                    }
                },
                "startDate": "1955",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Sole Proprietorship",
                    "dnbCode": 31189
                }
            }
        },
        {
            "roleKey": "cd47dee8-5720-3b0f-ba88-df981626f834",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "049339976",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "1949",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "cd47dee8-5720-3b0f-ba88-df981626f834",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "049339976",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "1949",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "210e2d5c-8a1e-36d3-acf9-1e96173dd53b",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "172377454",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "2004",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "210e2d5c-8a1e-36d3-acf9-1e96173dd53b",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "172377454",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "2004",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "3a2ca898-1239-31bb-b8bb-cfb0d1696993",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "020155459",
                "primaryName": "Gorman Fine Arts",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "2010",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "3a2ca898-1239-31bb-b8bb-cfb0d1696993",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "020155459",
                "primaryName": "Gorman Fine Arts",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "2010",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "07e487b8-0536-30b8-8aeb-9ceb30e3e4c1",
            "roleType": "Principal",
            "fullName": "James Edward Gorman",
            "givenName": "James",
            "middleName": "Edward",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": "1974-07",
            "nationality": "British",
            "associatedOrganization": {
                "duns": "222688223",
                "primaryName": "CULROSS AVENUE RESIDENTS ASSOCIATION LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2001-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "07e487b8-0536-30b8-8aeb-9ceb30e3e4c1",
            "roleType": "Principal",
            "fullName": "James Edward Gorman",
            "givenName": "James",
            "middleName": "Edward",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": "1974-07",
            "nationality": "British",
            "associatedOrganization": {
                "duns": "222688223",
                "primaryName": "CULROSS AVENUE RESIDENTS ASSOCIATION LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2001-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "730e1971-d527-3971-89e7-ca99fe4922dc",
            "roleType": "Shareholder",
            "fullName": "James Edward Gorman",
            "givenName": "James",
            "middleName": "Edward",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "222688223",
                "primaryName": "CULROSS AVENUE RESIDENTS ASSOCIATION LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2001-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "730e1971-d527-3971-89e7-ca99fe4922dc",
            "roleType": "Shareholder",
            "fullName": "James Edward Gorman",
            "givenName": "James",
            "middleName": "Edward",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "222688223",
                "primaryName": "CULROSS AVENUE RESIDENTS ASSOCIATION LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2001-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "e0958f22-f1d0-30e8-a9e6-08568c54682a",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "059147529",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "e0958f22-f1d0-30e8-a9e6-08568c54682a",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "059147529",
                "primaryName": "James Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "e1a0bcd7-e2c8-399b-bccb-714d9a5e96a0",
            "roleType": "Principal",
            "fullName": "James Edward Gorman",
            "givenName": "James",
            "middleName": "Edward",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": "1974-07",
            "nationality": "British",
            "associatedOrganization": {
                "duns": "222732007",
                "primaryName": "GMUK GROUP LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2017-02-02",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "d960f0ab-858a-381a-bf36-7f1537440d45",
            "roleType": "Shareholder",
            "fullName": "James Edward Gorman",
            "givenName": "James",
            "middleName": "Edward",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "222732007",
                "primaryName": "GMUK GROUP LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2017-02-02",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "e1a0bcd7-e2c8-399b-bccb-714d9a5e96a0",
            "roleType": "Principal",
            "fullName": "James Edward Gorman",
            "givenName": "James",
            "middleName": "Edward",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": "1974-07",
            "nationality": "British",
            "associatedOrganization": {
                "duns": "222732007",
                "primaryName": "GMUK GROUP LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2017-02-02",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "d960f0ab-858a-381a-bf36-7f1537440d45",
            "roleType": "Shareholder",
            "fullName": "James Edward Gorman",
            "givenName": "James",
            "middleName": "Edward",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "222732007",
                "primaryName": "GMUK GROUP LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2017-02-02",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "7f8c275e-5e2e-3d53-9c84-3de78d2a3b40",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "933524415",
                "primaryName": "Gorman Aviation Inc",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "1993",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Corporation",
                    "dnbCode": 31217
                }
            }
        },
        {
            "roleKey": "7f8c275e-5e2e-3d53-9c84-3de78d2a3b40",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "933524415",
                "primaryName": "Gorman Aviation Inc",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "1993",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Corporation",
                    "dnbCode": 31217
                }
            }
        },
        {
            "roleKey": "5cf2910d-b20a-3ded-a6ba-034d7ef1ab44",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "959861928",
                "primaryName": "James C Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "5cf2910d-b20a-3ded-a6ba-034d7ef1ab44",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "959861928",
                "primaryName": "James C Gorman",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": null,
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": null,
                    "dnbCode": null
                }
            }
        },
        {
            "roleKey": "efd1739f-c8b6-3b48-9bd0-d4a21d0adbd3",
            "roleType": "Principal",
            "fullName": "James Patrick Gorman",
            "givenName": "James",
            "middleName": "Patrick",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": "1959-03",
            "nationality": "Irish",
            "associatedOrganization": {
                "duns": "232484878",
                "primaryName": "CAFE KREM LTD",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2000-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "efd1739f-c8b6-3b48-9bd0-d4a21d0adbd3",
            "roleType": "Principal",
            "fullName": "James Patrick Gorman",
            "givenName": "James",
            "middleName": "Patrick",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": "1959-03",
            "nationality": "Irish",
            "associatedOrganization": {
                "duns": "232484878",
                "primaryName": "CAFE KREM LTD",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2000-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "9b230f65-4f0a-3f52-9cf3-a297229b12d9",
            "roleType": "Shareholder",
            "fullName": "James Patrick Gorman",
            "givenName": "James",
            "middleName": "Patrick",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "232484878",
                "primaryName": "CAFE KREM LTD",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2000-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "9b230f65-4f0a-3f52-9cf3-a297229b12d9",
            "roleType": "Shareholder",
            "fullName": "James Patrick Gorman",
            "givenName": "James",
            "middleName": "Patrick",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "232484878",
                "primaryName": "CAFE KREM LTD",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2000-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "5c5afb37-898c-39f5-8474-a6ce6c152723",
            "roleType": "Principal",
            "fullName": "James Thomas Gorman",
            "givenName": "James",
            "middleName": "Thomas",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": "1961-01-06",
            "nationality": "British",
            "associatedOrganization": {
                "duns": "217513012",
                "primaryName": "J T G FOLSE WORK & FORM WORK LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2011-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "5c5afb37-898c-39f5-8474-a6ce6c152723",
            "roleType": "Principal",
            "fullName": "James Thomas Gorman",
            "givenName": "James",
            "middleName": "Thomas",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": "1961-01-06",
            "nationality": "British",
            "associatedOrganization": {
                "duns": "217513012",
                "primaryName": "J T G FOLSE WORK & FORM WORK LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2011-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "36cbbfca-39fe-36e5-9cf4-12ec220f5c8d",
            "roleType": "Shareholder",
            "fullName": "James T Gorman",
            "givenName": "James",
            "middleName": "T",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "217513012",
                "primaryName": "J T G FOLSE WORK & FORM WORK LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2011-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "36cbbfca-39fe-36e5-9cf4-12ec220f5c8d",
            "roleType": "Shareholder",
            "fullName": "James T Gorman",
            "givenName": "James",
            "middleName": "T",
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "217513012",
                "primaryName": "J T G FOLSE WORK & FORM WORK LIMITED",
                "address": {
                    "addressCountry": {
                        "name": "United Kingdom",
                        "isoAlpha2Code": "GBR"
                    }
                },
                "startDate": "2011-01-01",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Out of business",
                        "dnbCode": 403
                    }
                },
                "legalForm": {
                    "description": "Private Limited Company",
                    "dnbCode": 31148
                }
            }
        },
        {
            "roleKey": "002fbb30-9ef5-3c01-ab2a-20beccdd64e2",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "171089530",
                "primaryName": "Gorman Realty LLC",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "1997",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Partnership",
                    "dnbCode": 31165
                }
            }
        },
        {
            "roleKey": "002fbb30-9ef5-3c01-ab2a-20beccdd64e2",
            "roleType": "Principal",
            "fullName": "JAMES GORMAN",
            "givenName": "JAMES",
            "middleName": null,
            "familyName": "GORMAN",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "171089530",
                "primaryName": "Gorman Realty LLC",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "1997",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Partnership",
                    "dnbCode": 31165
                }
            }
        },
        {
            "roleKey": "6f06649a-75a1-391d-b6d3-e7a9b5a91e2a",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "011251568",
                "primaryName": "Gorman Bros",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "1953",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Corporation",
                    "dnbCode": 31217
                }
            }
        },
        {
            "roleKey": "6f06649a-75a1-391d-b6d3-e7a9b5a91e2a",
            "roleType": "Principal",
            "fullName": "James Gorman",
            "givenName": "James",
            "middleName": null,
            "familyName": "Gorman",
            "duns": null,
            "primaryName": null,
            "birthDate": null,
            "nationality": null,
            "associatedOrganization": {
                "duns": "011251568",
                "primaryName": "Gorman Bros",
                "address": {
                    "addressCountry": {
                        "name": "United States",
                        "isoAlpha2Code": "USA"
                    }
                },
                "startDate": "1953",
                "dunsControlStatus": {
                    "operatingStatus": {
                        "description": "Active",
                        "dnbCode": 9074
                    }
                },
                "legalForm": {
                    "description": "Corporation",
                    "dnbCode": 31217
                }
            }
        }
    ],
    "navigators": {
        "operatingStatus": [
            {
                "query": 0,
                "description": "Active",
                "candidatesMatchedQuantity": 205
            },
            {
                "query": 0,
                "description": "Out of business",
                "candidatesMatchedQuantity": 128
            }
        ],
        "legalForm": [
            {
                "query": 0,
                "description": "Privately owned",
                "candidatesMatchedQuantity": 121
            },
            {
                "query": 0,
                "description": "Publicly Traded Company",
                "candidatesMatchedQuantity": 3
            }
        ],
        "countryISOAlpha2Code": [
            {
                "query": 0,
                "description": "USA",
                "candidatesMatchedQuantity": 242
            },
            {
                "query": 0,
                "description": "GBR",
                "candidatesMatchedQuantity": 55
            },
            {
                "query": 0,
                "description": "AUS",
                "candidatesMatchedQuantity": 13
            },
            {
                "query": 0,
                "description": "IRL",
                "candidatesMatchedQuantity": 11
            },
            {
                "query": 0,
                "description": "CAN",
                "candidatesMatchedQuantity": 7
            },
            {
                "query": 0,
                "description": "ZAF",
                "candidatesMatchedQuantity": 3
            },
            {
                "query": 0,
                "description": "HKG",
                "candidatesMatchedQuantity": 2
            }
        ],
        "nationality": null
    },
    "links": {
        "prev": "https://plus.dnb.com/v1/networkintelligence/roles?familyName=Gorman&fullName=James Gorman&givenName=James&pageSize=20&returnNavigators=true&searchMethod=ExactMatch&searchTerm=Gorman&pageNumber=0",
        "next": "https://plus.dnb.com/v1/networkintelligence/roles?familyName=Gorman&fullName=James Gorman&givenName=James&pageSize=20&returnNavigators=true&searchMethod=ExactMatch&searchTerm=Gorman&pageNumber=2",
        "first": "https://plus.dnb.com/v1/networkintelligence/roles?familyName=Gorman&fullName=James Gorman&givenName=James&pageSize=20&returnNavigators=true&searchMethod=ExactMatch&searchTerm=Gorman&pageNumber=0",
        "last": "https://plus.dnb.com/v1/networkintelligence/roles?familyName=Gorman&fullName=James Gorman&givenName=James&pageSize=20&returnNavigators=true&searchMethod=ExactMatch&searchTerm=Gorman&pageNumber=16"
    }
}

Role Player Info Request

GET https://plus.dnb.com/v1/networkintelligence/roles/80caf250-d385-3b91-8199-925319c419ef?blockID=roleplayerinfo_v1
Authorization: Bearer MyToken

Role Player Info Response

{
    "transactionDetail": {
        "transactionID": "rrt-0fdd84aee4fb62114-d-ea-20572-369499136-1",
        "transactionTimestamp": "2021-03-15T20:49:29.130Z"
    },
    "inquiryDetail": {
        "roleKey": "80caf250-d385-3b91-8199-925319c419ef",
        "blockID": "roleplayerinfo_v1"
    },
    "matchType": "Standard",
    "universeID": 13,
    "universeTimestamp": "20210219-02:44:07",
    "role": {
        "roleKey": "80caf250-d385-3b91-8199-925319c419ef",
        "temporaryResolvedRolePlayerKey": "e59ceafa-526c-55dd-89e9-995115e34eb2",
        "resolvedOtherRoles": [
            {
                "roleKey": "bd0a971d-2fe7-3932-9917-d8224e898a04",
                "resolutionAssessment": [
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    }
                ]
            },
            {
                "roleKey": "ad179891-a635-3957-acc0-376fc54af460",
                "resolutionAssessment": [
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    }
                ]
            },
            {
                "roleKey": "671acf27-987a-30b9-bef2-9076e316b448",
                "resolutionAssessment": [
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    }
                ]
            },
            {
                "roleKey": "8fad0717-e7a3-384e-85b2-edf882ceff53",
                "resolutionAssessment": [
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    }
                ]
            }
        ]
    },
    "roleDetails": [
        {
            "roleKey": "bd0a971d-2fe7-3932-9917-d8224e898a04",
            "associatedDUNS": "058063731",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "80caf250-d385-3b91-8199-925319c419ef",
            "associatedDUNS": "804735132",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "671acf27-987a-30b9-bef2-9076e316b448",
            "associatedDUNS": "804800217",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "8fad0717-e7a3-384e-85b2-edf882ceff53",
            "associatedDUNS": "117605267",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "ad179891-a635-3957-acc0-376fc54af460",
            "associatedDUNS": "059633730",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        }
    ],
    "resolvedRolePlayerDetail": {
        "temporaryResolvedRolePlayerKey": "e59ceafa-526c-55dd-89e9-995115e34eb2",
        "membersCount": 5,
        "subjectType": {
            "description": "individual",
            "dnbCode": 119
        },
        "name": "LESLIE SMITH"
    },
    "organizations": [
        {
            "duns": "058063731",
            "primaryName": "Gorman Poster Printing Inc",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Out of business",
                    "dnbCode": 403
                },
                "isDelisted": false,
                "isUnderReview": false
            }
			},
        {
            "duns": "804735132",
            "primaryName": "Gorman Manufacturing Company, Inc.",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Active",
                    "dnbCode": 9074
                },
                "isDelisted": true,
                "isUnderReview": false
            }
			},
        {
            "duns": "804800217",
            "primaryName": "Gorman Printing Co., Inc",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Out of business",
                    "dnbCode": 403
                },
                "isDelisted": true,
                "isUnderReview": false
            }
        },
        {
            "duns": "117605267",
            "primaryName": "Gorman Manufacturing Company, Ltd",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Active",
                    "dnbCode": 9074
                },
                "isDelisted": false,
                "isUnderReview": false
            }
        },
        {
            "duns": "059633730",
            "primaryName": "Gorman Catalog Printing Inc",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Out of business",
                    "dnbCode": 403
                },
                "isDelisted": false,
                "isUnderReview": false
            }
        }
    ]
}

Source Of Wealth Info Request

GET https://plus.dnb.com/v1/networkintelligence/roles/80caf250-d385-3b91-8199-925319c419ef?blockID=sourceofwealthinfo_v1
Authorization: Bearer MyToken

Source Of Wealth Info Response

{
    "transactionDetail": {
        "transactionID": "rrt-0d75fb0affb47e759-c-ea-25701-369065098-1",
        "transactionTimestamp": "2021-03-15T20:50:49.216Z"
    },
    "inquiryDetail": {
        "roleKey": "80caf250-d385-3b91-8199-925319c419ef",
        "blockID": "sourceofwealthinfo_v1"
    },
    "matchType": "Standard",
    "universeID": 13,
    "universeTimestamp": "20210219-02:44:07",
    "role": {
        "roleKey": "80caf250-d385-3b91-8199-925319c419ef",
        "temporaryResolvedRolePlayerKey": "e59ceafa-526c-55dd-89e9-995115e34eb2",
        "resolvedOtherRoles": [
            {
                "roleKey": "bd0a971d-2fe7-3932-9917-d8224e898a04",
                "resolutionAssessment": [
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    }
                ]
            },
            {
                "roleKey": "ad179891-a635-3957-acc0-376fc54af460",
                "resolutionAssessment": [
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    }
                ]
            },
            {
                "roleKey": "671acf27-987a-30b9-bef2-9076e316b448",
                "resolutionAssessment": [
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    }
                ]
            },
            {
                "roleKey": "8fad0717-e7a3-384e-85b2-edf882ceff53",
                "resolutionAssessment": [
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    }
                ]
            }
        ]
    },
    "roleDetails": [
        {
            "roleKey": "bd0a971d-2fe7-3932-9917-d8224e898a04",
            "associatedDUNS": "058063731",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "80caf250-d385-3b91-8199-925319c419ef",
            "associatedDUNS": "804735132",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "671acf27-987a-30b9-bef2-9076e316b448",
            "associatedDUNS": "804800217",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "8fad0717-e7a3-384e-85b2-edf882ceff53",
            "associatedDUNS": "117605267",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        },
        {
            "roleKey": "ad179891-a635-3957-acc0-376fc54af460",
            "associatedDUNS": "059633730",
            "roleType": "Principal",
            "subjectType": {
                "description": "Individual",
                "dnbCode": 119
            },
            "fullName": "Leslie Smith",
            "namePrefix": null,
            "birthDate": null,
            "address": null,
            "ownershipPercentage": null,
            "roleStartDate": null,
            "roleEndDate": null,
            "hasEnded": null,
            "jobTitles": [
                {
                    "title": "President"
                }
            ]
        }
    ],
    "resolvedRolePlayerDetail": {
        "temporaryResolvedRolePlayerKey": "e59ceafa-526c-55dd-89e9-995115e34eb2",
        "membersCount": 5,
        "subjectType": {
            "description": "individual",
            "dnbCode": 119
        },
        "name": "LESLIE SMITH"
    },
    "organizations": [
        {
            "duns": "058063731",
            "primaryName": "Gorman Poster Printing Inc",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                },
                "addressLocality": {
                    "name": "San Francisco"
                },
                "addressRegion": {
                    "name": "California",
                    "abbreviatedName": "CA"
                },
                "addressCounty": {
                    "name": "San Francisco"
                },
                "postalCode": "94110",
                "streetAddress": {
                    "line1": "492 Koller St",
                    "line2": null
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Out of business",
                    "dnbCode": 403
                },
                "isDelisted": false,
                "isUnderReview": false
            },
            "registrationNumbers": [],
            "industryCodes": [
                {
                    "code": "323111",
                    "description": "Commercial Printing (except Screen and Books)",
                    "typeDescription": "North American Industry Classification System 2017",
                    "typeDnBCode": 30832,
                    "priority": 1
                },
                {
                    "code": "27520600",
                    "description": "Poster and decal printing, lithographic",
                    "typeDescription": "D&B Standard Industry Code",
                    "typeDnBCode": 3599,
                    "priority": 1
                },
                {
                    "code": "1812",
                    "description": "Other printing",
                    "typeDescription": "NACE Revision 2",
                    "typeDnBCode": 29104,
                    "priority": 1
                },
                {
                    "code": "2752",
                    "description": "Lithographic commercial printing",
                    "typeDescription": "US Standard Industry Code 1987 - 4 digit",
                    "typeDnBCode": 399,
                    "priority": 1
                },
                {
                    "code": "1068",
                    "description": "Commercial Printing",
                    "typeDescription": "D&B Hoovers Industry Code",
                    "typeDnBCode": 25838,
                    "priority": 1
                },
                {
                    "code": "D",
                    "description": "Manufacturing",
                    "typeDescription": "D&B Standard Major Industry Code",
                    "typeDnBCode": 24657,
                    "priority": 1
                }
            ],
            "legalForm": {
                "description": "Corporation",
                "dnbCode": 31217
            },
            "startDate": null,
            "numberOfEmployees": [
                {
                    "value": 7,
                    "informationScopeDescription": "Consolidated",
                    "informationScopeDnBCode": 9067,
                    "reliabilityDescription": "Modelled",
                    "reliabilityDnBCode": 9094
                },
                {
                    "value": 7,
                    "informationScopeDescription": "Individual",
                    "informationScopeDnBCode": 9066,
                    "reliabilityDescription": "Modelled",
                    "reliabilityDnBCode": 9094
                }
            ],
            "financials": [
                {
                    "financialStatementToDate": null,
                    "financialStatementDuration": null,
                    "informationScopeDescription": null,
                    "informationScopeDnBCode": null,
                    "reliabilityDescription": "Modelled",
                    "reliabilityDnBCode": 9094,
                    "unitCode": "Single Units",
                    "accountantName": null,
                    "yearlyRevenue": [
                        {
                            "value": "873824.0",
                            "currency": "USD"
                        }
                    ],
                    "netProfitLoss": [],
                    "netWorth": []
                }
            ],
            "latestFinancials": {},
            "corporateLinkage": {
                "globalUltimate": {
                    "duns": null
                },
                "domesticUltimate": {
                    "duns": null
                },
                "parent": {
                    "duns": null
                },
                "headQuarter": {
                    "duns": null
                }
            }
        },
        {
            "duns": "804735132",
            "primaryName": "Gorman Manufacturing Company, Inc.",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                },
                "addressLocality": {
                    "name": "San Francisco"
                },
                "addressRegion": {
                    "name": "California",
                    "abbreviatedName": "CA"
                },
                "addressCounty": {
                    "name": "San Francisco"
                },
                "postalCode": "94110",
                "streetAddress": {
                    "line1": "492 Koller St",
                    "line2": null
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Active",
                    "dnbCode": 9074
                },
                "isDelisted": true,
                "isUnderReview": false
            },
            "registrationNumbers": [],
            "industryCodes": [
                {
                    "code": "323111",
                    "description": "Commercial Printing (except Screen and Books)",
                    "typeDescription": "North American Industry Classification System 2017",
                    "typeDnBCode": 30832,
                    "priority": 1
                },
                {
                    "code": "27520000",
                    "description": "Commercial printing, lithographic",
                    "typeDescription": "D&B Standard Industry Code",
                    "typeDnBCode": 3599,
                    "priority": 1
                },
                {
                    "code": "1812",
                    "description": "Other printing",
                    "typeDescription": "NACE Revision 2",
                    "typeDnBCode": 29104,
                    "priority": 1
                },
                {
                    "code": "2752",
                    "description": "Lithographic commercial printing",
                    "typeDescription": "US Standard Industry Code 1987 - 4 digit",
                    "typeDnBCode": 399,
                    "priority": 1
                },
                {
                    "code": "1068",
                    "description": "Commercial Printing",
                    "typeDescription": "D&B Hoovers Industry Code",
                    "typeDnBCode": 25838,
                    "priority": 1
                },
                {
                    "code": "D",
                    "description": "Manufacturing",
                    "typeDescription": "D&B Standard Major Industry Code",
                    "typeDnBCode": 24657,
                    "priority": 1
                }
            ],
            "legalForm": {
                "description": "Corporation",
                "dnbCode": 31217
            },
            "startDate": "1985",
            "numberOfEmployees": [
                {
                    "value": 120,
                    "informationScopeDescription": "Headquarters Only (Employs Here)",
                    "informationScopeDnBCode": 9068,
                    "reliabilityDescription": "Actual",
                    "reliabilityDnBCode": 9092
                },
                {
                    "value": 153,
                    "informationScopeDescription": "Consolidated",
                    "informationScopeDnBCode": 9067,
                    "reliabilityDescription": "Actual",
                    "reliabilityDnBCode": 9092
                }
            ],
            "financials": [
                {
                    "financialStatementToDate": "2019-12-31",
                    "financialStatementDuration": null,
                    "informationScopeDescription": "Consolidated",
                    "informationScopeDnBCode": 9067,
                    "reliabilityDescription": "Actual",
                    "reliabilityDnBCode": 9092,
                    "unitCode": "SingleUnits",
                    "accountantName": "Johnson, Jordan & Jones CPAs",
                    "yearlyRevenue": [
                        {
                            "value": null,
                            "currency": "USD"
                        }
                    ],
                    "netProfitLoss": [],
                    "netWorth": []
                },
                {
                    "financialStatementToDate": null,
                    "financialStatementDuration": null,
                    "informationScopeDescription": null,
                    "informationScopeDnBCode": null,
                    "reliabilityDescription": null,
                    "reliabilityDnBCode": null,
                    "unitCode": null,
                    "accountantName": null,
                    "yearlyRevenue": null,
                    "netProfitLoss": [
                        {
                            "value": "3189738.0",
                            "currency": "USD"
                        }
                    ],
                    "netWorth": [
                        {
                            "value": "4110181.0",
                            "currency": "USD"
                        }
                    ]
                }
            ],
            "latestFinancials": {
                "financialStatementDuration": "P12M",
                "financialStatementToDate": "2019-12-31",
                "informationScope": {
                    "description": "Consolidated",
                    "dnbCode": 9067
                },
                "reliability": {
                    "description": "Actual",
                    "dnbCode": 9092
                },
                "units": "SingleUnits",
                "overview": {
                    "accountsPayable": 5986023.0,
                    "accountsReceivable": 7360218.0,
                    "acidTestRatio": 1.10482,
                    "cashAndLiquidAssets": 4564200.0,
                    "costOfSales": 19912578,
                    "currentLiabilitiesOverNetWorth": 262.6,
                    "currentRatio": 1.589833,
                    "dividends": null,
                    "fixedAssets": 2007502.0,
                    "grossProfit": 12785999,
                    "intangibleAssets": null,
                    "inventory": 5234790.0,
                    "longTermDebt": null,
                    "netAssets": null,
                    "netIncome": 3189738.0,
                    "netWorth": 4110181.0,
                    "operatingProfit": null,
                    "profitBeforeTaxes": 3693897.0,
                    "quickRatio": 1.10482,
                    "retainedEarnings": 2565432.0,
                    "salesRevenue": 32698577,
                    "tangibleNetWorth": null,
                    "totalAssets": 1.946671E+7,
                    "totalCurrentAssets": 17159208,
                    "totalCurrentLiabilities": 10793087,
                    "totalIndebtedness": null,
                    "totalLiabilities": 15356529,
                    "totalLiabilitiesEquity": 1.946671E+7,
                    "totalLiabilitiesOverNetWorth": 373.6,
                    "totalLongTermAssets": 2307502.0,
                    "totalLongTermLiabilities": 4563442.0,
                    "workingCapital": 6366121.0
                }
            },
            "corporateLinkage": {
                "globalUltimate": {
                    "duns": "804735132"
                },
                "domesticUltimate": {
                    "duns": "804735132"
                },
                "parent": {
                    "duns": null
                },
                "headQuarter": {
                    "duns": null
                }
            }
        },
        {
            "duns": "804800217",
            "primaryName": "Gorman Printing Co., Inc",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                },
                "addressLocality": {
                    "name": "San Francisco"
                },
                "addressRegion": {
                    "name": "California",
                    "abbreviatedName": "CA"
                },
                "addressCounty": {
                    "name": "San Francisco"
                },
                "postalCode": "94110",
                "streetAddress": {
                    "line1": "492 Koller St",
                    "line2": null
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Out of business",
                    "dnbCode": 403
                },
                "isDelisted": true,
                "isUnderReview": false
            },
            "registrationNumbers": [],
            "industryCodes": [
                {
                    "code": "323111",
                    "description": "Commercial Printing (except Screen and Books)",
                    "typeDescription": "North American Industry Classification System 2017",
                    "typeDnBCode": 30832,
                    "priority": 1
                },
                {
                    "code": "27520000",
                    "description": "Commercial printing, lithographic",
                    "typeDescription": "D&B Standard Industry Code",
                    "typeDnBCode": 3599,
                    "priority": 1
                },
                {
                    "code": "1812",
                    "description": "Other printing",
                    "typeDescription": "NACE Revision 2",
                    "typeDnBCode": 29104,
                    "priority": 1
                },
                {
                    "code": "2752",
                    "description": "Lithographic commercial printing",
                    "typeDescription": "US Standard Industry Code 1987 - 4 digit",
                    "typeDnBCode": 399,
                    "priority": 1
                },
                {
                    "code": "1068",
                    "description": "Commercial Printing",
                    "typeDescription": "D&B Hoovers Industry Code",
                    "typeDnBCode": 25838,
                    "priority": 1
                },
                {
                    "code": "D",
                    "description": "Manufacturing",
                    "typeDescription": "D&B Standard Major Industry Code",
                    "typeDnBCode": 24657,
                    "priority": 1
                }
            ],
            "legalForm": {
                "description": "Corporation",
                "dnbCode": 31217
            },
            "startDate": null,
            "numberOfEmployees": [
                {
                    "value": 105,
                    "informationScopeDescription": "Consolidated",
                    "informationScopeDnBCode": 9067,
                    "reliabilityDescription": "Actual",
                    "reliabilityDnBCode": 9092
                }
            ],
            "financials": [],
            "latestFinancials": {},
            "corporateLinkage": {
                "globalUltimate": {
                    "duns": null
                },
                "domesticUltimate": {
                    "duns": null
                },
                "parent": {
                    "duns": null
                },
                "headQuarter": {
                    "duns": null
                }
            }
        },
        {
            "duns": "117605267",
            "primaryName": "Gorman Manufacturing Company, Ltd",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                },
                "addressLocality": {
                    "name": "San Francisco"
                },
                "addressRegion": {
                    "name": "California",
                    "abbreviatedName": "CA"
                },
                "addressCounty": {
                    "name": "San Francisco"
                },
                "postalCode": "94110",
                "streetAddress": {
                    "line1": "492 Koller St",
                    "line2": null
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Active",
                    "dnbCode": 9074
                },
                "isDelisted": false,
                "isUnderReview": false
            },
            "registrationNumbers": null,
            "industryCodes": [
                {
                    "code": "323111",
                    "description": "Commercial Printing (except Screen and Books)",
                    "typeDescription": "North American Industry Classification System 2017",
                    "typeDnBCode": 30832,
                    "priority": 1
                },
                {
                    "code": "27520000",
                    "description": "Commercial printing, lithographic",
                    "typeDescription": "D&B Standard Industry Code",
                    "typeDnBCode": 3599,
                    "priority": 1
                },
                {
                    "code": "1812",
                    "description": "Other printing",
                    "typeDescription": "NACE Revision 2",
                    "typeDnBCode": 29104,
                    "priority": 1
                },
                {
                    "code": "2752",
                    "description": "Lithographic commercial printing",
                    "typeDescription": "US Standard Industry Code 1987 - 4 digit",
                    "typeDnBCode": 399,
                    "priority": 1
                },
                {
                    "code": "1068",
                    "description": "Commercial Printing",
                    "typeDescription": "D&B Hoovers Industry Code",
                    "typeDnBCode": 25838,
                    "priority": 1
                },
                {
                    "code": "D",
                    "description": "Manufacturing",
                    "typeDescription": "D&B Standard Major Industry Code",
                    "typeDnBCode": 24657,
                    "priority": 1
                }
            ],
            "legalForm": {
                "description": "Corporation",
                "dnbCode": 31217
            },
            "startDate": "2020",
            "numberOfEmployees": [
                {
                    "value": 2,
                    "informationScopeDescription": "Consolidated",
                    "informationScopeDnBCode": 9067,
                    "reliabilityDescription": "Modelled",
                    "reliabilityDnBCode": 9094
                }
            ],
            "financials": [
                {
                    "financialStatementToDate": "2020-07-21",
                    "financialStatementDuration": null,
                    "informationScopeDescription": null,
                    "informationScopeDnBCode": null,
                    "reliabilityDescription": "Modelled",
                    "reliabilityDnBCode": 9094,
                    "unitCode": "Single Units",
                    "accountantName": null,
                    "yearlyRevenue": [
                        {
                            "value": "83905.0",
                            "currency": "USD"
                        }
                    ],
                    "netProfitLoss": [],
                    "netWorth": []
                }
            ],
            "latestFinancials": {},
            "corporateLinkage": {
                "globalUltimate": {
                    "duns": null
                },
                "domesticUltimate": {
                    "duns": null
                },
                "parent": {
                    "duns": null
                },
                "headQuarter": {
                    "duns": null
                }
            }
        },
        {
            "duns": "059633730",
            "primaryName": "Gorman Catalog Printing Inc",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United States",
                    "isoAlpha2Code": "US"
                },
                "addressLocality": {
                    "name": "San Francisco"
                },
                "addressRegion": {
                    "name": "California",
                    "abbreviatedName": "CA"
                },
                "addressCounty": {
                    "name": "San Francisco"
                },
                "postalCode": "94110",
                "streetAddress": {
                    "line1": "492 Koller St",
                    "line2": null
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Out of business",
                    "dnbCode": 403
                },
                "isDelisted": false,
                "isUnderReview": false
            },
            "registrationNumbers": [],
            "industryCodes": [
                {
                    "code": "323111",
                    "description": "Commercial Printing (except Screen and Books)",
                    "typeDescription": "North American Industry Classification System 2017",
                    "typeDnBCode": 30832,
                    "priority": 1
                },
                {
                    "code": "27520202",
                    "description": "Catalogs, lithographed",
                    "typeDescription": "D&B Standard Industry Code",
                    "typeDnBCode": 3599,
                    "priority": 1
                },
                {
                    "code": "1812",
                    "description": "Other printing",
                    "typeDescription": "NACE Revision 2",
                    "typeDnBCode": 29104,
                    "priority": 1
                },
                {
                    "code": "2752",
                    "description": "Lithographic commercial printing",
                    "typeDescription": "US Standard Industry Code 1987 - 4 digit",
                    "typeDnBCode": 399,
                    "priority": 1
                },
                {
                    "code": "1068",
                    "description": "Commercial Printing",
                    "typeDescription": "D&B Hoovers Industry Code",
                    "typeDnBCode": 25838,
                    "priority": 1
                },
                {
                    "code": "D",
                    "description": "Manufacturing",
                    "typeDescription": "D&B Standard Major Industry Code",
                    "typeDnBCode": 24657,
                    "priority": 1
                }
            ],
            "legalForm": {
                "description": "Corporation",
                "dnbCode": 31217
            },
            "startDate": null,
            "numberOfEmployees": [
                {
                    "value": 25,
                    "informationScopeDescription": "Consolidated",
                    "informationScopeDnBCode": 9067,
                    "reliabilityDescription": "Actual",
                    "reliabilityDnBCode": 9092
                }
            ],
            "financials": [
                {
                    "financialStatementToDate": null,
                    "financialStatementDuration": null,
                    "informationScopeDescription": null,
                    "informationScopeDnBCode": null,
                    "reliabilityDescription": "Modelled",
                    "reliabilityDnBCode": 9094,
                    "unitCode": "Single Units",
                    "accountantName": null,
                    "yearlyRevenue": [
                        {
                            "value": "1700000.0",
                            "currency": "USD"
                        }
                    ],
                    "netProfitLoss": [],
                    "netWorth": []
                }
            ],
            "latestFinancials": {},
            "corporateLinkage": {
                "globalUltimate": {
                    "duns": null
                },
                "domesticUltimate": {
                    "duns": null
                },
                "parent": {
                    "duns": null
                },
                "headQuarter": {
                    "duns": null
                }
            }
        }
    ]
}

Resolved Role Player with SDN Request

GET https://plus.dnb.com/v1/networkintelligence/roles/75363219-6495-3402-b683-ae644337ede4?blockID=resolvedroleplayersdninfo_v1
Authorization: Bearer MyToken

Resolved Role Player with SDN Response

{
    "transactionDetail": {
        "transactionID": "rrt-07082a9e7689f7f4b-c-eu-18138-15082352-1",
        "transactionTimestamp": "2022-06-20T10:58:30.759Z"
    },
    "inquiryDetail": {
        "roleKey": "9db1a5c3-52c0-33f1-b1aa-ed074e816caz",
        "blockID": "resolvedroleplayersdninfo_v1"
    },
    "matchType": "Standard",
    "universeID": 11,
    "universeTimestamp": "20220619-05:17:13",
    "resolvedRolePlayerDetail": {
        "temporaryResolvedRolePlayerKey": "5ab45f4f-1997-5848-9fed-9fd486bcb49e",
        "membersCount": 6,
        "subjectType": {
            "description": "individual",
            "dnbCode": 119
        },
        "name": "JOHN SMITH",
        "address": {
            "addressCountry": null,
            "addressLocality": {
                "name": "LONDON"
            },
            "addressRegion": null,
            "addressCounty": null,
            "postalCode": null,
            "streetAddress": null
        },
        "birthDates": [
            "1978-07"
        ],
        "accruedOwnership": {
            "currency": "USD",
            "totalNetworth": 908.16,
            "totalEstimatedLatentWealth": 454.08,
            "units": "Thousand"
        },
        "accruedRemuneration": {
            "currency": null,
            "totalModelledRemuneration": null,
            "units": "Single Units"
        },
        "isSpeciallyDesignatedNational": true,
        "speciallyDesignatedLists": [
            {
                "entityNumber": "OFACBP123456",
                "namePrefix": null,
                "fullName": "SMITH, JOHN",
                "birthDate": "1978-07-19",
                "address": {
                    "addressCountry": {
                        "name": null,
                        "isoAlpha2Code": null
                    },
                    "addressLocality": {
                        "name": null
                    },
                    "addressRegion": {
                        "name": null,
                        "abbreviatedName": null
                    },
                    "addressCounty": {
                        "name": null
                    },
                    "postalCode": null,
                    "streetAddress": {
                        "line1": null,
                        "line2": null
                    }
                },
                "sanctionLists": [
                    {
                        "violationID": "OFACBP123456",
                        "sourceInformation": "OFAC SDN AND BLOCKED PERSONS",
                        "additionalInformation": null,
                        "sanctionListEffectiveDate": null
                    }
                ]
            },
            {
                "entityNumber": "OFACBP098765",
                "namePrefix": null,
                "fullName": "SMITH, JOHN",
                "birthDate": "1978-07-19",
                "address": {
                    "addressCountry": {
                        "name": null,
                        "isoAlpha2Code": null
                    },
                    "addressLocality": {
                        "name": null
                    },
                    "addressRegion": {
                        "name": null,
                        "abbreviatedName": null
                    },
                    "addressCounty": {
                        "name": null
                    },
                    "postalCode": null,
                    "streetAddress": {
                        "line1": null,
                        "line2": null
                    }
                },
                "sanctionLists": [
                    {
                        "violationID": "OFACBP098765",
                        "sourceInformation": "OFAC SDN AND BLOCKED PERSONS",
                        "additionalInformation": null,
                        "sanctionListEffectiveDate": null
                    }
                ]
            },
        ],
        "roles": [
            {
                "roleKey": "b4fb8084-134a-32c1-8dca-d7d274a2aa9q",
                "associatedDUNS": "999078380",
                "roleType": "Shareholder",
                "subjectType": {
                    "description": "Individual",
                    "dnbCode": 119
                },
                "namePrefix": null,
                "fullName": "John Smith",
                "birthDate": null,
                "address": null,
                "ownershipPercentage": 100.0,
                "roleStartDate": null,
                "roleEndDate": null,
                "hasEnded": null,
                "jobTitles": [],
                "resolutionAssessment": [
                    {
                        "componentCategory": "Location",
                        "componentType": {
                            "description": "City",
                            "dnbCode": 36161
                        },
                        "assessmentLevel": 6
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "Location",
                        "componentType": {
                            "description": "Territory",
                            "dnbCode": 37489
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Location",
                        "componentType": {
                            "description": "Post Code",
                            "dnbCode": 36162
                        },
                        "assessmentLevel": 6
                    },
                    {
                        "componentCategory": "Location",
                        "componentType": {
                            "description": "Street Name",
                            "dnbCode": 37490
                        },
                        "assessmentLevel": 6
                    }
                ]
            },
            {
                "roleKey": "9db1a5c3-52c0-33f1-b1aa-ed074e816caz",
                "associatedDUNS": "999078380",
                "roleType": "Controller",
                "subjectType": {
                    "description": "Individual",
                    "dnbCode": 119
                },
                "namePrefix": "Mr",
                "fullName": "John Smith",
                "birthDate": "1978-07",
                "address": null,
                "ownershipPercentage": null,
                "roleStartDate": null,
                "roleEndDate": null,
                "hasEnded": null,
                "jobTitles": [],
                "resolutionAssessment": []
            },
            {
                "roleKey": "2g7798ec-3f23-3066-8a2e-d9a0959940u1",
                "associatedDUNS": "221078387",
                "roleType": "Principal",
                "subjectType": {
                    "description": "Individual",
                    "dnbCode": 119
                },
                "namePrefix": null,
                "fullName": "John Smith",
                "birthDate": "1978-07",
                "address": {
                    "addressCountry": null,
                    "addressLocality": {
                        "name": "London"
                    },
                    "addressRegion": null,
                    "addressCounty": null,
                    "postalCode": "W1A 4SH",
                    "streetAddress": {
                        "line1": "59 Arcadia Road",
                        "line2": null
                    }
                },
                "ownershipPercentage": null,
                "roleStartDate": null,
                "roleEndDate": null,
                "hasEnded": null,
                "jobTitles": [
                    {
                        "title": "Director"
                    }
                ],
                "resolutionAssessment": [
                    {
                        "componentCategory": "Location",
                        "componentType": {
                            "description": "City",
                            "dnbCode": 36161
                        },
                        "assessmentLevel": 6
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Last Name",
                            "dnbCode": 36160
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "Middle Name",
                            "dnbCode": 36159
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "Origin",
                        "componentType": {
                            "description": "Birth Date",
                            "dnbCode": 36164
                        },
                        "assessmentLevel": 7
                    },
                    {
                        "componentCategory": "Location",
                        "componentType": {
                            "description": "Territory",
                            "dnbCode": 37489
                        },
                        "assessmentLevel": 0
                    },
                    {
                        "componentCategory": "KnownBy",
                        "componentType": {
                            "description": "First Name",
                            "dnbCode": 36158
                        },
                        "assessmentLevel": 8
                    },
                    {
                        "componentCategory": "Location",
                        "componentType": {
                            "description": "Post Code",
                            "dnbCode": 36162
                        },
                        "assessmentLevel": 6
                    },
                    {
                        "componentCategory": "Location",
                        "componentType": {
                            "description": "Street Name",
                            "dnbCode": 37490
                        },
                        "assessmentLevel": 6
                    }
                ]
            }
        ]
    },
    "organizations": [
        {
            "duns": "999078380",
            "primaryName": "ACME OIL AND GAS INTERNATIONAL LTD",
            "primaryAddress": {
                "addressCountry": {
                    "name": "United Kingdom",
                    "isoAlpha2Code": "GB"
                },
                "addressLocality": {
                    "name": "LONDON"
                },
                "addressRegion": {
                    "name": null,
                    "abbreviatedName": null
                },
                "addressCounty": {
                    "name": null
                },
                "postalCode": "WC1 9LY",
                "streetAddress": {
                    "line1": "22 MERCHANT SQUARE",
                    "line2": null
                }
            },
            "dunsControlStatus": {
                "operatingStatus": {
                    "description": "Active",
                    "dnbCode": 9074
                },
                "isDelisted": false,
                "isUnderReview": false
            }
        }
    ]
}