Webex · Example Payload

Webex Modifymysecondarylinescallcentersettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifymysecondarylinescallcentersettings 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": "modifyMySecondaryLinesCallCenterSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/secondaryLines/{lineownerId}/queues",
  "summary": "Modify My Secondary Line Owner's Call Center Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "agentACDState": "AVAILABLE",
        "queues": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85M2JjZWQ2Mi1lYWRmLTQ0MGItYThiYi03ZWQ5ZWEwNzExMTg",
            "available": true
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vNDk1ZTgxMTEtY2U4My00ZTc5LWJjOTAtODM2OWQxZjY0NTQ2",
            "available": false
          }
        ]
      }
    }
  ],
  "responseExamples": []
}