Webex · Example Payload

Webex Modifytimezoneannouncementlanguagesettingsofaperson Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifytimezoneannouncementlanguagesettingsofaperson 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": "modifyTimezoneAnnouncementLanguageSettingsOfAPerson",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}",
  "summary": "Update Timezone and Announcement Language Settings of a Person",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "announcementLanguage": "English",
        "timeZone": "America/Chicago"
      }
    }
  ],
  "responseExamples": []
}