' Options: 'Date: 2025-12-06 06:28:31 '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: AgentRegistrationTempReportRequest.* '''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 AgentRegistrationTemp Public Overridable Property AgentRegistrationTempId As Integer Public Overridable Property ApplicationId As String Public Overridable Property Company As String Public Overridable Property EIN As String Public Overridable Property FirstName As String Public Overridable Property MiddleName As String Public Overridable Property LastName As String Public Overridable Property Address1 As String Public Overridable Property Address2 As String Public Overridable Property City As String Public Overridable Property State As String Public Overridable Property Zip As String Public Overridable Property Email As String Public Overridable Property HomePhone As String Public Overridable Property CellPhone As String Public Overridable Property WorkPhone As String Public Overridable Property AgreeToDisclosures As Boolean Public Overridable Property AgreeToDate As Date Public Overridable Property PaidDate As Date Public Overridable Property AgentNumber As String Public Overridable Property Upline1Name As String Public Overridable Property Upline1 As Integer Public Overridable Property Upline2Name As String Public Overridable Property Upline2 As Integer Public Overridable Property RecruitedBy As String Public Overridable Property CreatedDate As Date Public Overridable Property DOB As Date? Public Overridable Property SSN As String Public Overridable Property Password As String Public Overridable Property Upline1Percent As Decimal Public Overridable Property Upline2Percent As Decimal Public Overridable Property AgentId As Integer Public Overridable Property AccountName As String Public Overridable Property AccountType As String Public Overridable Property AccountNumber As String Public Overridable Property AccountRouting As String Public Overridable Property w9_1 As String Public Overridable Property w9_2 As String Public Overridable Property w9_3_1 As String Public Overridable Property w9_3_2 As String Public Overridable Property w9_3_3 As String Public Overridable Property w9_3_4 As String Public Overridable Property w9_3_5 As String Public Overridable Property w9_3_6 As String Public Overridable Property w9_3_7 As String Public Overridable Property w9_3_8 As String Public Overridable Property w9_4_1 As String Public Overridable Property w9_4_2 As String Public Overridable Property w9_5 As String Public Overridable Property w9_6 As String Public Overridable Property w9_7 As String Public Overridable Property IsSecurityLicensed As Boolean Public Overridable Property SecurityLicense As String Public Overridable Property Position As String Public Overridable Property School As String Public Overridable Property District As String Public Overridable Property StoreName As String End Class Public Partial Class AgentRegistrationTempExtended Inherits AgentRegistrationTemp Public Overridable Property FullName As String Public Overridable Property Address As String Public Overridable Property ContractingComplete As Date Public Overridable Property PackageMailed As Date Public Overridable Property TrackingNum As String Public Overridable Property Upline1AgentName As String Public Overridable Property Upline2AgentName As String Public Overridable Property HasAgreement As Boolean Public Overridable Property IsAgent As Boolean End Class Public Partial Class AgentRegistrationTempReportRequest Implements IReturn(Of AgentRegistrationTempReportResponse) End Class Public Partial Class AgentRegistrationTempReportResponse Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property ReportData As List(Of AgentRegistrationTempExtended) = New List(Of AgentRegistrationTempExtended) 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