' Options: 'Date: 2025-09-13 16:20:09 'Version: 8.80 '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: PostOutOfMarketAreaCommsJobsRequest.* '''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.Shared.Clients.Vehicle Imports Mercedes.VehicleManagement.API.ServiceModel Namespace Global Namespace Mercedes.VehicleManagement.API.ServiceModel Public Partial Class PostOutOfMarketAreaCommsJobsRequest Implements IReturn(Of PostOutOfMarketAreaCommsJobsResponse) Implements IGet End Class End Namespace Namespace Mercedes.VehicleManagement.API.Shared.Clients.Vehicle Public Partial Class CommRow Public Overridable Property Row As Integer Public Overridable Property Comm As String End Class Public Partial Class OutOfMarketAreaCommsValidationError Public Overridable Property Message As String Public Overridable Property Row As Integer End Class Public Partial Class PostOutOfMarketAreaCommsJobsResponse Public Overridable Property Comms As List(Of CommRow) = New List(Of CommRow) Public Overridable Property ValidationErrors As List(Of OutOfMarketAreaCommsValidationError) = New List(Of OutOfMarketAreaCommsValidationError) End Class End Namespace End Namespace