Update a resource member

patch

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

Request

Path Parameters
  • The unique identifier of the queue.
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
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
  • Title: Enabled
    Maximum Length: 1
    Default Value: true
    Indicates whether the queue resource member is enabled. If enabled, the value is true, else the value is false. The default value is true.
  • Title: Queue Resource ID
    The unique identifier of the queue resource member.
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-resourceMembers-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who added the resource as a member of the queue.
  • Title: Creation Date
    Read Only: true
    The date and time when the queue resource member was created.
  • Title: Can Delete
    Read Only: true
    Indicates if the resource member can be deleted. The default value is true.
  • Title: Email
    Read Only: true
    Maximum Length: 320
    The email address of the resource member.
  • Title: Enabled
    Maximum Length: 1
    Default Value: true
    Indicates whether the queue resource member is enabled. If enabled, the value is true, else the value is false. The default value is true.
  • Title: Phone
    Read Only: true
    The formatted phone number of the queue resource member.
  • Title: Last Updated Date
    Read Only: true
    The date and time when the queue resource member was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the queue resource member.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The application login associated with the user who last updated the queue resource member.
  • Links
  • Title: Resource Member ID
    The unique identifier of the individual resource added as queue resource member.
  • Title: Queue ResourceType
    Read Only: true
    Maximum Length: 30
    Default Value: ORA_SVC_RESOURCE
    The code indicating whether the resource is an individual or a team.
  • Read Only: true
    The unique identifier of the party record associated with the queue resource member.
  • Title: Name
    Read Only: true
    Maximum Length: 360
    The name of the queue resource member.
  • Read Only: true
    Maximum Length: 30
    The public unique identifier of the party record associated with the queue resource member.
  • Title: Name
    Read Only: true
    Maximum Length: 900
    The unique name of the party record associated with the queue resource member.
  • 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 resource is associated.
  • Title: Queue Number
    Read Only: true
    Maximum Length: 30
    The public unique identifier of the queue to which this resource is associated.
  • Title: Queue Resource ID
    The unique identifier of the queue resource member.
  • Title: Can Update
    Read Only: true
    Indicates if the resource member can be updated. The default value is true.
Back to Top

Examples

The following example shows how to update a resource member 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/300100089889772/child/resourceMembers/100010032752719 HTTP/1.1
HOST: servername.fa.us2.oraclecloud.com
authorization: Basic U0FMRVNfQURNSU46V2VsY29tZTE=
content-type: application/vnd.oracle.adf.resourceitem+json

Example of Request Body

The following example shows the contents of the request body in JSON format.

{
"EnabledFlag": false
}

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 200: OK
Date: Wed, 05 Oct 2016 07:20:55 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.

{
"CreatedBy": "SALES_ADMIN"
"CreationDate": "2016-09-08T04:36:54-07:00"
"EnabledFlag": false
"LastUpdateDate": "2016-09-08T04:36:54-07:00"
"LastUpdateLogin": "3BE5E4712BA78A8EE053780CF10A753D"
"LastUpdatedBy": "SALES_ADMIN"
"ObjectId": 100010032752719
"ObjectTypeCd": "ORA_SVC_RESOURCE"
"QueueId": 300100089889772
"QueueResourceId": 300100092156968
"EmailAddress": "edwin.mitchell@us2.oraclecloud.com"
"PartyId": 100010032752719
"PartyName": "Mitchell,Edwin"
"PartyNumber": "100010032752719"
"FormattedPhoneNumber": null
"PartyUniqueName": null
"links": 
[
4]
0:  
{
"rel": "self"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100089889772/child/resourceMembers/100010032752719"
"name": "resourceMembers"
"kind": "item"
"properties": 
{
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B020000787200106A6176612E6C616E672E4F626A656374000000000000000000000078700000000178"
}
-
}
-
1:  
{
"rel": "canonical"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100089889772/child/resourceMembers/100010032752719"
"name": "resourceMembers"
"kind": "item"
}
-
2:  
{
"rel": "parent"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100089889772"
"name": "queues"
"kind": "item"
}
-
3:  
{
"rel": "lov"
"href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/queues/300100089889772/child/resourceMembers/100010032752719/lov/ObjectTypeCdLookup"
"name": "ObjectTypeCdLookup"
"kind": "collection"
}
-
-
}
Back to Top