/* Options: Date: 2026-05-09 17:35:31 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws4.fibudata.net //GlobalNamespace: //MakePartial: True //MakeVirtual: True //MakeInternal: False //MakeDataContractsExtensible: False //AddNullableAnnotations: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //InitializeCollections: True //ExportValueTypes: False IncludeTypes: BankCacheResetRequest.* //ExcludeTypes: //AddNamespaces: //AddDefaultXmlNamespace: http://schemas.servicestack.net/types */ using System; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using ServiceStack; using ServiceStack.DataAnnotations; using FIBUdataServiceStack.ServiceModel.Messages; namespace FIBUdataServiceStack.ServiceModel.Messages { [Route("/fibuscan/BankCacheReset", "GET, POST")] public partial class BankCacheResetRequest : IReturn { } public partial class BankCacheResetResponse { public virtual bool success { get; set; } } }