Webex · Example Payload

Webex Modify Location Voicemail Group Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Location Voicemail Group 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": "Modify Location Voicemail Group",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/voicemailGroups/{voicemailGroupId}",
  "summary": "Modify Location Voicemail Group",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Voicemail Group Name",
        "phoneNumber": "+16066412147",
        "extension": "1273",
        "firstName": "rcdnfTest",
        "lastName": "rcdnlTest",
        "passcode": "1234",
        "enabled": true,
        "languageCode": "en_us",
        "greeting": "DEFAULT",
        "greetingDescription": "greetings.wav",
        "messageStorage": {
          "storageType": "EXTERNAL",
          "externalEmail": "user@flex2.cisco.com"
        },
        "notifications": {
          "enabled": true,
          "destination": "user@flex2.cisco.com"
        },
        "faxMessage": {
          "enabled": true,
          "phoneNumber": "+1234234324",
          "extension": "23455"
        },
        "transferToNumber": {
          "enabled": true,
          "destination": "+12147691003"
        },
        "emailCopyOfMessage": {
          "enabled": true,
          "emailId": "<user@flex2.cisco.com"
        },
        "directLineCallerIdName": {
          "selection": "CUSTOM_NAME",
          "customName": "Hakim Smith"
        },
        "dialByName": "Hakim Smith"
      }
    }
  ],
  "responseExamples": []
}