Skip to main content
PATCH
Update Virtual Receptionist

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Pattern: ^[1-9]\d*$

Body

application/json
name
string
Minimum string length: 1
branchId
number
timeout
number
Required range: x <= 20
loopOnTimeout
string
Maximum string length: 5
loopOnWrongKeyPress
string
Maximum string length: 5
allowExtensionDialing
string
Maximum string length: 5
maxLoops
number
Required range: x <= 5
enableSpeechDetect
number
keyPressDestinations
object[]
greetingDestinations
object[]
timeoutDestinations
object[]
announcementsIds
number[]

Response

200 - application/json

Updated virtual receptionist

id
number
required
tenantId
number | null
required
name
string | null
required
timeout
number | null
required
loopOnTimeout
string | null
required
loopOnWrongKeyPress
string | null
required
loopPlayMessageOnce
string | null
required
allowExtensionDialing
string | null
required
maxLoops
number | null
required
enableSpeechDetect
number | null
required
branch
object
required

Resolved branch

announcements
object[]
greetingDestinations
object[]
keyPressDestinations
object[]
timeoutDestinations
object[]
{key}
any