Webex · Example Payload

Webex Update A Redsky Building Address For A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update A Redsky Building Address For A Location 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 RedSky Building Address for a Location",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/redSky/building",
  "summary": "Update a RedSky Building Address for a Location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "address": {
          "addressLine1": "170 West Tasman Dr",
          "addressLine2": "Building 6",
          "city": "San Jose",
          "stateOrProvince": "California",
          "zipOrPostalCode": "95134",
          "country": "US"
        }
      }
    }
  ],
  "responseExamples": []
}