' Options: 'Date: 2025-10-31 07:10:20 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.bookmore.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: DeleteReferenceWithReferenceType.* '''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.Globalization Imports ServiceStack.Data Imports System.Net Imports System.Net.Http.Headers Imports BokaMera.API.ServiceModel.Dtos Namespace Global Namespace BokaMera.API.ServiceModel.Dtos Public Partial Class DeleteReferenceWithReferenceType Implements IReturn(Of ReferenceQueryResponse) ''' '''The company id ''' Public Overridable Property CompanyId As Guid ''' '''Internal Id of the reference. Example could be the Booking Id ''' Public Overridable Property OwnerId As Guid ''' '''Reference type of the reference ''' Public Overridable Property ReferenceType As String End Class Public Partial Class ReferenceQueryResponse Public Overridable Property CompanyId As Guid Public Overridable Property Id As Guid Public Overridable Property OwnerId As Guid Public Overridable Property ReferenceType As String Public Overridable Property ReferenceTypeId As Integer Public Overridable Property ExternalData As String Public Overridable Property Updated As Date Public Overridable Property Created As Date Public Overridable Property CreatedBy As String Public Overridable Property UpdatedBy As String Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace End Namespace