' Options: 'Date: 2026-09-22 23:35:46 '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: PlanSetMakeCurrentRequest.* '''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 PlanSet Public Overridable Property PlanSetID As Integer Public Overridable Property PlanSetUID As Guid Public Overridable Property ProjectID As Integer Public Overridable Property Name As String Public Overridable Property Source As String Public Overridable Property SourceLabel As String Public Overridable Property IssuedDate As Date? Public Overridable Property AttachmentId As Guid Public Overridable Property AttachmentName As String Public Overridable Property FileSizeInKB As Double? Public Overridable Property VersionNo As Integer Public Overridable Property Status As String Public Overridable Property Progress As Integer Public Overridable Property PageCount As Integer Public Overridable Property SheetCount As Integer Public Overridable Property ExtractMode As String Public Overridable Property ErrorText As String Public Overridable Property SupersedesPlanSetID As Integer? Public Overridable Property SupersedesName As String Public Overridable Property IsCurrent As Boolean Public Overridable Property CreatedBy As String Public Overridable Property CreatedAt As Date? Public Overridable Property ProcessedAt As Date? Public Overridable Property AgeSeconds As Integer Public Overridable Property Sheets As List(Of Sheet) = New List(Of Sheet) Public Overridable Property Headline As String End Class Public Partial Class PlanSetMakeCurrentRequest Implements IReturn(Of PlanSetResponse) Public Overridable Property PlanSetUID As Guid End Class Public Partial Class PlanSetResponse Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property PlanSet As PlanSet Public Overridable Property RemovedSheets As List(Of Sheet) = New List(Of Sheet) End Class Public Partial Class Sheet Public Overridable Property SheetID As Integer Public Overridable Property PlanSetID As Integer Public Overridable Property PlanSetUID As Guid? Public Overridable Property PlanSetName As String Public Overridable Property ProjectID As Integer Public Overridable Property PageIndex As Integer Public Overridable Property AttachmentId As Guid Public Overridable Property VersionNo As Integer Public Overridable Property SheetNumber As String Public Overridable Property SheetKey As String Public Overridable Property Title As String Public Overridable Property Discipline As String Public Overridable Property Revision As String Public Overridable Property RevisionDate As Date? Public Overridable Property WidthPt As Double Public Overridable Property HeightPt As Double Public Overridable Property ThumbKey As String Public Overridable Property ThumbUrl As String Public Overridable Property ThumbHash As String Public Overridable Property ExtractSource As String Public Overridable Property Confidence As Double? Public Overridable Property ChangeKind As String Public Overridable Property SupersedesSheetID As Integer? Public Overridable Property IsCurrent As Boolean Public Overridable Property PinCount As Integer Public Overridable Property UpdatedBy As String Public Overridable Property UpdatedAt As Date? Public Overridable Property Pins As List(Of SheetPin) = New List(Of SheetPin) End Class Public Partial Class SheetPin Public Overridable Property SheetPinID As Integer Public Overridable Property SheetID As Integer Public Overridable Property EntityType As String Public Overridable Property EntityID As Integer? Public Overridable Property EntityUID As Guid? Public Overridable Property X As Double Public Overridable Property Y As Double Public Overridable Property Label As String Public Overridable Property CreatedBy As String Public Overridable Property CreatedAt As Date? Public Overridable Property EntityNo As String Public Overridable Property EntityTitle As String Public Overridable Property EntityStatus As String Public Overridable Property InspectionUID As Guid? Public Overridable Property SheetNumber As String Public Overridable Property SheetTitle As String Public Overridable Property PlanSetID As Integer? Public Overridable Property PlanSetUID As Guid? Public Overridable Property PlanSetName As String 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