I receive empty file results for the following rest api in Java:
@{"ExtractionRequest":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
"ContentFieldNames":["Ticker","Coupon
Type","Day Count Code","Coupon Rate"],
"IdentifierList":{
"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.EntityIdentifierList",
"EntityIdentifiers":[
{"Identifier":"18236","IdentifierType":"OrgId"}
]},
"Condition":{
"ExcludeWarrants":true,"FixedIncomeRatingSources":
"Fitch",
"StartDate":"2017-01-02T00:00:00.000Z",
"UseRelativeAnalytics":true
}
} }
What is the proper way to call TermsAndConditionsExtractionRequest?
Thanks