(* Options: Date: 2025-06-25 18:16:31 Version: 6.00 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://webservices.mbukdatabase.co.uk/MBOnlineCreditApplicationService //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: HeartbeatRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace MBOnlineCreditApplicationService.Heartbeat open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type HeartbeatRequestResponse() = [] member val Code:Int32 = new Int32() with get,set [] member val Success:String = null with get,set [] [] [] type HeartbeatRequest() = interface IReturn [] member val Username:String = null with get,set [] member val Timestamp:String = null with get,set [] member val Token:String = null with get,set