For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
1 1 2 4

DSS search entity not giving Ric identifier in response

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" } ]}

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
38.1k 69 35 53

It was mentioned in DSS User Guide on page 151. For legal entities, the identifier type in the result is OrgID.

I think that it is an expected behavior.


result.png (47.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

@jirapongse.phuriphanvichai

https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/EntitySearch

with this API ..currently we get org ID as identifier ....we need Ric as identifier in response ...Please suggest a way to get Ric as identifier in above API.

@MW

I got the same result as yours.

Please kindly contact DSS support team via Contact Us for the answer.

Click below to post an Idea Post Idea