' Options: 'Date: 2026-09-05 07:06:57 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.dev.dynamics.trendsic.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: DispatchIncidentLoadRequest.* '''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 System.Net Imports CRM.AgencyPlatform.API.Internal Namespace Global Namespace CRM.AgencyPlatform.API.Internal Public Partial Class DispatchIncidentLoadRequest Implements IReturn(Of DispatchIncidentsResponse) Public Overridable Property IncidentId As Integer Public Overridable Property Action As String Public Overridable Property TransloadTruckCode As String End Class Public Partial Class DispatchIncidentMessageView Public Overridable Property MessageId As Integer Public Overridable Property Who As String Public Overridable Property Role As String Public Overridable Property Msg As String Public Overridable Property AtUtc As Date End Class Public Partial Class DispatchIncidentsResponse Public Overridable Property Incidents As List(Of DispatchIncidentView) = New List(Of DispatchIncidentView) Public Overridable Property EmptyTrucks As List(Of DispatchIncidentTruckView) = New List(Of DispatchIncidentTruckView) Public Overridable Property Trucks As List(Of DispatchIncidentTruckView) = New List(Of DispatchIncidentTruckView) Public Overridable Property TransloadTruckCode As String Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class DispatchIncidentTruckView Public Overridable Property Code As String Public Overridable Property DriverName As String Public Overridable Property Stage As String Public Overridable Property OpenLoadCode As String End Class Public Partial Class DispatchIncidentView Public Overridable Property IncidentId As Integer Public Overridable Property Code As String Public Overridable Property Kind As String Public Overridable Property KindDetail As String Public Overridable Property LoadId As Integer? Public Overridable Property LoadCode As String Public Overridable Property LoadStatus As String Public Overridable Property SourceLabel As String Public Overridable Property DestinationLabel As String Public Overridable Property QtyText As String Public Overridable Property TruckCode As String Public Overridable Property TruckLabel As String Public Overridable Property LocationText As String Public Overridable Property Lat As Decimal? Public Overridable Property Lng As Decimal? Public Overridable Property DriverPref As String Public Overridable Property OpenedBy As String Public Overridable Property OpenedVia As String Public Overridable Property Resolver As String Public Overridable Property Status As String Public Overridable Property TruckRecovery As String Public Overridable Property TruckRecoveredUtc As Date? Public Overridable Property LoadRecovery As String Public Overridable Property LoadRecoveredUtc As Date? Public Overridable Property TransloadTruckCode As String Public Overridable Property HoldId As Integer? Public Overridable Property HoldCode As String Public Overridable Property PhotoCount As Integer Public Overridable Property OpenedUtc As Date Public Overridable Property ResolvedUtc As Date? Public Overridable Property ResolvedBy As String Public Overridable Property ReopenedUtc As Date? Public Overridable Property Messages As List(Of DispatchIncidentMessageView) = New List(Of DispatchIncidentMessageView) End Class End Namespace Namespace ServiceStack Public Partial Class ResponseStatus Implements IMeta Public Overridable Property ErrorCode As String Public Overridable Property Message As String Public Overridable Property StackTrace As String Public Overridable Property Errors As List(Of ResponseError) = New List(Of ResponseError) Public Overridable Property Meta As Dictionary(Of String, String) Implements IMeta.Meta = New Dictionary(Of String, String) End Class End Namespace End Namespace