' Options: 'Date: 2025-12-06 08:39:24 '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: WebixKanbanTaskCreateRequest.* '''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 KanbanTaskAttachment Public Overridable Property id As Guid Public Overridable Property link As String Public Overridable Property size As Long End Class Public Partial Class WebixKanbanComment Public Overridable Property id As String Public Overridable Property user_id As Integer? Public Overridable Property date As String Public Overridable Property text As String End Class Public Partial Class WebixKanbanTask Public Overridable Property id As Guid Public Overridable Property status As String Public Overridable Property user_id As Integer Public Overridable Property text As String Public Overridable Property color As String Public Overridable Property tags As List(Of String) = New List(Of String) Public Overridable Property comments As List(Of WebixKanbanComment) = New List(Of WebixKanbanComment) Public Overridable Property attachments As List(Of KanbanTaskAttachment) = New List(Of KanbanTaskAttachment) Public Overridable Property list As Integer End Class Public Partial Class WebixKanbanTaskCreateRequest Inherits WebixKanbanTask Implements IReturn(Of WebixKanbanTaskResponse) Public Overridable Property ProjectUID As Guid End Class Public Partial Class WebixKanbanTaskResponse Inherits WebixKanbanTask End Class End Namespace End Namespace