... facing problem in Step 3 which is to create the report template. i have no issue for TickSalesTimeAndSalesReportTemplate.
POST: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/TickHistoryTimeAndSalesReportTemplates
Request:
{
"@odata.type": "#DataScope.Select.Api.Extractions.ReportTemplates.TermsAndConditionReportTemplate",
"ShowColumnHeaders": true,
"Name": "TermsAndCondition-Output",
"Headers": [],
"Trailers": [],
"ContentFields": [
{
"FieldName": "MIC List",
"Format": null
},
{
"FieldName": "SEDOL LIST",
"Format": null
}
],
"Condition": {
"MessageTimeStampIn": "GmtUtc",
"ApplyCorrectionsAndCancellations": false,
"ReportDateRangeType": "Range",
"QueryStartDate": "2023-08-10T00:00:00.000-06:00",
"QueryEndDate": "2023-08-11T23:59:59.000-06:00"
}
}
Response:
{
"error": {
"message": "Malformed request payload: Unexpected @odata.type 'DataScope.Select.Api.Extractions.ReportTemplates.DataScope.Select.Api.Extractions.ReportTemplates.TermsAndConditionReportTemplate' in payload"
}
}