Hi Team,
Could you please share working API request for Debt Corporate Actions ISO 15022? I've been trying to use example provided in API tree, but the query isn't working. Here's what I've been running:
{
"ExtractionRequest": {
"@odata .type": "#DataScope.Select.Api.Extractions.ReportTemplates.DebtCorporateActionsIsoReportTemplate",
"OutputFormat": "IsoFormat",
"Headers": [
],
"Trailers": [
],
"ContentFields": [
],
"Condition": {
    "ReportDateRangeType": "Init",
    "ExcludeDeletedEvents": false,
    "IncludeNonPendingEvents": true,
    "ReportIsoEvents": [
        "BRUP",
        "ACTV",
        "CHAN",
        "CONS",
        "DFLT",
        "DLST",
        "OTHR",
        "MCAL",
        "REDM",
        "BPUT",
        "DRAW",
        "PCAL",
        "PRED",
        "PARI",
        "EXOF",
        "BIDS",
        "CONV",
        "EXTM",
        "TEND",
        "INTR",
        "MRGR"
    ],
    "IncludeCusipCinsIn35B": false,
    "Wrap35BLines": false,
    "IncludeBankruptcyEvents": false,
    "LastUpdate": true,
    "IncludeActivationEvents": false,
    "IncludeDeactivationEvents": false,
    "IncludeBondDefaultEvents": false,
    "IncludeConsentEvents": false,
    "IncludeChangeEvents": false,
    "IncludeOtherEvents": false,
    "IncludePutRedemptionEvents": false,
    "IncludeDrawingEvents": false,
    "IncludeFullCallEarlyRedemptionEvents": false,
    "IncludePartialRedemptionWithReductionOfNVEvents": false,
    "IncludeFinalMaturityEvents": false,
    "IncludeExchangeEvents": false,
    "IncludePartialRedemptionWithoutReductionOfNVEvents": false,
    "IncludeAssimilationEvents": false,
    "IncludeRepurchaseOfferEvents": false,
    "IncludeConversionEvents": false,
    "IncludeMaturityExtensionEvents": false,
    "IncludeTenderAcquisitionTakeoverPurchaseOfferEvents": false,
    "IncludeInterestPaymentEvents": false,
    "IncludeMergerEvents": false
}
}
},
"IdentifiersList": {
"@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{ "Identifier": "XS2310945048", "IdentifierType": "Isin" },
{ "Identifier": "US023663AB31", "IdentifierType": "Isin" },
{ "Identifier": "US40048CAB90", "IdentifierType": "Isin" }
]
}
}
Thank you!