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.
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
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.
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"
}
}