DSS search entity not giving Ric identifier in response

MW
MW Newcomer

we are passing identifierType and preferredIdentifier as Ric for searching a
company in DSS Search Entity API.But in response we get OrgID as Identifier.Kindly Suggest What needs to be done
for getting Ric for a particular comapny search in DSS Entity Search. Ric of a
company is required for getting TRKD
financials.PFB request and response-

{ "SearchRequest":
{
"Name":"IBM",
"OfficialNameOnly": true, "DomicileCodes":
[],
"CountryOfIncorporationCodes": ["IN"],
"TrBusinessClassificationCodes": null, "VerifiedOnly":
true, "RegulatedOnly":
false, "IssuersOnly":
false, "ActiveOnly":
false,
"IdentifierType": "Ric",
"PreferredIdentifierType": "Ric" }}

Response:-
@{ "@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#Collection(ThomsonReuters.Dss.Api.Content.ValidatedEntity)", "value": [ { "@odata.type":
"#ThomsonReuters.Dss.Api.Search.EntitySearchResult", "Identifier": "108053813", "IdentifierType": "OrgId", "Key":
"VjF8MHgwMDAzZWYwNmNjY2NmNzFkfEVORU58MTA4MDUzODEzfE9SRw", "Description": "IBM INDIA PRIVATE LIMITED", "InstrumentType": "Entity", "Type": "Business Organization", "Domicile": "India", "CountryOfIncorporation": "India", "ParentOrgId": "18228", "UltimateParentOrgId": "18228" } ]}

Answers