Webex · Example Payload

Webex Update A Persons Emergency Callback Number Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update A Persons Emergency Callback Number 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 a Person's Emergency Callback Number",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/emergencyCallbackNumber",
  "summary": "Update a Person's Emergency Callback Number",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "selected": "LOCATION_MEMBER_NUMBER",
        "locationMemberId": "Y2lzY29zcGFyazovL3VzL1BMQUNFLzExYTNmOTkwLWE2ODktNDc3ZC1iZTZiLTcxMjAwMjVkOGFiYg",
        "elinEnabled": false,
        "elinForWebexAppEnabled": false
      }
    }
  ],
  "responseExamples": []
}