Update a queue
patch
/crmRestApi/resources/11.13.18.05/queues/{QueueId}
Request
Path Parameters
-
QueueId(required): integer(int64)
The unique identifier of the queue.
Header Parameters
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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
- application/json
Root Schema : schema
Type:
Show Source
object-
AutoRoutingFlag: boolean
Title:
DistributionMaximum Length:1Default Value:falseIndicates whether this queue supports advanced automated routing or manual routing. If it supports automated routing, the value is true, else the value is false. The default value is false. -
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Default Value:trueIndicates whether the queue is enabled. If enabled, the value is true, else the value is false. The default value is true. -
ExternalFlag: boolean
Title:
External RoutingMaximum Length:1Default Value:falseIndicates if automatic agent assignment on this queue is handled by Fusion Routing or by a third party routing system. -
ExternalPartnerCd: string
Title:
External PartnerMaximum Length:30The name of the third party routing system that handles automatic agent assignment on this queue. -
OpenSrCount: integer
Title:
Open Service Request CountThe number of service requests in the queue with an Open status. -
OpenUwoCount: integer
Title:
Unassigned Work Items CountThe number of Universal Work Objects in the queue. -
OriginalSystemReference: string
Title:
Original SystemMaximum Length:255The reference to the original system from which the queue was imported (if imported). -
OverflowCondNrtQLength: integer
(int64)
Title:
Overflow Condition Non-Real-Time Queue LengthDefault Value:50The overflow policy will be applied if there are more than this number of non-real-time items waiting in the queue. -
OverflowCondNrtTimeInQ: number
Title:
Overflow Condition Non-Real-Time Hours in QueueDefault Value:2The overflow policy will be applied if any non-real-time item was waiting in the queue for more than this number of hours. -
OverflowCondRtQLength: integer
(int64)
Title:
Overflow Condition Real-Time Queue LengthDefault Value:10The overflow policy will be applied if there are more than this number of real-time items waiting in the queue. -
OverflowCondRtTimeInQ: number
Title:
Overflow Condition Real-Time Seconds in QueueDefault Value:20The overflow policy will be applied if any real-time item was waiting in the queue for more than this number of seconds. -
OverflowEnabledFlag: boolean
Title:
Overflow EnabledMaximum Length:1Default Value:falseIndicates if Overflow feature is enabled on this queue. -
OverflowPolicyCd: string
Title:
Overflow PolicyMaximum Length:30Lookup code that indicates the Overflow policy used on this queue. -
overflowQueues: array
Overflow Queues
Title:
Overflow QueuesThe overflow queues resource is used to view, create, update, and delete an overflow queue. Overflow queues are backup queues containing alternative resources that can be made available when the currently assigned resources are unavailable, or are unable to keep up with the incoming work. -
OwnerPartyName: string
Title:
OwnerMaximum Length:360The name of the user (resource) to whom any service requests in the queue are assigned by default. The user is responsible for further service request assignment and scheduling. -
OwnerResourceId: integer
(int64)
Title:
Owner IDThe unique identifier of the user (resource) to whom any service requests in the queue are assigned by default. The user is responsible for further service request assignment and scheduling. -
QueueDescription: string
Title:
DescriptionMaximum Length:1000The detailed description of the queue. -
QueueName: string
Title:
NameMaximum Length:400The name of the queue. -
ResourceCount: integer
Title:
Resource CountThe number of resources associated with the queue. -
resourceMembers: array
Queue Resource Members
Title:
Queue Resource MembersThe queue resource members resource is used to view, create, update, and delete a list of employees or partners, such as service representatives, service managers, or product managers, who can take ownership of items, such as service or knowledge authoring requests, in a queue. -
ResourceTeamCount: integer
Title:
Resource Team CountThe number of resource teams associated with the queue. -
resourceTeams: array
Queue Resource Teams
Title:
Queue Resource TeamsThe queue resource team resource is used to view, create, update, and delete a resource team assigned to a queue. Resource teams are groups of employees or partners who can take ownership of items in a queue. -
UsedInAM: string
Title:
Used in Assignment ManagerMaximum Length:1Indicates whether this queue is used in Service Assignment Manager Rules.
Nested Schema : Overflow Queues
Type:
arrayTitle:
Overflow QueuesThe overflow queues resource is used to view, create, update, and delete an overflow queue. Overflow queues are backup queues containing alternative resources that can be made available when the currently assigned resources are unavailable, or are unable to keep up with the incoming work.
Show Source
Nested Schema : Queue Resource Members
Type:
arrayTitle:
Queue Resource MembersThe queue resource members resource is used to view, create, update, and delete a list of employees or partners, such as service representatives, service managers, or product managers, who can take ownership of items, such as service or knowledge authoring requests, in a queue.
Show Source
Nested Schema : Queue Resource Teams
Type:
arrayTitle:
Queue Resource TeamsThe queue resource team resource is used to view, create, update, and delete a resource team assigned to a queue. Resource teams are groups of employees or partners who can take ownership of items in a queue.
Show Source
Nested Schema : queues-overflowQueues-item-patch-request
Type:
Show Source
object-
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Default Value:trueIndicates whether the overflow queue resource is enabled. If enabled, the value is Y, else the value is N. -
Priority: integer
Title:
PriorityThe priority of the overflow queue resource. -
QueueResourceId: integer
(int64)
Title:
Queue Resource IDThe unique identifier of the overflow queue resource.
Nested Schema : queues-resourceMembers-item-patch-request
Type:
Show Source
object-
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Default Value:trueIndicates whether the queue resource member is enabled. If enabled, the value is true, else the value is false. The default value is true. -
QueueResourceId: integer
(int64)
Title:
Queue Resource IDThe unique identifier of the queue resource member.
Nested Schema : queues-resourceTeams-item-patch-request
Type:
Show Source
object-
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Default Value:trueIndicates whether the queue resource team is enabled. If enabled, the value is true, else the value is false. The default value is true. -
QueueResourceId: integer
(int64)
Title:
Queue Resource IDThe unique identifier of the queue resource team. -
resourceTeamMembers: array
Queue Resource Team Members
Title:
Queue Resource Team MembersThe queue resource team members resource is used to view the resource team members associated with a queue resource team. Resource team members are employees or partners who can take ownership of items in a queue.
Nested Schema : Queue Resource Team Members
Type:
arrayTitle:
Queue Resource Team MembersThe queue resource team members resource is used to view the resource team members associated with a queue resource team. Resource team members are employees or partners who can take ownership of items in a queue.
Show Source
Nested Schema : queues-resourceTeams-resourceTeamMembers-item-patch-request
Type:
Show Source
object-
DeleteFlag: boolean
Title:
Delete IndicatorMaximum Length:1Default Value:falseIndicates whether the row can be deleted. Possible values are 'Y' and 'N'.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : queues-item-response
Type:
Show Source
object-
AutoRoutingFlag: boolean
Title:
DistributionMaximum Length:1Default Value:falseIndicates whether this queue supports advanced automated routing or manual routing. If it supports automated routing, the value is true, else the value is false. The default value is false. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the queue. -
CreationDate: string
(date-time)
Title:
CreatedRead Only:trueThe date and time when the queue was created. -
DeleteFlag: boolean
Title:
Can DeleteRead Only:trueIndicates if the queue can be deleted. The default value is true. -
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Default Value:trueIndicates whether the queue is enabled. If enabled, the value is true, else the value is false. The default value is true. -
ExternalFlag: boolean
Title:
External RoutingMaximum Length:1Default Value:falseIndicates if automatic agent assignment on this queue is handled by Fusion Routing or by a third party routing system. -
ExternalPartnerCd: string
Title:
External PartnerMaximum Length:30The name of the third party routing system that handles automatic agent assignment on this queue. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the queue was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the queue. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login details of the user who last updated the queue. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OpenSrCount: integer
Title:
Open Service Request CountThe number of service requests in the queue with an Open status. -
OpenUwoCount: integer
Title:
Unassigned Work Items CountThe number of Universal Work Objects in the queue. -
OriginalSystemReference: string
Title:
Original SystemMaximum Length:255The reference to the original system from which the queue was imported (if imported). -
OverflowCondNrtQLength: integer
(int64)
Title:
Overflow Condition Non-Real-Time Queue LengthDefault Value:50The overflow policy will be applied if there are more than this number of non-real-time items waiting in the queue. -
OverflowCondNrtTimeInQ: number
Title:
Overflow Condition Non-Real-Time Hours in QueueDefault Value:2The overflow policy will be applied if any non-real-time item was waiting in the queue for more than this number of hours. -
OverflowCondRtQLength: integer
(int64)
Title:
Overflow Condition Real-Time Queue LengthDefault Value:10The overflow policy will be applied if there are more than this number of real-time items waiting in the queue. -
OverflowCondRtTimeInQ: number
Title:
Overflow Condition Real-Time Seconds in QueueDefault Value:20The overflow policy will be applied if any real-time item was waiting in the queue for more than this number of seconds. -
OverflowEnabledFlag: boolean
Title:
Overflow EnabledMaximum Length:1Default Value:falseIndicates if Overflow feature is enabled on this queue. -
OverflowPolicyCd: string
Title:
Overflow PolicyMaximum Length:30Lookup code that indicates the Overflow policy used on this queue. -
overflowQueues: array
Overflow Queues
Title:
Overflow QueuesThe overflow queues resource is used to view, create, update, and delete an overflow queue. Overflow queues are backup queues containing alternative resources that can be made available when the currently assigned resources are unavailable, or are unable to keep up with the incoming work. -
OwnerPartyName: string
Title:
OwnerMaximum Length:360The name of the user (resource) to whom any service requests in the queue are assigned by default. The user is responsible for further service request assignment and scheduling. -
OwnerPartyNumber: string
Title:
Owner Party NumberRead Only:trueMaximum Length:30The public unique identifier of the user (resource) to whom any service requests in the queue are assigned by default. The user is responsible for further service request assignment and scheduling. -
OwnerResourceId: integer
(int64)
Title:
Owner IDThe unique identifier of the user (resource) to whom any service requests in the queue are assigned by default. The user is responsible for further service request assignment and scheduling. -
QueueDescription: string
Title:
DescriptionMaximum Length:1000The detailed description of the queue. -
QueueId: integer
(int64)
Title:
Queue IDRead Only:trueThe unique identifier of the queue. -
QueueName: string
Title:
NameMaximum Length:400The name of the queue. -
QueueNumber: string
Title:
Queue NumberMaximum Length:30The public unique identifier of the queue. -
ResourceCount: integer
Title:
Resource CountThe number of resources associated with the queue. -
resourceMembers: array
Queue Resource Members
Title:
Queue Resource MembersThe queue resource members resource is used to view, create, update, and delete a list of employees or partners, such as service representatives, service managers, or product managers, who can take ownership of items, such as service or knowledge authoring requests, in a queue. -
ResourceTeamCount: integer
Title:
Resource Team CountThe number of resource teams associated with the queue. -
resourceTeams: array
Queue Resource Teams
Title:
Queue Resource TeamsThe queue resource team resource is used to view, create, update, and delete a resource team assigned to a queue. Resource teams are groups of employees or partners who can take ownership of items in a queue. -
StripeCd: string
Title:
Stripe CodeMaximum Length:30Lookup code that indicates the stripe code, such as CRM or HCM. -
UpdateFlag: boolean
Title:
Can UpdateRead Only:trueIndicates whether this queue can be updated. The default value is true. -
UsedInAM: string
Title:
Used in Assignment ManagerMaximum Length:1Indicates whether this queue is used in Service Assignment Manager Rules.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Overflow Queues
Type:
arrayTitle:
Overflow QueuesThe overflow queues resource is used to view, create, update, and delete an overflow queue. Overflow queues are backup queues containing alternative resources that can be made available when the currently assigned resources are unavailable, or are unable to keep up with the incoming work.
Show Source
Nested Schema : Queue Resource Members
Type:
arrayTitle:
Queue Resource MembersThe queue resource members resource is used to view, create, update, and delete a list of employees or partners, such as service representatives, service managers, or product managers, who can take ownership of items, such as service or knowledge authoring requests, in a queue.
Show Source
Nested Schema : Queue Resource Teams
Type:
arrayTitle:
Queue Resource TeamsThe queue resource team resource is used to view, create, update, and delete a resource team assigned to a queue. Resource teams are groups of employees or partners who can take ownership of items in a queue.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : queues-overflowQueues-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the overflow queue resource. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the overflow queue resource was created. -
DeleteFlag: boolean
Title:
Can DeleteRead Only:trueIndicates if the overflow queue can be deleted. -
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Default Value:trueIndicates whether the overflow queue resource is enabled. If enabled, the value is Y, else the value is N. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the overflow queue resource was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the overflow queue resource. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The application login associated with the user who last updated the overflow queue resource. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectId: integer
(int64)
Title:
Resource Member IDThe unique identifier of the overflow queue added as queue resource. -
ObjectTypeCd: string
Title:
Queue ResourceTypeRead Only:trueMaximum Length:30Default Value:ORA_SVC_OVERFLOW_QUEUEThe code indicating whether the queue resource is an individual, a team, or an overflow queue. -
OverflowQueueId: integer
(int64)
Title:
Overflow Queue IDRead Only:trueThe unique identifier of the overflow queue associated with the queue. -
OverflowQueueName: string
Title:
Overflow Queue NameRead Only:trueMaximum Length:400The name of the overflow queue. -
OverflowQueueNumber: string
Title:
Overflow Queue NumberRead Only:trueMaximum Length:30The public unique identifier of the overflow queue associated with the queue. -
OverflowQueueStripeCd: string
Title:
Overflow Queue Stripe CodeRead Only:trueMaximum Length:30The code indicating the application context of the overflow queue. -
Priority: integer
Title:
PriorityThe priority of the overflow queue resource. -
QueueId: integer
(int64)
Title:
Queue IDThe unique identifier of the queue. -
QueueName: string
Title:
Queue NameRead Only:trueMaximum Length:400The name of the queue to which this overflow queue is associated. -
QueueNumber: string
Title:
Queue NumberRead Only:trueMaximum Length:30The public unique identifier of the queue to which this overflow queue is associated. -
QueueResourceId: integer
(int64)
Title:
Queue Resource IDThe unique identifier of the overflow queue resource. -
UpdateFlag: boolean
Title:
Can UpdateRead Only:trueIndicates if the overflow queue can be updated. The default value is true.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : queues-resourceMembers-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who added the resource as a member of the queue. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the queue resource member was created. -
DeleteFlag: boolean
Title:
Can DeleteRead Only:trueIndicates if the resource member can be deleted. The default value is true. -
EmailAddress: string
Title:
EmailRead Only:trueMaximum Length:320The email address of the resource member. -
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Default Value:trueIndicates whether the queue resource member is enabled. If enabled, the value is true, else the value is false. The default value is true. -
FormattedPhoneNumber: string
Title:
PhoneRead Only:trueThe formatted phone number of the queue resource member. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the queue resource member was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the queue resource member. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The application login associated with the user who last updated the queue resource member. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectId: integer
(int64)
Title:
Resource Member IDThe unique identifier of the individual resource added as queue resource member. -
ObjectTypeCd: string
Title:
Queue ResourceTypeRead Only:trueMaximum Length:30Default Value:ORA_SVC_RESOURCEThe code indicating whether the resource is an individual or a team. -
PartyId: integer
(int64)
Read Only:
trueThe unique identifier of the party record associated with the queue resource member. -
PartyName: string
Title:
NameRead Only:trueMaximum Length:360The name of the queue resource member. -
PartyNumber: string
Read Only:
trueMaximum Length:30The public unique identifier of the party record associated with the queue resource member. -
PartyUniqueName: string
Title:
NameRead Only:trueMaximum Length:900The unique name of the party record associated with the queue resource member. -
QueueId: integer
(int64)
Title:
Queue IDThe unique identifier of the queue. -
QueueName: string
Title:
Queue NameRead Only:trueMaximum Length:400The name of the queue to which this resource is associated. -
QueueNumber: string
Title:
Queue NumberRead Only:trueMaximum Length:30The public unique identifier of the queue to which this resource is associated. -
QueueResourceId: integer
(int64)
Title:
Queue Resource IDThe unique identifier of the queue resource member. -
UpdateFlag: boolean
Title:
Can UpdateRead Only:trueIndicates if the resource member can be updated. The default value is true.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : queues-resourceTeams-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the queue resource team. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the queue resource team was created. -
DeleteFlag: boolean
Title:
Can DeleteRead Only:trueIndicates if the resource team can be deleted. The default value is true. -
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Default Value:trueIndicates whether the queue resource team is enabled. If enabled, the value is true, else the value is false. The default value is true. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the queue resource team was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the queue resource team. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The application login associated with the user who last updated the queue resource team. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectId: integer
(int64)
Title:
Resource Member IDThe unique identifier of the resource team added as queue resource member. -
ObjectTypeCd: string
Title:
Queue ResourceTypeRead Only:trueMaximum Length:30Default Value:ORA_SVC_RESOURCE_TEAMThe code indicating whether the resource is an individual or a team. -
QueueId: integer
(int64)
Title:
Queue IDThe unique identifier of the queue. -
QueueName: string
Title:
Queue NameRead Only:trueMaximum Length:400The name of the queue to which this resource team is associated. -
QueueNumber: string
Title:
Queue NumberRead Only:trueMaximum Length:30The public unique identifier of the queue to which this resource team is associated. -
QueueResourceId: integer
(int64)
Title:
Queue Resource IDThe unique identifier of the queue resource team. -
resourceTeamMembers: array
Queue Resource Team Members
Title:
Queue Resource Team MembersThe queue resource team members resource is used to view the resource team members associated with a queue resource team. Resource team members are employees or partners who can take ownership of items in a queue. -
TeamDescription: string
Title:
DescriptionRead Only:trueMaximum Length:80The description of the queue resource team. -
TeamId: integer
Read Only:
trueThe unique identifier of the queue resource team. -
TeamName: string
Title:
NameRead Only:trueMaximum Length:30The name of the resource team. -
TeamNumber: string
Title:
Team NumberRead Only:trueMaximum Length:30The public unique identifier of the queue resource team. -
UpdateFlag: boolean
Title:
Can UpdateRead Only:trueIndicates if the resource team can be updated. The default value is true.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Queue Resource Team Members
Type:
arrayTitle:
Queue Resource Team MembersThe queue resource team members resource is used to view the resource team members associated with a queue resource team. Resource team members are employees or partners who can take ownership of items in a queue.
Show Source
Nested Schema : queues-resourceTeams-resourceTeamMembers-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The date and time when the queue resource team was created. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueIndicates if the resource team can be deleted. The default value is true. -
DeleteFlag: boolean
Title:
Delete IndicatorMaximum Length:1Default Value:falseIndicates whether the row can be deleted. Possible values are 'Y' and 'N'. -
DenormMgrId: integer
(int64)
Title:
Manager IdRead Only:trueThe identifier of this resource's manager. -
EmailAddress: string
Title:
Email AddressRead Only:trueMaximum Length:320The email address of the resource. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the queue resource member was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the queue resource member. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The application login associated with the user who last updated the queue resource member. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManagerName: string
Title:
Manager NameRead Only:trueMaximum Length:360The name of this team members manager. -
OrganizationName: string
Title:
Resource OrganizationRead Only:trueMaximum Length:240The name of the resource organization. -
PartyId: integer
(int64)
Title:
Party IdRead Only:trueThe party id of the resource. -
PartyName: string
Title:
Party NameRead Only:trueMaximum Length:360The party name of the resource. -
PartyNumber: string
Title:
Party NumberRead Only:trueMaximum Length:30The party number of the resource. -
PartyUniqueName: string
Title:
Party Unique NameRead Only:trueMaximum Length:900The unique party name of the resource. -
PersonName: string
Title:
Person NameRead Only:trueMaximum Length:450The name of the resource. -
ReportsToCode: string
Title:
Reports to IndicatorRead Only:trueMaximum Length:1Indicates whether the resource reports to a manager. Possible values are 'Y', 'N' and 'T'. -
ResourceProfileId: integer
(int64)
Title:
Resource Profile IdRead Only:trueThe identifier of the resource's profile. -
ResourceType: string
Title:
Resource TypeMaximum Length:30Indicates the type of the resource. -
RoleName: string
Title:
Role NameRead Only:trueMaximum Length:60The name of the resource role. -
TeamId: integer
Title:
Team IdThe unique identifier of the team. -
TeamMemberId: integer
Title:
Team Member IdRead Only:trueThe unique identifier of the team member. -
TeamResourceId: integer
Title:
Team Resource IdThe unique identifier of the resource that is a member of a team.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- AutoRoutingLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_QUEUE_DISTRIBUTION_CD
The standard lookups list of values resource is used to query the list of values of standard lookups, which list the available codes and translated meanings. Standard lookups are defined in the standard lookups view and store lookup codes that support reference data sharing. - finder:
- ExternalPartnerCdLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_ROUTING_PARTNERS_CD
The standard lookups list of values resource is used to query the list of values of standard lookups, which list the available codes and translated meanings. Standard lookups are defined in the standard lookups view and store lookup codes that support reference data sharing. - finder:
- OverflowPolicyCdLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_OVERFLOW_POLICY_CD
The standard lookups list of values resource is used to query the list of values of standard lookups, which list the available codes and translated meanings. Standard lookups are defined in the standard lookups view and store lookup codes that support reference data sharing. - finder:
- ResourcePickerLOV
-
Operation: /crmRestApi/resources/11.13.18.05/resourcesA front office person. For example, sales persons or partner members can be tagged as resources.
- YesNoLookup
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DYES_NO
The standard lookups list of values resource is used to query the list of values of standard lookups, which list the available codes and translated meanings. Standard lookups are defined in the standard lookups view and store lookup codes that support reference data sharing. - finder:
- overflowQueues
-
Parameters:
- QueueId:
$request.path.QueueId
The overflow queues resource is used to view, create, update, and delete an overflow queue. Overflow queues are backup queues containing alternative resources that can be made available when the currently assigned resources are unavailable, or are unable to keep up with the incoming work. - QueueId:
- resourceMembers
-
Parameters:
- QueueId:
$request.path.QueueId
The queue resource members resource is used to view, create, update, and delete a list of employees or partners, such as service representatives, service managers, or product managers, who can take ownership of items, such as service or knowledge authoring requests, in a queue. - QueueId:
- resourceTeams
-
Parameters:
- QueueId:
$request.path.QueueId
The queue resource team resource is used to view, create, update, and delete a resource team assigned to a queue. Resource teams are groups of employees or partners who can take ownership of items in a queue. - QueueId:
Examples
The following example shows how to update a queue by submitting a PATCH request on the REST resource.
Example of Request Header
The following shows an example of the request header.
PATCH /crmRestApi/resources/11.13.18.05/queues/300100090462863
Example of Request Body
The following example shows the contents of the request body in JSON format.
{
"ResourceCount": "4",
"ResourceTeamCount": "2",
"OpenSrCount": "3"
}
Example of Response Header
The following shows an example of the response header.
HTTP/1.1 200 Created Date: Fri, 12 Aug 2016 10:01:50 GMT Server: Oracle-HTTP-Server-11g Content-Type: application/vnd.oracle.adf.resourceitem+json Content-Language: en
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"QueueId": 300100090462863
"CreationDate": "2016-05-12T11:02:17-07:00"
"CreatedBy": "autouihcmhda1"
"LastUpdateDate": "2016-08-07T21:37:50-07:00"
"LastUpdatedBy": "autouihcmhda1"
"LastUpdateLogin": "3986CB8FEED8271DE0538F06F00A111A"
"QueueName": ".Absence"
"QueueDescription": "Test Queue Descriptionaaf31065506"
"OwnerResourceId": null
"OriginalSystemReference": "300100090462863"
"EnabledFlag": true
"ResourceCount": 4
"ResourceTeamCount": 2
"OpenSrCount": 3
"StripeCd": "ORA_SVC_HCM"
"AutoRoutingFlag": false
"ExtnQueueFuseListLayoutURL": "/cust/apps/oracle/apps/crm/service/svcMgmt/ui/fuse/queue/page/QueueFuseList/QueueFuseList_Layout1.jsff"
"ExtnQueueFuseListLayoutDrivers": null
"links": [6]
0:
{
"rel": "self"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100090462863"
"name": "queues"
"kind": "item"
"properties":
{
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B020000787200106A6176612E6C616E672E4F626A656374000000000000000000000078700000002378"
}
-
}
-1:
{
"rel": "canonical"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100090462863"
"name": "queues"
"kind": "item"
}
-2:
{
"rel": "lov"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100090462863/lov/AutoRoutingLookup"
"name": "AutoRoutingLookup"
"kind": "collection"
}
-3:
{
"rel": "lov"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100090462863/lov/YesNoLookup"
"name": "YesNoLookup"
"kind": "collection"
}
-4:
{
"rel": "child"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100090462863/child/resourceTeams"
"name": "resourceTeams"
"kind": "collection"
}
-5:
{
"rel": "child"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100090462863/child/resourceMembers"
"name": "resourceMembers"
"kind": "collection"
}
}