Update an overflow queue

patch

/crmRestApi/resources/11.13.18.05/queues/{QueueId}/child/overflowQueues/{QueueResourceId}

Request

Path Parameters
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : queues-overflowQueues-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the overflow queue resource.
  • Title: Creation Date
    Read Only: true
    The date and time when the overflow queue resource was created.
  • Title: Can Delete
    Read Only: true
    Indicates if the overflow queue can be deleted.
  • Title: Enabled
    Maximum Length: 1
    Default Value: true
    Indicates whether the overflow queue resource is enabled. If enabled, the value is Y, else the value is N.
  • Title: Last Updated Date
    Read Only: true
    The date and time when the overflow queue resource was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the overflow queue resource.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The application login associated with the user who last updated the overflow queue resource.
  • Links
  • Title: Resource Member ID
    The unique identifier of the overflow queue added as queue resource.
  • Title: Queue ResourceType
    Read Only: true
    Maximum Length: 30
    Default Value: ORA_SVC_OVERFLOW_QUEUE
    The code indicating whether the queue resource is an individual, a team, or an overflow queue.
  • Title: Overflow Queue ID
    Read Only: true
    The unique identifier of the overflow queue associated with the queue.
  • Title: Overflow Queue Name
    Read Only: true
    Maximum Length: 400
    The name of the overflow queue.
  • Title: Overflow Queue Number
    Read Only: true
    Maximum Length: 30
    The public unique identifier of the overflow queue associated with the queue.
  • Title: Overflow Queue Stripe Code
    Read Only: true
    Maximum Length: 30
    The code indicating the application context of the overflow queue.
  • Title: Priority
    The priority of the overflow queue resource.
  • Title: Queue ID
    The unique identifier of the queue.
  • Title: Queue Name
    Read Only: true
    Maximum Length: 400
    The name of the queue to which this overflow queue is associated.
  • Title: Queue Number
    Read Only: true
    Maximum Length: 30
    The public unique identifier of the queue to which this overflow queue is associated.
  • Title: Queue Resource ID
    The unique identifier of the overflow queue resource.
  • Title: Can Update
    Read Only: true
    Indicates if the overflow queue can be updated. The default value is true.
Back to Top