Migrated from Redmine #267 | Author: Brayan Oduro
Status: New | Priority: High, I’m very impatient | Created: 2018-10-22
Hello,
i’m using the setWorkDayInfo($info) function, for set working day via your API, it’s work for a single startime/endtime (10:00 / 18:00 )
{
“start_time”:“10:00”,
“end_time”:“18:00”,
“is_day_off”:0,
“breaktime”:[{“start_time”:“14:00”,“end_time”:“15:00”}],
“index”:“1”,
“name”:“Monday”,
“date”:“”,
“unit_group_id”:“”,
“event_id”:“”
}
But HOW can i set multiple startime/endtime for a working day like ( 10:00 / 15:00 & 18:00 / 21:00 ) VIA your API ??
It’s possible via the panel admin.