Webex · Example Payload

Webex Addemergencyaddresstolocation Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Addemergencyaddresstolocation 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": "addEmergencyAddressToLocation",
  "method": "POST",
  "path": "/telephony/pstn/locations/{locationId}/emergencyAddress",
  "summary": "Add an Emergency Address to a Location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "address1": "3487 Chase Ave",
        "address2": "Apt 112",
        "city": "Miami Beach",
        "state": "FL",
        "postalCode": "33140",
        "country": "US"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0VNRVJHRU5DWV9BRERSRVNTLzk2YWJjMmFhLTNkY2MtMTFlNS1hMTUyLWZlMzQ4MTljZGM5YQ"
      }
    }
  ]
}