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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 1 2

REST API code to extract org ID using LEGAL ENTITY Name and domicile country- Using JASON

TCS would like to know how the REST API code to extract the org id using the legal entity name and domicile country As Input (product is DATASCOPE SELECT)--IN JASON, please assist with this query as it is very urgent.

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

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

This query was posted twice. I removed one copy.

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hi @divya.suresh.

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
648 5 4 6

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

{
"SearchRequest": {
"Name": "Chrysler",
"OfficialNameOnly": false,
"DomicileCodes": null,
"CountryOfIncorporationCodes": null,
"TrBusinessClassificationCodes": null,
"VerifiedOnly": false,
"RegulatedOnly": false,
"IssuersOnly": false,
"ActiveOnly": false,
"IdentifierType": "OrgId",
"PreferredIdentifierType": "Ric"
}
}

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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