Webex · Example Payload

Webex Updatemembersondevice Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatemembersondevice 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": "updateMembersOnDevice",
  "method": "PUT",
  "path": "/telephony/config/devices/{deviceId}/members",
  "summary": "Update Members on the device",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "members": [
          {
            "port": 1,
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
            "t38FaxCompressionEnabled": false,
            "primaryOwner": true,
            "lineType": "SHARED_CALL_APPEARANCE",
            "lineWeight": 1,
            "allowCallDeclineEnabled": true,
            "hotlineDestination": "",
            "hotlineEnabled": false,
            "lineLabel": "share line label"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}