(* Options: Date: 2026-01-12 05:16:37 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://p4.smartdatasolutions.eu //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ReadingsBulkReset.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace SDS.V8.APIs.P4.EU.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type Generic() = /// ///Api-key. Used to provide credentials to the api. Can also be provided through the request headers with key: X-API-KEY /// [] member val ApiKey:String = null with get,set [] [] type ReadingsBulkReset() = inherit Generic() interface IPost /// ///Reset the 'Last Downloaded' - time stamp. Keep in mind ... this is the time stamp of the message(s) we received from EDSN/GridOperators, not the Date of the actual data! If you want to start for example from January 1st, 2025, give: 20250101-000000-000000. About 2 weeks of history is available through the ReadingsBulkRequest /// [] member val To:String = null with get,set