' Options:
'Date: 2026-01-12 05:07:46
'Version: 8.52
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://p4.smartdatasolutions.eu
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: ReadingsBulkReset.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports SDS.V8.APIs.P4.EU.ServiceModel
Namespace Global
Namespace SDS.V8.APIs.P4.EU.ServiceModel
Public Partial Class Generic
'''
'''Api-key. Used to provide credentials to the api. Can also be provided through the request headers with key: X-API-KEY
'''
Public Overridable Property ApiKey As String
End Class
Public Partial Class ReadingsBulkReset
Inherits Generic
Implements 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
'''
Public Overridable Property [To] As String
End Class
End Namespace
End Namespace