Update an interaction participant
patch
/crmRestApi/resources/11.13.18.05/interactions/{InteractionId}/child/InteractionParticipants/{interactions_InteractionParticipants_Id}
Request
Path Parameters
-
InteractionId(required): integer(int64)
The unique identifier of the interaction.
-
interactions_InteractionParticipants_Id(required): string
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
-
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-
ContactPartyId: integer
(int64)
Title:
Contact Party IDThe PartyId of the contact if the participant is a contact. -
DurationMinutes: integer
(int32)
Title:
MinutesThe number of minutes the participant was on the conference. You can join, drop, and rejoin the conference. -
Email: string
Title:
EmailMaximum Length:128The email of the participant. -
EndTime: string
(date-time)
Title:
End TimeThe time when the participant left the interaction. -
InteractionId: integer
(int64)
Title:
Interaction IDThe interaction id of the interaction to which the participant belongs. -
Json: string
(byte)
Title:
JSONThe JSON String used for customization. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberThe version of the participant record. -
OriginalSystemReference: string
Title:
Original System ReferenceMaximum Length:255Specifies the original system reference if record was imported. -
ParticipantName: string
Title:
NameMaximum Length:128The name from the web conference. Does not necessarily tie to Fusion data. -
ParticipantTypeCd: string
Title:
Participant Type CodeMaximum Length:30The type of participant. The value is sourced from the lookup ORA_SVC_PARTICIPANT_TYPE_CD. -
Phone: string
Title:
PhoneMaximum Length:128The phone number of the participant. -
ResourcePartyId: integer
(int64)
Title:
Resource Party IDThe party Id of the resource if the participant is a resource. -
StartTime: string
(date-time)
Title:
Start TimeThe time when the participant joined the interaction.
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 : interactions-InteractionParticipants-item-response
Type:
Show Source
object-
ContactPartyId: integer
(int64)
Title:
Contact Party IDThe PartyId of the contact if the participant is a contact. -
ContactPartyNumber: string
Title:
Contact Party NumberRead Only:trueMaximum Length:30The party number of the contact if the participant was a contact. -
ContactPartyUniqueName: string
Title:
Contact Unique NameRead Only:trueMaximum Length:900The unique name of the contact if the participant was a contact. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who added the participant. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the participant was added. -
DurationMinutes: integer
(int32)
Title:
MinutesThe number of minutes the participant was on the conference. You can join, drop, and rejoin the conference. -
Email: string
Title:
EmailMaximum Length:128The email of the participant. -
EndTime: string
(date-time)
Title:
End TimeThe time when the participant left the interaction. -
InteractionId: integer
(int64)
Title:
Interaction IDThe interaction id of the interaction to which the participant belongs. -
InteractionNumber: string
Title:
Interaction NumberRead Only:trueMaximum Length:30 -
InteractionParticipantId: integer
(int64)
Title:
Participant IDRead Only:trueThe auto-generated number and primary key for this participant. -
InteractionParticipantNumber: string
Title:
Participant NumberMaximum Length:30The public unique identifier for the Interaction Participant. -
Json: string
(byte)
Title:
JSONThe JSON String used for customization. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the participant was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the participant. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The system login reference of the last user to update the participant. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberThe version of the participant record. -
OriginalSystemReference: string
Title:
Original System ReferenceMaximum Length:255Specifies the original system reference if record was imported. -
ParticipantName: string
Title:
NameMaximum Length:128The name from the web conference. Does not necessarily tie to Fusion data. -
ParticipantTypeCd: string
Title:
Participant Type CodeMaximum Length:30The type of participant. The value is sourced from the lookup ORA_SVC_PARTICIPANT_TYPE_CD. -
Phone: string
Title:
PhoneMaximum Length:128The phone number of the participant. -
ResourcePartyId: integer
(int64)
Title:
Resource Party IDThe party Id of the resource if the participant is a resource. -
ResourcePartyNumber: string
Title:
Resource Party NumberRead Only:trueMaximum Length:30The party number of the resource if the participant was a resource. -
ResourcePartyUniqueName: string
Title:
Resource Unique NameRead Only:trueMaximum Length:900The unique name of the resource if the participant was a resource. -
StartTime: string
(date-time)
Title:
Start TimeThe time when the participant joined the interaction.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
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.
Links
- ParticipantTypeLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_SVC_PARTICIPANT_TYPE_CD
The list of values indicating the participant types.
The following properties are defined on the LOV link relation:- Source Attribute: ParticipantTypeCd; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder: