Cisco Voice Portal · Example Payload

Cisco Voice Portal Call Control Active Call Example

Contact CenterIVRTelephonyVoiceVXML

Cisco Voice Portal Call Control Active Call Example is an example object payload from Cisco Voice Portal, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

callGuidstatecallingNumbercalledNumberstartTimedurationapplicationName

Example Payload

Raw ↑
{
  "callGuid": "500123",
  "state": "example_value",
  "callingNumber": "example_value",
  "calledNumber": "example_value",
  "startTime": "example_value",
  "duration": 10,
  "applicationName": "example_value"
}