Webex · Example Payload

Webex Postexternalvoicemailmwi Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Postexternalvoicemailmwi 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": "postExternalVoicemailMwi",
  "method": "POST",
  "path": "/telephony/externalVoicemail/mwi",
  "summary": "Set or Clear Message Waiting Indicator (MWI) Status",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "action": "SET"
      }
    }
  ],
  "responseExamples": []
}