' Options: 'Date: 2025-09-08 08:56:22 'Version: 8.23 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.bokamera.se ' '''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: GetMailchimpSyncExecution.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Globalization Imports ServiceStack.Data Imports System.Net Imports System.Net.Http.Headers Imports BokaMera.API.ServiceModel.Db Imports BokaMera.API.ServiceModel.Dtos Namespace Global Namespace BokaMera.API.ServiceModel.Db Public Partial Class BaseModel End Class Public Interface IBaseModelCreated Property CreatedDate As Date End Interface Public Partial Class MailchimpSyncExecution Inherits BaseModel Implements IBaseModelCreated Public Overridable Property Id As Integer Public Overridable Property SuccessCount As Integer Public Overridable Property FailedCompanyIds As String Public Overridable Property Status As String Public Overridable Property CreatedDate As Date End Class End Namespace Namespace BokaMera.API.ServiceModel.Dtos Public Partial Class GetMailchimpSyncExecution Inherits QueryDb(Of MailchimpSyncExecution, MailchimpSyncExecutionQueryResponse) Implements IReturn(Of QueryResponse(Of MailchimpSyncExecutionQueryResponse)) ''' '''The company id, if empty will use the company id for the user you are logged in with. ''' Public Overridable Property CreatedDate As Nullable(Of Date) End Class Public Partial Class MailchimpSyncExecutionQueryResponse Public Overridable Property MailchimpSyncExecutionId As Integer Public Overridable Property SuccessCount As Integer Public Overridable Property FailedCompanyIds As String Public Overridable Property Status As String Public Overridable Property CreatedDate As Date End Class End Namespace End Namespace