Webex · Schema

UpdateWrapUpReasonByLocationQueuePayload

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
wrapupReasons array List of wrap-up reason IDs.
defaultWrapupReasonId string Unique wrap-up identifier.
wrapupTimerEnabled boolean Denotes whether the wrap-up timer is enabled.
wrapupTimer number Wrap up timer value in seconds.
View JSON Schema on GitHub

JSON Schema

webex-updatewrapupreasonbylocationqueuepayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateWrapUpReasonByLocationQueuePayload",
  "title": "UpdateWrapUpReasonByLocationQueuePayload",
  "type": "object",
  "properties": {
    "wrapupReasons": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2"
      },
      "description": "List of wrap-up reason IDs."
    },
    "defaultWrapupReasonId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2",
      "description": "Unique wrap-up identifier."
    },
    "wrapupTimerEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Denotes whether the wrap-up timer is enabled."
    },
    "wrapupTimer": {
      "type": "number",
      "example": 60,
      "description": "Wrap up timer value in seconds."
    }
  }
}