Webex · Example Payload

Webex Updatelocation Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatelocation 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": "updateLocation",
  "method": "PUT",
  "path": "/locations/{locationId}",
  "summary": "Update a Location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Denver",
        "address": {
          "address1": "123 Some St.",
          "address2": "Suite 456",
          "city": "Supercity",
          "state": "Goodstate",
          "postalCode": "12345",
          "country": "US"
        },
        "timeZone": "America/Chicago",
        "preferredLanguage": "en_us"
      }
    }
  ],
  "responseExamples": []
}