Webex · Example Payload

Webex Updatesdynamicdevicesettingsacrossorganizationorlocation Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatesdynamicdevicesettingsacrossorganizationorlocation 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": "updatesDynamicDeviceSettingsAcrossOrganizationOrLocation",
  "method": "POST",
  "path": "/telephony/config/jobs/devices/dynamicDeviceSettings",
  "summary": "Update Device Dynamic Settings Across Organization or Location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "locationId": "",
        "tags": [
          {
            "familyOrModelDisplayName": "Poly",
            "tag": "%DO_MENU_TITLE_BACKGROUND%",
            "action": "CLEAR"
          },
          {
            "familyOrModelDisplayName": "Poly",
            "tag": "%ENABLE_BLUETOOTH%",
            "action": "SET",
            "value": "1"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "example": {
        "name": "dynamicdevicesettings",
        "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8wZTJjNmI5NC1hNDdlLTQxZGUtODE5ZS04YTcwNTZjMTc5MDk",
        "trackingId": "NA_a9ef6908-60cf-40e6-b56f-461abffd6fa3",
        "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85OThhMThhYi1kZjY5LTQ5MWYtYmViZi03MzUxMGE3ODI5N2I",
        "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi9hNDVkNmNkYS1hZTVhLTQwYzMtYTdhZC01NjUwZmRkZGQ1M2M",
        "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi9hNDVkNmNkYS1hZTVhLTQwYzMtYTdhZC01NjUwZmRkZGQ1M2M",
        "instanceId": 0,
        "jobExecutionStatus": [
          {
            "id": 0,
            "startTime": "2025-05-13T10:59:44.106Z",
            "lastUpdated": "2025-05-13T10:59:44.106Z",
            "statusMessage": "STARTED",
            "exitCode": "UNKNOWN",
            "createdTime": "2025-05-13T10:50:01.352Z",
            "timeElapsed": "PT11.476S"
          }
        ],
        "latestExecutionStatus": "STARTED",
        "latestExecutionExitCode": "UNKNOWN",
        "target": "CUSTOMER",
        "locationId": "",
        "percentageComplete": 0
      }
    }
  ]
}