Webex · Example Payload

Webex Update Call Park Settings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Call Park Settings Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Update Call Park settings",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/callParks/settings",
  "summary": "Update Call Park settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callParkRecall": {
          "huntGroupId": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZEdWamFHNXBZMkZzTFhOMWNIQnZjblF0TlRVMU9EWTNOVE13T1VCbmJXRnBiQzVqYjIwPQ",
          "huntGroupName": "Technical Support Group - 5558675309",
          "option": "ALERT_HUNT_GROUP_ONLY"
        },
        "callParkSettings": {
          "ringPattern": "NORMAL",
          "recallTime": 45,
          "huntWaitTime": 45
        }
      }
    }
  ],
  "responseExamples": []
}