Webex · Example Payload

Webex Updateemergencyaddressoflocation Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updateemergencyaddressoflocation 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": "updateEmergencyAddressOfLocation",
  "method": "PUT",
  "path": "/telephony/pstn/locations/{locationId}/emergencyAddresses/{addressId}",
  "summary": "Update the Emergency Address of a Location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "address1": "3487 Chase Ave",
        "address2": "Apt 112",
        "city": "Miami Beach",
        "state": "FL",
        "postalCode": "33140",
        "country": "US"
      }
    }
  ],
  "responseExamples": []
}