' Options: 'Date: 2025-12-06 08:52:16 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://business-api.brovs.com ' '''GlobalNamespace: BusinessApi '''MakePartial: True '''MakeVirtual: False '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetPlaceBootstrapRequest.* '''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 BusinessApi Namespace Global Namespace BusinessApi Public Partial Class GetPlaceBootstrapRequest Implements IReturn(Of GetPlaceBootstrapResponse) Implements IGet Implements IHasPlaceId Public Property PlaceId As Long Implements IHasPlaceId.PlaceId End Class Public Partial Class GetPlaceBootstrapResponse Public Property GetPlaceResponse As GetPlaceResponse Public Property GetStaffUserResponse As GetStaffUserResponse Public Property GetPlaceCountersResponse As GetPlaceCountersResponse Public Property ThisIsTheLastOwnerAndDeleteWillUnclaimThePlace As Boolean End Class Public Partial Class GetPlaceCountersResponse Public Property AdMessagesDraftCount As Long Public Property AdMessagesUpcomingCount As Long Public Property AdMessagesRunningCount As Long End Class Public Partial Class GetPlaceResponse Public Property Place As PlaceDto End Class Public Partial Class GetStaffUserResponse Public Property StaffDto As StaffDto End Class Public Interface IHasPlaceId Property PlaceId As Long End Interface End Namespace End Namespace