Webex · Example Payload

Webex Modifymyselectedcalleridsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifymyselectedcalleridsettings 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": "modifyMySelectedCallerIDSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/selectedCallerId",
  "summary": "Configure My Selected Caller ID Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "selected": {
          "type": "HUNT_GROUP",
          "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvNmU1NTVjZDAtNjM0MS00MmI4LWEyMWMtZTc1ZjIxNDQ4Mjc1"
        }
      }
    }
  ],
  "responseExamples": []
}