EditCallListRequest
Props
intervalSeconds
intervalSeconds: number
| undefined
Minimum interval between call attempts. Cannot be a negative value
ipAddress
ipAddress: string
| undefined
IP address in the Inet4Address
format
listId
listId: number
Call list ID. If the ID is non existing, the 251 error returns
maxSimultaneous
maxSimultaneous: number
| undefined
Maximum simultaneous call attempts for this call list. Cannot be less than 1
name
name: string
| undefined
Call list name. Cannot be bigger than 255 characters, cannot contain slash symbol
numAttempts
numAttempts: number
| undefined
Maximum call attempt number. Cannot be less than 1
priority
priority: number
| undefined
Call list's priority among other call list. The lower the value, the higher is the call list's priority
serverLocation
serverLocation: string
| undefined
Location of the server processing the call list. If the ID is non existing, the 496 error returns: The 'server_location' parameter is invalid.
startAt
startAt: string
| undefined
Time when the call list should start in the yyyy-MM-dd HH:mm:ss
format