Update Work Hours

PUT {{url}}/{{tenantName}}/{{instanceName}}/calendar/work-hours/:id

Updating work hours by ID

  1. HTTP Method: PUT
  2. HTTP URL: https://api.live.welkincloud.io/gh/sb-demo/calendar/work-hours/c7a4251f-d70e-4ccb-8c96-1038c76fd737

Request Body

{"psmId"=>"28f393a8-62b3-4b4b-aa42-da769ce4489a", "updatedBy"=>"28f393a8-62b3-4b4b-aa42-da769ce4489a", "startDateTime"=>"2020-01-01T00:00:00.000Z", "endDateTime"=>"2020-01-31T23:59:59.000Z", "daysInfo"=>[{"day"=>1, "startTime"=>"10:00:00", "endTime"=>"19:00:00"}, {"day"=>2, "startTime"=>"10:00:00", "endTime"=>"19:00:00"}, {"day"=>3, "startTime"=>"10:00:00", "endTime"=>"19:00:00"}]}