(* Options: Date: 2026-02-04 07:46:21 Version: 8.10 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://webservices.mbukdatabase.co.uk/MBMicrositeFooterService //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: MicrositeDataRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace MBMicrositeFooterService.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type LinkData() = member val LinkID:Int32 = new Int32() with get,set member val LinkText:String = null with get,set member val LinkUrl:String = null with get,set [] type Response() = member val Code:String = null with get,set member val Message:String = null with get,set [] type MicrositeDataResponse() = member val linkData:ResizeArray = null with get,set member val Status:Response = null with get,set [] [] type MicrositeDataRequest() = interface IReturn