' Options: 'Date: 2025-12-10 20:42:29 'Version: 6.50 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://galaxymobile.api.dev.86degrees.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: EaStatusUpdateRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports CommonService.Api.Operations Imports WebService.ServiceModel Imports CommonService.Api.Operations.Base Imports CommonService.Api.Models.Base Namespace Global Namespace CommonService.Api.Models.Base Public Partial Class ApiServiceResponse Implements IServiceResponse Public Overridable Property Description As String Public Overridable Property Heading As String Public Overridable Property WasSuccessful As Boolean Public Overridable Property ModelState As Object End Class End Namespace Namespace CommonService.Api.Operations Public Interface IHasApiKey Property ApiKey As String End Interface Public Interface ILogRequest End Interface End Namespace Namespace CommonService.Api.Operations.Base Public Interface IServiceResponse Property WasSuccessful As Boolean Property Description As String Property Heading As String End Interface End Namespace Namespace WebService.ServiceModel Public Partial Class EaStatusUpdateRequest Implements IReturn(Of ApiServiceResponse) Implements ILogRequest Implements IHasApiKey Public Overridable Property Type As String Public Overridable Property IncidentReference As String Public Overridable Property Message As String Public Overridable Property NotificationMetaData As NotificationMetaData ''' '''The API Key required for authentication ''' Public Overridable Property ApiKey As String End Class Public Partial Class NotificationMetaData Public Overridable Property ReferenceNumber As String Public Overridable Property IncidentDateTime As DateTimeOffset Public Overridable Property ServiceSpecification As String Public Overridable Property PolicyNumber As String Public Overridable Property MemberName As String Public Overridable Property MemberSurname As String Public Overridable Property MemberIdNumber As String Public Overridable Property VehicleRegistration As String Public Overridable Property VehicleMake As String Public Overridable Property VehicleModel As String Public Overridable Property IncidentDescription As String Public Overridable Property IncidentTripLocationLat As Double Public Overridable Property IncidentTripLocationLong As Double Public Overridable Property IncidentCountry As String Public Overridable Property IncidentProvince As String Public Overridable Property IncidentTown As String Public Overridable Property IncidentSuburb As String Public Overridable Property IncidentStreetNumber As String Public Overridable Property IncidentStreetName As String Public Overridable Property DestinationDescription As String Public Overridable Property DestinationTripLocationLat As Double Public Overridable Property DestinationTripLocationLong As Double Public Overridable Property DestinationCountry As String Public Overridable Property DestinationProvince As String Public Overridable Property DestinationTown As String Public Overridable Property DestinationSuburb As String Public Overridable Property DestinationStreetNumber As String Public Overridable Property DestinationStreetName As String Public Overridable Property ServiceProviderName As String Public Overridable Property EstimateArrivalDateAndTime As DateTimeOffset Public Overridable Property Amount As Double Public Overridable Property Vat As Long Public Overridable Property Quantity As Long Public Overridable Property ClosedDateAndTime As DateTimeOffset End Class End Namespace End Namespace