Migrated from Redmine #436 | Author: Developers True Quit Status: New | Priority: Normal | Created: 2019-11-06
Hi there,
Do you have any API for creating a break time?
I’m using setWorkDayInfo which use to create a special day.
I’m using ‘the weekly schedule’ to setup non-working day for our provider, but if we add a special day to the specified day and the specified day turn to ‘working day’. I don’t want to this
you need to pass only index not date to this method to NOT create special date. But make sure to pass full list of breaktimes, otherwise old breaktimes will be deleted.
you need to pass only index not date to this method to NOT create special date. But make sure to pass full list of breaktimes, otherwise old breaktimes will be deleted.
Could you please give me the example request for this ?