""" Options: Date: 2025-04-04 17:46:59 Version: 5.140 Tip: To override a DTO option, remove "#" prefix before updating BaseUrl: https://api.clubmanagercentral.com #GlobalNamespace: #AddServiceStackTypes: True #AddResponseStatus: False #AddImplicitVersion: #AddDescriptionAsComments: True IncludeTypes: BranchService.GetBranchRequest.* #ExcludeTypes: #DefaultImports: datetime,decimal,marshmallow.fields:*,servicestack:*,typing:*,dataclasses:dataclass/field,dataclasses_json:dataclass_json/LetterCase/Undefined/config,enum:Enum/IntEnum #DataClass: #DataClassJson: """ import datetime import decimal from marshmallow.fields import * from servicestack import * from typing import * from dataclasses import dataclass, field from dataclasses_json import dataclass_json, LetterCase, Undefined, config from enum import Enum, IntEnum class BranchType(str, Enum): DEBIT_FINANCE = 'DebitFinance' SMART_DEBIT = 'SmartDebit' STANDARD = 'Standard' ROOT = 'Root' RESELLER = 'Reseller' REFERRER = 'Referrer' # @Flags() class Module(IntEnum): STANDARD = 0 BOOKINGS = 1 class ApplicationType(IntEnum): GYM = 1 GOLF = 2 DANCE = 3 SOCCER = 4 VANILLA = 5 ASSOCIATION = 6 MARTIAL_ARTS = 7 GYMNASTICS = 8 SWIMMING = 9 NURSERIES = 10 RACQUET = 11 SUBSCRIPTION_BOX = 12 CLINIC = 13 WELLNESS = 14 HEALTH_AND_BEAUTY = 15 CLIMBING = 16 AFTER_SCHOOL_CLUB = 17 PERSONAL_TRAINER = 18 # @Flags() class Feature(IntEnum): NONE = 0 STANDARD = 1 BOOKINGS = 2 ROTA = 4 GO_CARDLESS = 8 HOME_SCREEN = 16 E_POS = 32 ATTENDANCE = 64 SALES = 128 PAYMENT_COLLECTIONS = 256 MAIL_CHIMP = 512 MULTI_SITE = 1024 ACCOUNTING_DASHBOARD = 2048 OTHER_DASHBOARDS = 4096 REPORTS = 8192 ADVANCED_ACCOUNTING = 16384 MEMBER_LICENSE_DATES = 32768 FACE_RECOGNITION = 65536 MEMBER_ACCOUNT_CREATION = 131072 AUTOMATION = 262144 FACEBOOK_MARKETING = 524288 GRADES = 1048576 ZOOM_INTEGRATION = 2097152 SALES_TARGET_CHART = 4194304 CUSTOM_APP = 8388608 CUSTOM_ATTRIBUTES_ON_PORTAL = 16777216 NO_EXPORT = 33554432 ENTERPRISE_CLUB_PERFORMANCE_DASHBOARDS = 67108864 @dataclass_json(letter_case=LetterCase.CAMEL, undefined=Undefined.EXCLUDE) @dataclass class Iso3166Country: name: Optional[str] = None two_letter_code: Optional[str] = None three_letter_code: Optional[str] = None numeric_code: int = 0 phone_prefix: Optional[List[str]] = None class BranchMinimiser(str, Enum): NONE = 'None' CM_GO = 'CMGo' BASIC_PORTAL = 'BasicPortal' class ReportFormat(IntEnum): PDF = 1 WORD = 2 EXCEL = 3 PNG = 4 XPS = 5 CSV = 6 HTML5 = 7 # @Flags() class AppFeature(IntEnum): NONE = 0 JOIN_ONLINE = 1 TODAYS_CLASSES = 2 REGISTRATION_FORM = 4 FORTHCOMING_BOOKINGS = 8 WEEKLY_TIMETABLE = 16 SESSION_TIMETABLE = 32 FACILITY_TIMETABLE = 64 TASTER_SESSIONS = 128 HOW_TO_FIND_US = 256 ATTENDANCE_LEADERBOARD = 512 MEMBER_MESSAGES = 1024 ACHIEVEMENT_GALLERY = 2048 FREE_TEXT = 4096 QR_CODE = 8192 SHARE_AND_INVITE_A_FRIEND = 16384 RENEWAL_PROMPT = 32768 CURRENT_CAPACITY = 65536 JOIN_FRIEND = 131072 MEMBER_POINTS = 262144 PROMO_MEMBERSHIP = 524288 SHOP = 1048576 SHOW_FACEBOOK = 2097152 SHOW_TWITTER = 4194304 SHOW_INSTAGRAM = 8388608 SHOW_YOU_TUBE = 16777216 SHOW_TIK_TOK = 33554432 SHOW_SHOPIFY = 67108864 ATTENDANCE_STREAK = 134217728 BOOKING_CATEGORIES = 268435456 SHOW_SESSIONS_REMAINING = 536870912 # @Flags() class SignInScreenFeature(IntEnum): NONE = 0 SIGN_IN_NUM_PAD = 1 @dataclass_json(letter_case=LetterCase.CAMEL, undefined=Undefined.EXCLUDE) @dataclass class Branch: branch_id: int = 0 branch_type: Optional[BranchType] = None name: Optional[str] = None prefix: Optional[str] = None company_name: Optional[str] = None company_address: Optional[str] = None company_official_name: Optional[str] = None direct_debit_reference: Optional[str] = None fast_d_d_reference: Optional[str] = None fast_d_d_platinum_ref: Optional[str] = None style: Optional[str] = None public_key: Optional[str] = None private_key: Optional[str] = None trial_start: Optional[datetime.datetime] = None trial_end: Optional[datetime.datetime] = None payment_start_date: Optional[datetime.datetime] = None in_trial: bool = False use_free_text: bool = False free_text_title: Optional[str] = None use_membership_types: bool = False dd_user_name: Optional[str] = None dd_password: Optional[str] = None dd_service_user: Optional[str] = None dfc_user_name: Optional[str] = None dfc_password: Optional[str] = None dfc_club_number: Optional[str] = None company_email: Optional[str] = None sms_originator: Optional[str] = None language_id: Optional[int] = None vat_rate: Decimal = decimal.Decimal(0) swipe_action: int = 0 modules: Optional[Module] = None use_credit_balance: bool = False allow_negative_balance: bool = False default_credit_limit: Decimal = decimal.Decimal(0) application_type: Optional[ApplicationType] = None external_provider_warning: Optional[str] = None domain: Optional[str] = None mobile_domain: Optional[str] = None online_booking_timetable_limit: int = 0 online_booking_cancellation_limit: int = 0 online_booking_limit: Optional[int] = None feature: Optional[Feature] = None time_zone: Optional[str] = None culture: Optional[str] = None country: Optional[str] = None iso3166_country: Optional[Iso3166Country] = None currency_culture: Optional[str] = None show_go_cardless_ad: bool = False go_cardless_saving: Decimal = decimal.Decimal(0) sro_address: Optional[str] = None mca_club_no: Optional[str] = None mca_club_ref: Optional[str] = None twilio_number: Optional[str] = None telephone: Optional[str] = None transferred: bool = False online_booking_allow_non_actives: bool = False member_limit: int = 0 sort_code: Optional[str] = None account_number: Optional[str] = None website: Optional[str] = None send_s_m_s_appointment_reminders_default: bool = False send_s_m_s_booking_reminders: bool = False gift_aid: bool = False global_booking_start_time: datetime.timedelta = datetime.timedelta() global_booking_end_time: datetime.timedelta = datetime.timedelta() booking_minute_increments: int = 0 cancel_reason: Optional[str] = None cancel_further: Optional[str] = None cancel_date: Optional[datetime.datetime] = None direct_debit_fee: Decimal = decimal.Decimal(0) credit_card_fee: Decimal = decimal.Decimal(0) sms_price_adjustment: Decimal = decimal.Decimal(0) bookings_pay_link_on_track: bool = False access_control_time_limit: int = 0 minimiser: Optional[BranchMinimiser] = None auto_generate_licenses: bool = False terms: Optional[str] = None fingerprint_threshold: int = 0 fingerprint_matcher_threshold: int = 0 auto_shutoff: bool = False primary_colors: Optional[str] = None has_colors: bool = False primary_color: Optional[str] = None secondary_color: Optional[str] = None background_color: Optional[str] = None header_top_color: Optional[str] = None header_bottom_color: Optional[str] = None side_left_color: Optional[str] = None side_right_color: Optional[str] = None side_font_color: Optional[str] = None side_font_active_color: Optional[str] = None ext_web_background_color: Optional[str] = None ext_web_text_color: Optional[str] = None ext_web_tint_back_color: Optional[str] = None ext_web_highlight_back_color: Optional[str] = None ext_web_tab_back_color: Optional[str] = None heading_color: Optional[str] = None report_format: Optional[ReportFormat] = None fix_payments: bool = False fix_payment_schedle: Optional[str] = None app_feature: Optional[AppFeature] = None sign_in_screen_feature: Optional[SignInScreenFeature] = None app_options: Optional[str] = None company_description: Optional[str] = None capacity: Optional[int] = None monthly_sales_target: Optional[int] = None booking_access_time_limit: int = 0 facebook: Optional[str] = None twitter: Optional[str] = None instagram: Optional[str] = None you_tube: Optional[str] = None tik_tok: Optional[str] = None shopify: Optional[str] = None minimum_member_age: int = 0 terms_and_conditions_version_date: Optional[datetime.datetime] = None terms_and_conditions_accepted_date: Optional[datetime.datetime] = None terms_and_conditions_accepted: bool = False site_url: Optional[str] = None is_using_smart_debit: bool = False is_using_dfc: bool = False is_south_africa: bool = False smart_debit_configured: bool = False dfc_configured: bool = False using_payment_methods: bool = False sms_prefix: Optional[str] = None logo: Optional[str] = None logo_thumbnail: Optional[str] = None logo_hash: Optional[str] = None send_marketing_invite_when_member_added: bool = False send_marketing_invite_when_member_joined_online: bool = False marketing_compliance_managed_externally: bool = False online_booking_allow_waiting_list: bool = False online_multi_site_enabled: bool = False can_book_online: bool = False public_membership_types: int = 0 trusted_branches: int = 0 is_adding_prospects: bool = False is_selling_memberships: bool = False is_creating_tasks: bool = False is_creating_appointments: bool = False is_booking_classes: bool = False is_registering_attendance: bool = False is_selling_products: bool = False is_sending_emails: bool = False is_sending_s_m_s: bool = False is_using_automation: bool = False deduct_sessions_on_booking: bool = False show_trusted_branch_bookings: bool = False score: int = 0 application_id: Optional[str] = None i_o_s_app_link: Optional[str] = None android_app_link: Optional[str] = None # @Route("/api/Branch/GetBranch", "POST,GET") @dataclass_json(letter_case=LetterCase.CAMEL, undefined=Undefined.EXCLUDE) @dataclass class GetBranchRequest(IReturn[Branch]): pass