(* Options: Date: 2026-02-14 10:12:51 Version: 10.04 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://stf-api-uat.data-xchange.co.za //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: Ping.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace DX.STF.Application.ClientApi.Messages.Ping open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type PingResponse() = member val Message:String = null with get,set member val GlnNumber:String = null with get,set /// ///Ping /// [] [] [] [] type Ping() = interface IReturn [] member val Message:String = null with get,set