' Options: 'Date: 2025-06-27 21:41:20 'Version: 8.81 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://uat-api-vehicle-mgt-mb-dhc.rapp-customers.co.uk ' '''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: BulkVehicleReprocessRequest.* '''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 Mercedes.VehicleManagement.API.ServiceModel Imports Mercedes.VehicleManagement.API.Shared.POCO Namespace Global Namespace Mercedes.VehicleManagement.API.ServiceModel Public Partial Class BulkVehicleReprocessRequest Implements IReturn(Of BulkVehicleReprocessResponse) Implements IPost Public Overridable Property GasId As String Public Overridable Property VehicleType As String End Class End Namespace Namespace Mercedes.VehicleManagement.API.Shared.POCO Public Partial Class BulkVehicleReprocessResponse Public Overridable Property Success As Boolean Public Overridable Property Message As String End Class End Namespace End Namespace