Available since 2021.02. This export sends forecast data to the database. Properties hydrologicalModel, numericalModel and seriesType are compulsory.
Config example:
<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesExportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.wldelft.nl/fews https://fewsdocs.deltares.nl/schemas/version1.0/timeSeriesExportRun.xsd">
<export>
<general>
<exportType>itaipuForecast</exportType>
<serverUrl>http://chi788:9090/BDH/api/rest</serverUrl>
<user>doesn't matter</user>
<password>dummy_token</password>
<idMapId>idMap</idMapId>
<exportMissingValueString>-9999.0</exportMissingValueString>
<exportTimeZone>
<timeZoneName>GMT-3:00</timeZoneName>
</exportTimeZone>
</general>
<properties>
<string key="hydrologicalModel" value="MGB"></string>
<string key="numericalModel" value="BRAMS"></string>
<int key="numericalModelMember" value="5"></int>
<string key="seriesType" value="Previsão Inercial AR"></string>
</properties>
<timeSeriesSet>
<moduleInstanceId>itaipuForecast</moduleInstanceId>
<valueType>scalar</valueType>
<parameterId>VAZÃO</parameterId>
<locationId>4680</locationId>
<timeSeriesType>forecast</timeSeriesType>
<timeStep multiplier="3" unit="hour"/>
<readWriteMode>read complete forecast</readWriteMode>
</timeSeriesSet>
</export>
</timeSeriesExportRun>