Webex · Example Payload

Webex Update A Location Emergency Callback Number Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update A Location 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 Location Emergency callback number",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/features/emergencyCallbackNumber",
  "summary": "Update a Location Emergency callback number",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "selected": "LOCATION_MEMBER_NUMBER",
        "locationMemberId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9hOTc0MzVjZi0zYTZmLTRmNGYtOWU1OC00OTI2OTQ5MDkwMWY",
        "elinExpiryTimeMinutes": 90
      }
    }
  ],
  "responseExamples": []
}