(* Options: Date: 2025-12-06 09:18:32 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://sfgboxapi.dev.scadsoftware.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: UpdateProfile.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace sfgboxapi.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type UpdateProfile() = interface IReturn [] member val Email:String = null with get,set [] member val FirstName:String = null with get,set [] member val LastName:String = null with get,set member val PhoneNumber:String = null with get,set member val ResponseStatus:ResponseStatus = null with get,set