Webex · Example Payload

Webex Update Wrap Up Reason Settings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Wrap Up Reason Settings 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": "Update Wrap Up Reason Settings",
  "method": "PUT",
  "path": "/telephony/config/cxEssentials/locations/{locationId}/queues/{queueId}/wrapup/settings",
  "summary": "Update Wrap Up Reason Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "wrapupReasons": [
          "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2"
        ],
        "defaultWrapupReasonId": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2",
        "wrapupTimerEnabled": true,
        "wrapupTimer": 60
      }
    }
  ],
  "responseExamples": []
}