Webex · Example Payload

Webex Update Wrap Up Reason Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Wrap Up Reason 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",
  "method": "PUT",
  "path": "/telephony/config/cxEssentials/wrapup/reasons/{wrapupReasonId}",
  "summary": "Update Wrap Up Reason",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Wrap up reason 1",
        "description": "This is a description for wrap-up reason 1",
        "queuesToAssign": [
          "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvOGY1MDI2ZjMtMDZjYi00OTU3LWE0MDQtNDYyM2UzYjJjYzVi"
        ],
        "queuesToUnassign": [
          "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvYmI0MDc4NWMtZGZmMi00ODA3LTkwZTYtNGRlMzEwZmI1YTA5"
        ],
        "assignAllQueuesEnabled": false,
        "unassignAllQueuesEnabled": false
      }
    }
  ],
  "responseExamples": []
}