(* Options: Date: 2025-09-14 05:52:17 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.trackunit.com/public //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetReportUnitSummary.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Trackunit.API open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type Location() = [] member val Latitude:Double = new Double() with get,set [] member val Longitude:Double = new Double() with get,set [] [] type Address() = [] member val Country:String = null with get,set [] member val ZipCode:String = null with get,set [] member val City:String = null with get,set [] member val StreetAddress:String = null with get,set [] [] type UnitDaySummary() = [] member val UnitId:String = null with get,set [] member val StartTime:Nullable = new Nullable() with get,set [] member val StartLocation:Location = null with get,set [] member val StartAddress:Address = null with get,set [] member val StopTime:Nullable = new Nullable() with get,set [] member val StopLocation:Location = null with get,set [] member val StopAddress:Address = null with get,set [] member val Input1ChangeCounter:Int32 = new Int32() with get,set [] member val Input2ChangeCounter:Int32 = new Int32() with get,set [] member val Run1:Double = new Double() with get,set [] member val Run2:Double = new Double() with get,set [] member val Run3:Double = new Double() with get,set [] member val Run4:Double = new Double() with get,set [] member val RunOdo:Double = new Double() with get,set [] member val Km:Double = new Double() with get,set [] [] type GetReportUnitSummaryResponse() = [] member val List:ResizeArray = null with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] [] [] type GetReportUnitSummary() = interface IReturn [] member val UnitId:String = null with get,set [] member val Date:Nullable = new Nullable() with get,set