' Options: 'Date: 2025-12-05 23:59:39 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://staging-api.my1stchoicefs.net ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: AuctionFloorVehicle.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports FirstChoice.API.ServiceModel Namespace Global Namespace FirstChoice.API.ServiceModel Public Partial Class AuctionFloorVehicle Implements IReturn(Of GenericResponse) Public Overridable Property BOSDate As Date Public Overridable Property DealerId As Guid ''' '''Must be 17 characters ''' Public Overridable Property Vin As String Public Overridable Property Year As Integer Public Overridable Property Make As String Public Overridable Property Model As String Public Overridable Property Miles As Integer Public Overridable Property Color As String Public Overridable Property BOSAmount As Double Public Overridable Property TitleNumber As String Public Overridable Property TitleState As String End Class Public Partial Class GenericResponse Public Overridable Property Message As String Public Overridable Property Success As Boolean End Class End Namespace End Namespace