Webex · Example Payload

Webex Updateemergencyaddressforphonenumber Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updateemergencyaddressforphonenumber 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": "updateEmergencyAddressForPhoneNumber",
  "method": "PUT",
  "path": "/telephony/pstn/numbers/{phoneNumber}/emergencyAddress",
  "summary": "Update the Emergency Address for a Phone Number",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "samplePayload",
      "example": {
        "emergencyAddress": {
          "address1": "3487 Chase Ave",
          "address2": "Apt 112",
          "city": "Miami Beach",
          "state": "FL",
          "postalCode": "33140",
          "country": "US"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "emptyPayload",
      "example": {}
    }
  ],
  "responseExamples": []
}