' Options: 'Date: 2025-12-06 08:19:19 '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: UserRoleRequest.* '''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.Models Imports CRM.AgencyPlatform.API.Internal Namespace Global Namespace CRM.AgencyPlatform.API.Internal Public Partial Class UserRoleRequest Implements IReturn(Of List(Of Role)) Public Overridable Property UserId As Guid End Class End Namespace Namespace CRM.AgencyPlatform.API.Internal.Models Public Partial Class Permission Public Overridable Property PermissionId As Integer Public Overridable Property [Module] As String Public Overridable Property Resource As String Public Overridable Property Action As String Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property Tags As String Public Overridable Property SortOrder As Integer Public Overridable Property IsActive As Boolean Public Overridable Property CreatedUtc As Date Public Overridable Property Code As String End Class Public Partial Class Role Public Overridable Property RoleId As Integer Public Overridable Property TenantId As Guid Public Overridable Property Code As String Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property IsSystem As Boolean Public Overridable Property IsActive As Boolean Public Overridable Property CreatedUtc As Date Public Overridable Property Permissions As List(Of Permission) = New List(Of Permission) End Class End Namespace End Namespace