Webex · Example Payload

Webex Create Wrap Up Reason Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create 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": "Create Wrap Up Reason",
  "method": "POST",
  "path": "/telephony/config/cxEssentials/wrapup/reasons",
  "summary": "Create Wrap Up Reason",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Wrap up reason 1",
        "description": "This is a description for wrap-up reason 1",
        "queues": [
          "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvOGY1MDI2ZjMtMDZjYi00OTU3LWE0MDQtNDYyM2UzYjJjYzVi"
        ],
        "assignAllQueuesEnabled": false
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2"
      }
    }
  ]
}