' Options: 'Date: 2026-07-08 19:53:36 '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: PursuitPipelineRequest.* '''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 Pursuit Public Overridable Property PursuitID As Integer Public Overridable Property PursuitUID As Guid Public Overridable Property PursuitNumber As String Public Overridable Property Name As String Public Overridable Property ClientOwner As String Public Overridable Property WorkType As String Public Overridable Property Solicitation As String Public Overridable Property Location As String Public Overridable Property Scope As String Public Overridable Property Stage As String Public Overridable Property Outcome As String Public Overridable Property BidValue As Decimal Public Overridable Property EstCost As Decimal Public Overridable Property WinProbability As Decimal Public Overridable Property CostOfPursuit As Decimal Public Overridable Property DueDate As Date? Public Overridable Property EstimatorRfpRef As String Public Overridable Property AwardedProjectID As Integer? Public Overridable Property OpenedAt As Date? Public Overridable Property SubmittedAt As Date? Public Overridable Property DecidedAt As Date? Public Overridable Property CreatedBy As String Public Overridable Property CreatedAt As Date? Public Overridable Property UpdatedAt As Date? Public Overridable Property DaysOpen As Integer Public Overridable Property WeightedValue As Decimal Public Overridable Property Activity As List(Of PursuitActivity) = New List(Of PursuitActivity) End Class Public Partial Class PursuitActivity Public Overridable Property PursuitActivityID As Integer Public Overridable Property PursuitID As Integer Public Overridable Property Kind As String Public Overridable Property Label As String Public Overridable Property Detail As String Public Overridable Property Actor As String Public Overridable Property CreatedAt As Date? End Class Public Partial Class PursuitListResponse Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property Pursuits As List(Of Pursuit) = New List(Of Pursuit) Public Overridable Property Summary As PursuitPipelineSummary End Class Public Partial Class PursuitPipelineRequest Implements IReturn(Of PursuitListResponse) End Class Public Partial Class PursuitPipelineSummary Public Overridable Property ActivePursuits As Integer Public Overridable Property PipelineValue As Decimal Public Overridable Property WeightedValue As Decimal Public Overridable Property WonCount As Integer Public Overridable Property DecidedCount As Integer Public Overridable Property WinRate As Decimal Public Overridable Property ClosingThisWeek 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