latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Contacts
Update a site access hours
Update the details of access hours for a contact (required scope contacts:write)
put/v1/contacts/{contactId}/accessHours
Path parameters
contactIdinteger required
Id of the contact
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
[
{
"dayOfWeek": "sunday",
"start": "09:00",
"stop": "17:00"
}
]Response
No Content