Skip to main content

Update a site access hours

Update the details of access hours for a contact (required scope contacts:write)

Path Parameters
    contactId int64 required

    Id of the contact

Header Parameters
    Customer-Id int64 required

    The customer identifier

Request Body array

Access hours model used to update

  • Array [
  • dayOfWeek DayOfWeek

    Possible values: [sunday, monday, tuesday, wednesday, thursday, friday, saturday]

    Possible values:

    • sunday
    • monday
    • tuesday
    • wednesday
    • thursday
    • friday
    • saturday
    start time required

    The 24H format time of day that access to the contact site starts (hh:mm)

    stop time required

    The 24H format time of day that access to the contact site stops (hh:mm)

  • ]
Responses

No Content

Loading...