' Options: 'Date: 2026-09-05 07:56:16 '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: DispatchRequestQuoteRequest.* '''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 DispatchCarrierPickView Public Overridable Property VendorID As Integer Public Overridable Property VendorName As String End Class Public Partial Class DispatchRequestEventView Public Overridable Property EventId As Integer Public Overridable Property Kind As String Public Overridable Property Detail As String Public Overridable Property AtUtc As Date Public Overridable Property ByWho As String End Class Public Partial Class DispatchRequestQuoteRequest Implements IReturn(Of DispatchRequestsResponse) Public Overridable Property RequestId As Integer Public Overridable Property RequiredRig As String Public Overridable Property UnitsPerTruck As Integer? Public Overridable Property RatePerLoad As Decimal? Public Overridable Property UrgencyPct As Decimal? Public Overridable Property CostPerLoad As Decimal? End Class Public Partial Class DispatchRequestsResponse Public Overridable Property Requests As List(Of DispatchRequestView) = New List(Of DispatchRequestView) Public Overridable Property Request As DispatchRequestView Public Overridable Property RigCounts As List(Of DispatchRigCountView) = New List(Of DispatchRigCountView) Public Overridable Property Carriers As List(Of DispatchCarrierPickView) = New List(Of DispatchCarrierPickView) Public Overridable Property QuoteLink As String Public Overridable Property Delivery As String Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class DispatchRequestView Public Overridable Property RequestId As Integer Public Overridable Property Code As String Public Overridable Property CustomerName As String Public Overridable Property CustomerPhone As String Public Overridable Property CustomerEmail As String Public Overridable Property Cargo As String Public Overridable Property Units As Integer Public Overridable Property FromLoc As String Public Overridable Property ToLoc As String Public Overridable Property Miles As Integer? Public Overridable Property WindowText As String Public Overridable Property IsUrgent As Boolean Public Overridable Property Notes As String Public Overridable Property Source As String Public Overridable Property Status As String Public Overridable Property RequiredRig As String Public Overridable Property UnitsPerTruck As Integer? Public Overridable Property RatePerLoad As Decimal? Public Overridable Property UrgencyPct As Decimal Public Overridable Property CostPerLoad As Decimal? Public Overridable Property LoadsNeeded As Integer? Public Overridable Property QuoteTotal As Decimal? Public Overridable Property QuoteVersion As Integer Public Overridable Property QuotedUtc As Date? Public Overridable Property QuotedBy As String Public Overridable Property AcceptTokenExpiresUtc As Date? Public Overridable Property AcceptedUtc As Date? Public Overridable Property AcceptedVia As String Public Overridable Property DeclinedUtc As Date? Public Overridable Property DeclinedBy As String Public Overridable Property DeclineReason As String Public Overridable Property JobsCreated As Integer Public Overridable Property JobsDone As Integer Public Overridable Property JobsNeedDriver As Integer Public Overridable Property CreatedUtc As Date Public Overridable Property CreatedBy As String Public Overridable Property Events As List(Of DispatchRequestEventView) = New List(Of DispatchRequestEventView) End Class Public Partial Class DispatchRigCountView Public Overridable Property RigType As String Public Overridable Property Rigs As Integer 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