Webex · Example Payload

Webex Update Voiceportal Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Voiceportal 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 VoicePortal",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/voicePortal",
  "summary": "Update VoicePortal",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Voice Portal Name",
        "languageCode": "en_us",
        "extension": 5678,
        "firstName": "John",
        "lastName": "Brown",
        "passcode": {
          "newPasscode": "135668",
          "confirmPasscode": "135668"
        },
        "directLineCallerIdName": {
          "selection": "CUSTOM_NAME",
          "customName": "Hakim Smith"
        },
        "dialByName": "Hakim Smith"
      }
    }
  ],
  "responseExamples": []
}