BokaMera.API.Host

<back to all web services

UpdateSetting

Requires Authentication
Requires any of the roles:bookingsupplier-administrator-write, superadmin
The following routes are available for this service:
PUT/settingsUpdate settings for the company of the currently logged in userUpdate settings for the company of the currently logged in user.
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports BokaMera.API.ServiceModel.Dtos
Imports BokaMera.API.ServiceModel.Db

Namespace Global

    Namespace BokaMera.API.ServiceModel.Db

        Public Partial Class BookingStatusOptions
            Public Overridable Property Id As Integer
            Public Overridable Property Name As String
            Public Overridable Property Description As String
        End Class
    End Namespace

    Namespace BokaMera.API.ServiceModel.Dtos

        Public Partial Class BookingTemplateResponse
            Public Overridable Property Id As Integer
            Public Overridable Property Name As String
            Public Overridable Property Description As String
            Public Overridable Property UsedByApplication As String
        End Class

        Public Partial Class CalendarTypeResponse
            Public Overridable Property Id As Integer
            Public Overridable Property Name As String
            Public Overridable Property Description As String
            Public Overridable Property Active As Boolean
        End Class

        Public Partial Class FreeSpotTextsResponse
            Public Overridable Property Id As Integer
            Public Overridable Property TextSingular As String
            Public Overridable Property TextPlural As String
        End Class

        Public Partial Class ScheduleViewResponse
            Public Overridable Property Id As Integer
            Public Overridable Property Name As String
        End Class

        Public Partial Class SettingResponse
            Public Sub New()
                ScheduleViewOptions = New List(Of ScheduleViewResponse)
                WeekNumberOptions = New List(Of WeekNumberSettingResponse)
                BookingTemplateOptions = New List(Of BookingTemplateResponse)
                CalendarTypeOptions = New List(Of CalendarTypeResponse)
                BookingStatusOptions = New List(Of BookingStatusOptions)
                FreeSpotTextOptions = New List(Of FreeSpotTextsResponse)
            End Sub

            Public Overridable Property CompanyId As Guid
            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property BookingStatusId As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property ScheduleViewId As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property BookingTemplateId As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property CalendarTypeId As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property AllowBookingOnUnbookedTimes As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <DataMember(Name:="SendEmailReminder")>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendEmailReminder As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <DataMember(Name:="SendSmsReminder")>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendSmsReminder As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <DataMember(Name:="SendEmailConfirmation")>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendEmailConfirmation As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <DataMember(Name:="SendSmsConfirmation")>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendSmsConfirmation As Boolean

            '''<Summary>
            '''Message text field that could be used inside message templates using [MessageText].
            '''</Summary>
            <ApiMember(DataType:="string", Description:="Message text field that could be used inside message templates using [MessageText].")>
            Public Overridable Property MessageText As String

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property EmailReminderTime As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property SmsReminderTime As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property MaxActiveBookings As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendNotifications As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="string", Description:="")>
            Public Overridable Property SendNotificationsEmail As String

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property EnableMobileApp As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property ScheduleStartTime As Nullable(Of TimeSpan)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property ScheduleEndTime As Nullable(Of TimeSpan)

            '''<Summary>
            '''The admin scheduler if each resources should be shown in a seperate group
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="The admin scheduler if each resources should be shown in a seperate group")>
            Public Overridable Property ScheduleGroupResources As Boolean

            '''<Summary>
            '''The admin scheduler if the horizontal scrolling should be turned off
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="The admin scheduler if the horizontal scrolling should be turned off")>
            Public Overridable Property SchedulerDisableHorizontalScrolling As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="string", Description:="")>
            Public Overridable Property ReceiptTemplate As String

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property ScheduleTimeSlotMinutes As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property ShowFreeTimesLeft As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property FreeSpotTextsId As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property EnableICalGroupBookings As Boolean

            '''<Summary>
            '''Booking agreement text. All html needs to entered using markup. Read about markup here https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet. Use this editor to create markup https://stackedit.io/app#
            '''</Summary>
            <ApiMember(DataType:="string", Description:="Booking agreement text. All html needs to entered using markup. Read about markup here https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet. Use this editor to create markup https://stackedit.io/app#")>
            Public Overridable Property AgreementTemplate As String

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property ScheduleShowTimeExeptions As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property EnableBookingsOnSameTime As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property ShowWeekNumberSettingId As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property EnableShowBookedTimes As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="", Description:="")>
            Public Overridable Property BookSpotUserResponseMinutes As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="", Description:="")>
            Public Overridable Property IsBookSpotDirectly As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="", Description:="")>
            Public Overridable Property BookSpotDirectlyTimeLeftMinutes As Integer

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="", Description:="")>
            Public Overridable Property SendEmailNotificationQueue As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="", Description:="")>
            Public Overridable Property SendSMSNotificationQueue As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property EnableSendFollowUpMessage As Boolean

            '''<Summary>
            '''When follow up message should be sent in hours after the booking.
            '''</Summary>
            <ApiMember(Description:="When follow up message should be sent in hours after the booking.")>
            Public Overridable Property FollowUpMessageTime As Integer

            '''<Summary>
            '''If it's only allowed for existing customers to book
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="If it's only allowed for existing customers to book")>
            Public Overridable Property BookOnlyOnExistingCustomers As Boolean

            '''<Summary>
            '''If a unique pin code should be generated for the customer
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="If a unique pin code should be generated for the customer")>
            Public Overridable Property AutoGenerateUniquePinCode As Boolean

            '''<Summary>
            '''If a user profile should be created when customer is booking time. With the property customer can login.
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="If a user profile should be created when customer is booking time. With the property customer can login.")>
            Public Overridable Property AutoCreateUserProfile As Boolean

            '''<Summary>
            '''The available schedule view options to choose from
            '''</Summary>
            <ApiMember(Description:="The available schedule view options to choose from")>
            Public Overridable Property ScheduleViewOptions As List(Of ScheduleViewResponse)

            '''<Summary>
            '''The available week number options to choose from
            '''</Summary>
            <ApiMember(Description:="The available week number options to choose from")>
            Public Overridable Property WeekNumberOptions As List(Of WeekNumberSettingResponse)

            '''<Summary>
            '''The booking template options to choose from
            '''</Summary>
            <ApiMember(Description:="The booking template options to choose from")>
            Public Overridable Property BookingTemplateOptions As List(Of BookingTemplateResponse)

            '''<Summary>
            '''The calendar type options to choose from
            '''</Summary>
            <ApiMember(Description:="The calendar type options to choose from")>
            Public Overridable Property CalendarTypeOptions As List(Of CalendarTypeResponse)

            '''<Summary>
            '''The booking status options to choose from
            '''</Summary>
            <ApiMember(Description:="The booking status options to choose from")>
            Public Overridable Property BookingStatusOptions As List(Of BookingStatusOptions)

            '''<Summary>
            '''The free spot text options to choose from
            '''</Summary>
            <ApiMember(Description:="The free spot text options to choose from")>
            Public Overridable Property FreeSpotTextOptions As List(Of FreeSpotTextsResponse)

            '''<Summary>
            '''If you have different prices over different times per day and want it to calculate the weighted price for the booked time.
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="If you have different prices over different times per day and want it to calculate the weighted price for the booked time.")>
            Public Overridable Property WeightedPrices As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property ShowMultiDayAsTime As Boolean

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property ShowMultipleResourcesAsOne As Boolean
        End Class

        <ApiResponse(Description:="You were unauthorized to call this service", StatusCode:=401)>
        <ApiResponse(Description:="You have too low privilegies to call this service", StatusCode:=403)>
        <ValidateRequest(Validator:="IsAuthenticated")>
        Public Partial Class UpdateSetting
            Implements ICompany
            '''<Summary>
            '''The company id, if empty will use the company id for the user you are logged in with.
            '''</Summary>
            <ApiMember(Description:="The company id, if empty will use the company id for the user you are logged in with.")>
            Public Overridable Property CompanyId As Nullable(Of Guid)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property BookingStatusId As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property ScheduleViewId As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property BookingTemplateId As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property CalendarTypeId As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="bool", Description:="")>
            Public Overridable Property AllowBookingOnUnbookedTimes As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <DataMember(Name:="SendEmailReminder")>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendEmailReminder As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <DataMember(Name:="SendSmsReminder")>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendSmsReminder As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <DataMember(Name:="SendEmailConfirmation")>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendEmailConfirmation As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <DataMember(Name:="SendSmsConfirmation")>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendSmsConfirmation As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property EmailReminderTime As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property SmsReminderTime As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property MaxActiveBookings As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="bool", Description:="")>
            Public Overridable Property SendNotifications As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="string", Description:="")>
            Public Overridable Property SendNotificationsEmail As String

            '''<Summary>
            '''Message text field that could be used inside message templates using [MessageText].
            '''</Summary>
            <ApiMember(DataType:="string", Description:="Message text field that could be used inside message templates using [MessageText].")>
            Public Overridable Property MessageText As String

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="bool", Description:="")>
            Public Overridable Property EnableMobileApp As Nullable(Of Boolean)

            '''<Summary>
            '''The admin scheduler start time to show as default
            '''</Summary>
            <ApiMember(Description:="The admin scheduler start time to show as default")>
            Public Overridable Property ScheduleStartTime As Nullable(Of TimeSpan)

            '''<Summary>
            '''The admin scheduler end time to show as default
            '''</Summary>
            <ApiMember(Description:="The admin scheduler end time to show as default")>
            Public Overridable Property ScheduleEndTime As Nullable(Of TimeSpan)

            '''<Summary>
            '''Booking receipt text.
            '''</Summary>
            <ApiMember(DataType:="string", Description:="Booking receipt text.")>
            Public Overridable Property ReceiptTemplate As String

            '''<Summary>
            '''The admin scheduler minutes of each timeslot
            '''</Summary>
            <ApiMember(Description:="The admin scheduler minutes of each timeslot")>
            Public Overridable Property ScheduleTimeSlotMinutes As Nullable(Of Integer)

            '''<Summary>
            '''The admin scheduler if each resources should be shown in a seperate group
            '''</Summary>
            <ApiMember(Description:="The admin scheduler if each resources should be shown in a seperate group")>
            Public Overridable Property ScheduleGroupResources As Nullable(Of Boolean)

            '''<Summary>
            '''The admin scheduler if the horizontal scrolling should be turned off
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="The admin scheduler if the horizontal scrolling should be turned off")>
            Public Overridable Property SchedulerDisableHorizontalScrolling As Nullable(Of Boolean)

            '''<Summary>
            '''If it's only allowed for existing customers to book
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="If it's only allowed for existing customers to book")>
            Public Overridable Property BookOnlyOnExistingCustomers As Nullable(Of Boolean)

            '''<Summary>
            '''If a unique pin code should be generated for the customer
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="If a unique pin code should be generated for the customer")>
            Public Overridable Property AutoGenerateUniquePinCode As Nullable(Of Boolean)

            '''<Summary>
            '''If a user profile should be created when customer is booking time. With the property customer can login.
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="If a user profile should be created when customer is booking time. With the property customer can login.")>
            Public Overridable Property AutoCreateUserProfile As Nullable(Of Boolean)

            '''<Summary>
            '''When follow up message should be sent in hours after the booking.
            '''</Summary>
            <ApiMember(Description:="When follow up message should be sent in hours after the booking.")>
            Public Overridable Property FollowUpMessageTime As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property ShowFreeTimesLeft As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property FreeSpotTextsId As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property EnableICalGroupBookings As Nullable(Of Boolean)

            '''<Summary>
            '''Booking agreement text. All html needs to entered using markup. Read about markup here https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet. Use this editor to create markup https://stackedit.io/app#
            '''</Summary>
            <ApiMember(DataType:="string", Description:="Booking agreement text. All html needs to entered using markup. Read about markup here https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet. Use this editor to create markup https://stackedit.io/app#")>
            Public Overridable Property AgreementTemplate As String

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property ScheduleShowTimeExeptions As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property EnableBookingsOnSameTime As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property ShowWeekNumberSettingId As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property EnableShowBookedTimes As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(Description:="")>
            Public Overridable Property EnableSendFollowUpMessage As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property BookSpotUserResponseMinutes As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property IsBookSpotDirectly As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property BookSpotDirectlyTimeLeftMinutes As Nullable(Of Integer)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="int", Description:="")>
            Public Overridable Property SendEmailNotificationQueue As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property SendSMSNotificationQueue As Nullable(Of Boolean)

            '''<Summary>
            '''If you have different prices over different times per day and want it to calculate the weighted price for the booked time.
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="If you have different prices over different times per day and want it to calculate the weighted price for the booked time.")>
            Public Overridable Property WeightedPrices As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property ShowMultiDayAsTime As Nullable(Of Boolean)

            '''<Summary>
            '''
            '''</Summary>
            <ApiMember(DataType:="boolean", Description:="")>
            Public Overridable Property ShowMultipleResourcesAsOne As Nullable(Of Boolean)
        End Class

        Public Partial Class WeekNumberSettingResponse
            Public Overridable Property Id As Integer
            Public Overridable Property Name As String
            Public Overridable Property Description As String
        End Class
    End Namespace
End Namespace

VB.NET UpdateSetting DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /settings HTTP/1.1 
Host: testapi.bokamera.se 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"CompanyId":"00000000-0000-0000-0000-000000000000","BookingStatusId":0,"ScheduleViewId":0,"BookingTemplateId":0,"CalendarTypeId":0,"AllowBookingOnUnbookedTimes":false,"SendEmailReminder":false,"SendSmsReminder":false,"SendEmailConfirmation":false,"SendSmsConfirmation":false,"EmailReminderTime":0,"SmsReminderTime":0,"MaxActiveBookings":0,"SendNotifications":false,"SendNotificationsEmail":"String","MessageText":"String","EnableMobileApp":false,"ScheduleStartTime":"00:00:00","ScheduleEndTime":"00:00:00","ReceiptTemplate":"String","ScheduleTimeSlotMinutes":0,"ScheduleGroupResources":false,"SchedulerDisableHorizontalScrolling":false,"BookOnlyOnExistingCustomers":false,"AutoGenerateUniquePinCode":false,"AutoCreateUserProfile":false,"FollowUpMessageTime":0,"ShowFreeTimesLeft":false,"FreeSpotTextsId":0,"EnableICalGroupBookings":false,"AgreementTemplate":"String","ScheduleShowTimeExeptions":false,"EnableBookingsOnSameTime":false,"ShowWeekNumberSettingId":0,"EnableShowBookedTimes":false,"EnableSendFollowUpMessage":false,"BookSpotUserResponseMinutes":0,"IsBookSpotDirectly":false,"BookSpotDirectlyTimeLeftMinutes":0,"SendEmailNotificationQueue":false,"SendSMSNotificationQueue":false,"WeightedPrices":false,"ShowMultiDayAsTime":false,"ShowMultipleResourcesAsOne":false}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"BookingStatusId":0,"ScheduleViewId":0,"BookingTemplateId":0,"CalendarTypeId":0,"AllowBookingOnUnbookedTimes":false,"SendEmailReminder":false,"SendSmsReminder":false,"SendEmailConfirmation":false,"SendSmsConfirmation":false,"MessageText":"String","EmailReminderTime":0,"SmsReminderTime":0,"MaxActiveBookings":0,"SendNotifications":false,"SendNotificationsEmail":"String","EnableMobileApp":false,"ScheduleStartTime":"00:00:00","ScheduleEndTime":"00:00:00","ScheduleGroupResources":false,"SchedulerDisableHorizontalScrolling":false,"ReceiptTemplate":"String","ScheduleTimeSlotMinutes":0,"ShowFreeTimesLeft":false,"FreeSpotTextsId":0,"EnableICalGroupBookings":false,"AgreementTemplate":"String","ScheduleShowTimeExeptions":false,"EnableBookingsOnSameTime":false,"ShowWeekNumberSettingId":0,"EnableShowBookedTimes":false,"BookSpotUserResponseMinutes":0,"IsBookSpotDirectly":false,"BookSpotDirectlyTimeLeftMinutes":0,"SendEmailNotificationQueue":false,"SendSMSNotificationQueue":false,"EnableSendFollowUpMessage":false,"FollowUpMessageTime":0,"BookOnlyOnExistingCustomers":false,"AutoGenerateUniquePinCode":false,"AutoCreateUserProfile":false,"ScheduleViewOptions":[{"Id":0,"Name":"String"}],"WeekNumberOptions":[{"Id":0,"Name":"String","Description":"String"}],"BookingTemplateOptions":[{"Id":0,"Name":"String","Description":"String","UsedByApplication":"String"}],"CalendarTypeOptions":[{"Id":0,"Name":"String","Description":"String","Active":false}],"BookingStatusOptions":[{"Id":0,"Name":"String","Description":"String"}],"FreeSpotTextOptions":[{"Id":0,"TextSingular":"String","TextPlural":"String"}],"WeightedPrices":false,"ShowMultiDayAsTime":false,"ShowMultipleResourcesAsOne":false}