Requires any of the roles: | bookingsupplier-administrator-write, superadmin |
PUT | /settings | Update settings for the company of the currently logged in user | Update settings for the company of the currently logged in user. |
---|
Imports System
Imports System.IO
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 BookingSettingResponse
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>
'''If the customer should receive Push notification when booked
'''</Summary>
<ApiMember(DataType:="boolean", Description:="If the customer should receive Push notification when booked")>
Public Overridable Property SendPushNotification As Boolean
'''<Summary>
'''If the customer should receive Push notification reminders on bookings
'''</Summary>
<ApiMember(DataType:="boolean", Description:="If the customer should receive Push notification reminders on bookings")>
Public Overridable Property SendPushNotificationReminder As Boolean
'''<Summary>
'''How many minutes before booking starts the customer should receive the notification
'''</Summary>
<ApiMember(DataType:="int", Description:="How many minutes before booking starts the customer should receive the notification")>
Public Overridable Property PushNotificationReminderTime As Integer
'''<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 TimeSpan?
'''<Summary>
'''
'''</Summary>
<ApiMember(DataType:="boolean", Description:="")>
Public Overridable Property ScheduleEndTime As TimeSpan?
'''<Summary>
'''The admin scheduler if each resources should be shown in a separate group
'''</Summary>
<ApiMember(DataType:="boolean", Description:="The admin scheduler if each resources should be shown in a separate 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 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 Boolean?
'''<Summary>
'''
'''</Summary>
<ApiMember(DataType:="", Description:="")>
Public Overridable Property SendSMSNotificationQueue As 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
'''<Summary>
'''If booking should be restricted by a pin code
'''</Summary>
<ApiMember(Description:="If booking should be restricted by a pin code")>
Public Overridable Property BookingPinCodeRestriction As String
'''<Summary>
'''If checked customer invoice will be required when creating booking
'''</Summary>
<ApiMember(Description:="If checked customer invoice will be required when creating booking")>
Public Overridable Property CustomerInvoiceAdressRequired As Boolean
End Class
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
<ApiResponse(Description:="You were unauthorized to call this service", StatusCode:=401)>
<ApiResponse(Description:="You have too low privileges to call this service", StatusCode:=403)>
<ValidateRequest(Validator:="IsAuthenticated")>
Public Partial Class UpdateBookingSettings
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 Guid? Implements ICompany.CompanyId
'''<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:="bool", 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>
'''If the customer should receive Push notification when booked
'''</Summary>
<ApiMember(DataType:="boolean", Description:="If the customer should receive Push notification when booked")>
Public Overridable Property SendPushNotification As Boolean?
'''<Summary>
'''If the customer should receive Push notification reminders on bookings
'''</Summary>
<ApiMember(DataType:="boolean", Description:="If the customer should receive Push notification reminders on bookings")>
Public Overridable Property SendPushNotificationReminder As Boolean?
'''<Summary>
'''How many minutes before booking starts the customer should receive the notification
'''</Summary>
<ApiMember(DataType:="int", Description:="How many minutes before booking starts the customer should receive the notification")>
Public Overridable Property PushNotificationReminderTime As Integer
'''<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:="bool", Description:="")>
Public Overridable Property SendNotifications As 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 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 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 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 Integer?
'''<Summary>
'''The admin scheduler if each resources should be shown in a separate group
'''</Summary>
<ApiMember(Description:="The admin scheduler if each resources should be shown in a separate 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>
'''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>
'''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>
'''
'''</Summary>
<ApiMember(Description:="")>
Public Overridable Property ShowFreeTimesLeft As Boolean?
'''<Summary>
'''
'''</Summary>
<ApiMember(Description:="")>
Public Overridable Property FreeSpotTextsId As Integer?
'''<Summary>
'''
'''</Summary>
<ApiMember(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(Description:="")>
Public Overridable Property ScheduleShowTimeExeptions As Boolean?
'''<Summary>
'''
'''</Summary>
<ApiMember(Description:="")>
Public Overridable Property EnableBookingsOnSameTime As Boolean?
'''<Summary>
'''
'''</Summary>
<ApiMember(Description:="")>
Public Overridable Property ShowWeekNumberSettingId As Integer?
'''<Summary>
'''
'''</Summary>
<ApiMember(Description:="")>
Public Overridable Property EnableShowBookedTimes As Boolean?
'''<Summary>
'''
'''</Summary>
<ApiMember(Description:="")>
Public Overridable Property EnableSendFollowUpMessage As Boolean?
'''<Summary>
'''
'''</Summary>
<ApiMember(DataType:="int", Description:="")>
Public Overridable Property BookSpotUserResponseMinutes As Integer?
'''<Summary>
'''
'''</Summary>
<ApiMember(DataType:="boolean", Description:="")>
Public Overridable Property IsBookSpotDirectly As Boolean?
'''<Summary>
'''
'''</Summary>
<ApiMember(DataType:="int", Description:="")>
Public Overridable Property BookSpotDirectlyTimeLeftMinutes As Integer?
'''<Summary>
'''
'''</Summary>
<ApiMember(DataType:="int", Description:="")>
Public Overridable Property SendEmailNotificationQueue As Boolean?
'''<Summary>
'''
'''</Summary>
<ApiMember(DataType:="boolean", Description:="")>
Public Overridable Property SendSMSNotificationQueue As 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 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?
'''<Summary>
'''If booking should be restricted by a pin code
'''</Summary>
<ApiMember(DataType:="string", Description:="If booking should be restricted by a pin code")>
Public Overridable Property BookingPinCodeRestriction As String
'''<Summary>
'''Customer Invoice Address will be required when creating booking
'''</Summary>
<ApiMember(Description:="Customer Invoice Address will be required when creating booking")>
Public Overridable Property CustomerInvoiceAdressRequired As 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 UpdateBookingSettings DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /settings HTTP/1.1
Host: api.bookmore.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<UpdateBookingSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BokaMera.API.ServiceModel.Dtos">
<AgreementTemplate>String</AgreementTemplate>
<AllowBookingOnUnbookedTimes>false</AllowBookingOnUnbookedTimes>
<AutoCreateUserProfile>false</AutoCreateUserProfile>
<AutoGenerateUniquePinCode>false</AutoGenerateUniquePinCode>
<BookOnlyOnExistingCustomers>false</BookOnlyOnExistingCustomers>
<BookSpotDirectlyTimeLeftMinutes>0</BookSpotDirectlyTimeLeftMinutes>
<BookSpotUserResponseMinutes>0</BookSpotUserResponseMinutes>
<BookingPinCodeRestriction>String</BookingPinCodeRestriction>
<BookingStatusId>0</BookingStatusId>
<BookingTemplateId>0</BookingTemplateId>
<CalendarTypeId>0</CalendarTypeId>
<CompanyId>00000000-0000-0000-0000-000000000000</CompanyId>
<CustomerInvoiceAdressRequired>false</CustomerInvoiceAdressRequired>
<EmailReminderTime>0</EmailReminderTime>
<EnableBookingsOnSameTime>false</EnableBookingsOnSameTime>
<EnableICalGroupBookings>false</EnableICalGroupBookings>
<EnableMobileApp>false</EnableMobileApp>
<EnableSendFollowUpMessage>false</EnableSendFollowUpMessage>
<EnableShowBookedTimes>false</EnableShowBookedTimes>
<FollowUpMessageTime>0</FollowUpMessageTime>
<FreeSpotTextsId>0</FreeSpotTextsId>
<IsBookSpotDirectly>false</IsBookSpotDirectly>
<MaxActiveBookings>0</MaxActiveBookings>
<MessageText>String</MessageText>
<PushNotificationReminderTime>0</PushNotificationReminderTime>
<ReceiptTemplate>String</ReceiptTemplate>
<ScheduleEndTime>PT0S</ScheduleEndTime>
<ScheduleGroupResources>false</ScheduleGroupResources>
<ScheduleShowTimeExeptions>false</ScheduleShowTimeExeptions>
<ScheduleStartTime>PT0S</ScheduleStartTime>
<ScheduleTimeSlotMinutes>0</ScheduleTimeSlotMinutes>
<ScheduleViewId>0</ScheduleViewId>
<SchedulerDisableHorizontalScrolling>false</SchedulerDisableHorizontalScrolling>
<SendEmailConfirmation>false</SendEmailConfirmation>
<SendEmailNotificationQueue>false</SendEmailNotificationQueue>
<SendEmailReminder>false</SendEmailReminder>
<SendNotifications>false</SendNotifications>
<SendNotificationsEmail>String</SendNotificationsEmail>
<SendPushNotification>false</SendPushNotification>
<SendPushNotificationReminder>false</SendPushNotificationReminder>
<SendSMSNotificationQueue>false</SendSMSNotificationQueue>
<SendSmsConfirmation>false</SendSmsConfirmation>
<SendSmsReminder>false</SendSmsReminder>
<ShowFreeTimesLeft>false</ShowFreeTimesLeft>
<ShowMultiDayAsTime>false</ShowMultiDayAsTime>
<ShowMultipleResourcesAsOne>false</ShowMultipleResourcesAsOne>
<ShowWeekNumberSettingId>0</ShowWeekNumberSettingId>
<SmsReminderTime>0</SmsReminderTime>
<WeightedPrices>false</WeightedPrices>
</UpdateBookingSettings>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <BookingSettingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BokaMera.API.ServiceModel.Dtos"> <AgreementTemplate>String</AgreementTemplate> <AllowBookingOnUnbookedTimes>false</AllowBookingOnUnbookedTimes> <AutoCreateUserProfile>false</AutoCreateUserProfile> <AutoGenerateUniquePinCode>false</AutoGenerateUniquePinCode> <BookOnlyOnExistingCustomers>false</BookOnlyOnExistingCustomers> <BookSpotDirectlyTimeLeftMinutes>0</BookSpotDirectlyTimeLeftMinutes> <BookSpotUserResponseMinutes>0</BookSpotUserResponseMinutes> <BookingPinCodeRestriction>String</BookingPinCodeRestriction> <BookingStatusId>0</BookingStatusId> <BookingStatusOptions xmlns:d2p1="http://schemas.datacontract.org/2004/07/BokaMera.API.ServiceModel.Db"> <d2p1:BookingStatusOptions> <d2p1:Description>String</d2p1:Description> <d2p1:Id>0</d2p1:Id> <d2p1:Name>String</d2p1:Name> </d2p1:BookingStatusOptions> </BookingStatusOptions> <BookingTemplateId>0</BookingTemplateId> <BookingTemplateOptions> <BookingTemplateResponse> <Description>String</Description> <Id>0</Id> <Name>String</Name> <UsedByApplication>String</UsedByApplication> </BookingTemplateResponse> </BookingTemplateOptions> <CalendarTypeId>0</CalendarTypeId> <CalendarTypeOptions> <CalendarTypeResponse> <Active>false</Active> <Description>String</Description> <Id>0</Id> <Name>String</Name> </CalendarTypeResponse> </CalendarTypeOptions> <CompanyId>00000000-0000-0000-0000-000000000000</CompanyId> <CustomerInvoiceAdressRequired>false</CustomerInvoiceAdressRequired> <EmailReminderTime>0</EmailReminderTime> <EnableBookingsOnSameTime>false</EnableBookingsOnSameTime> <EnableICalGroupBookings>false</EnableICalGroupBookings> <EnableMobileApp>false</EnableMobileApp> <EnableSendFollowUpMessage>false</EnableSendFollowUpMessage> <EnableShowBookedTimes>false</EnableShowBookedTimes> <FollowUpMessageTime>0</FollowUpMessageTime> <FreeSpotTextOptions> <FreeSpotTextsResponse> <Id>0</Id> <TextPlural>String</TextPlural> <TextSingular>String</TextSingular> </FreeSpotTextsResponse> </FreeSpotTextOptions> <FreeSpotTextsId>0</FreeSpotTextsId> <IsBookSpotDirectly>false</IsBookSpotDirectly> <MaxActiveBookings>0</MaxActiveBookings> <MessageText>String</MessageText> <PushNotificationReminderTime>0</PushNotificationReminderTime> <ReceiptTemplate>String</ReceiptTemplate> <ScheduleEndTime>PT0S</ScheduleEndTime> <ScheduleGroupResources>false</ScheduleGroupResources> <ScheduleShowTimeExeptions>false</ScheduleShowTimeExeptions> <ScheduleStartTime>PT0S</ScheduleStartTime> <ScheduleTimeSlotMinutes>0</ScheduleTimeSlotMinutes> <ScheduleViewId>0</ScheduleViewId> <ScheduleViewOptions> <ScheduleViewResponse> <Id>0</Id> <Name>String</Name> </ScheduleViewResponse> </ScheduleViewOptions> <SchedulerDisableHorizontalScrolling>false</SchedulerDisableHorizontalScrolling> <SendEmailConfirmation>false</SendEmailConfirmation> <SendEmailNotificationQueue>false</SendEmailNotificationQueue> <SendEmailReminder>false</SendEmailReminder> <SendNotifications>false</SendNotifications> <SendNotificationsEmail>String</SendNotificationsEmail> <SendPushNotification>false</SendPushNotification> <SendPushNotificationReminder>false</SendPushNotificationReminder> <SendSMSNotificationQueue>false</SendSMSNotificationQueue> <SendSmsConfirmation>false</SendSmsConfirmation> <SendSmsReminder>false</SendSmsReminder> <ShowFreeTimesLeft>false</ShowFreeTimesLeft> <ShowMultiDayAsTime>false</ShowMultiDayAsTime> <ShowMultipleResourcesAsOne>false</ShowMultipleResourcesAsOne> <ShowWeekNumberSettingId>0</ShowWeekNumberSettingId> <SmsReminderTime>0</SmsReminderTime> <WeekNumberOptions> <WeekNumberSettingResponse> <Description>String</Description> <Id>0</Id> <Name>String</Name> </WeekNumberSettingResponse> </WeekNumberOptions> <WeightedPrices>false</WeightedPrices> </BookingSettingResponse>