For a deeper look into our DataScope Select SOAP 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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
648 4 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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea