(* Options: Date: 2026-04-15 21:18:59 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://api.booklinker.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: PutAccountRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Booklinker.API.ServiceModel.V1.Requests open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations type SignatureAppearance = | None = 0 | Text = 1 | Upload = 2 [] [] type V2BaseResponse() = [] member val ResponseStatus:ResponseStatus = null with get,set [] [] type PutAccountResponseData() = [] member val OneTimeToken:String = null with get,set [] [] type PutAccountResponse() = inherit V2BaseResponse() [] member val Data:PutAccountResponseData = null with get,set [] [] type PutAccountResponse() = inherit ResponseStatus() [] member val Success:Boolean = new Boolean() with get,set [] member val OneTimeToken:String = null with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] [] type PutAccountRequest() = interface IReturn [] member val EmailAddress:String = null with get,set [] member val FullName:String = null with get,set [] member val ProfileImageId:String = null with get,set [] member val SignatureImageId:String = null with get,set [] member val SignatureFont:String = null with get,set [] member val SignatureAppearance:SignatureAppearance = new SignatureAppearance() with get,set [] [] [] type PutAccountRequest() = interface IReturn [] member val NewEmail:String = null with get,set