Update a chat interaction - Not supported
patch
/crmRestApi/resources/11.13.18.05/chatInteractions/{InteractionId}
Request
Path Parameters
-
InteractionId(required): integer
The unique identifier of the interaction.
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-
transcript: array
Transcripts
Title:
TranscriptsThe transcripts resource is used to get the list of chat transcript messages for a chat interaction. The resource can be accessed by DCS authenticated users assigned to the ORA_SVC_CUSTOMER_SELF_SERVICE_USER_ABSTRACT role. The transcript can be accessed only by the DCS user that participated in the chat or by the manager of the DCS user who participated in the chat.
Nested Schema : Transcripts
Type:
arrayTitle:
TranscriptsThe transcripts resource is used to get the list of chat transcript messages for a chat interaction. The resource can be accessed by DCS authenticated users assigned to the ORA_SVC_CUSTOMER_SELF_SERVICE_USER_ABSTRACT role.
The transcript can be accessed only by the DCS user that participated in the chat or by the manager of the DCS user who participated in the chat.
Show Source
Nested Schema : schema
Type:
Show Source
object-
SenderType: string
Maximum Length:
100The type of the message sender.
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 : chatInteractions-item-response
Type:
Show Source
object-
InteractionId: integer
Read Only:
trueThe unique identifier of the interaction. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectId: integer
(int64)
Read Only:
trueThe unique identifier of the object. -
transcript: array
Transcripts
Title:
TranscriptsThe transcripts resource is used to get the list of chat transcript messages for a chat interaction. The resource can be accessed by DCS authenticated users assigned to the ORA_SVC_CUSTOMER_SELF_SERVICE_USER_ABSTRACT role. The transcript can be accessed only by the DCS user that participated in the chat or by the manager of the DCS user who participated in the chat.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Transcripts
Type:
arrayTitle:
TranscriptsThe transcripts resource is used to get the list of chat transcript messages for a chat interaction. The resource can be accessed by DCS authenticated users assigned to the ORA_SVC_CUSTOMER_SELF_SERVICE_USER_ABSTRACT role.
The transcript can be accessed only by the DCS user that participated in the chat or by the manager of the DCS user who participated in the chat.
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 : chatInteractions-transcript-item-response
Type:
Show Source
object-
ChatId: integer
Read Only:
trueThe unique identifier of the chat. -
ConversationId: string
Read Only:
trueMaximum Length:100The unique identifier of the chat conversation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageContent: string
Read Only:
trueThe content of the message. -
MessageDate: string
(date-time)
Read Only:
trueThe date and the time when the message is created. -
MessageId: integer
Read Only:
trueThe unique identifier of the message. -
MessageTypeCd: string
Read Only:
trueMaximum Length:30The type of the message. -
OsvcChatId: integer
(int64)
Read Only:
trueThe identifier assigned to the chat engagement. -
PartyName: string
Read Only:
trueMaximum Length:900The name of the message sender. -
RichTextFlag: boolean
Read Only:
trueMaximum Length:1Indicates whether the content of the message is rich text. -
SenderId: integer
(int64)
Read Only:
trueThe message sender identifier. -
SenderType: string
Maximum Length:
100The type of the message sender.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- transcript
-
Parameters:
- InteractionId:
$request.path.InteractionId
The transcripts resource is used to get the list of chat transcript messages for a chat interaction. The resource can be accessed by DCS authenticated users assigned to the ORA_SVC_CUSTOMER_SELF_SERVICE_USER_ABSTRACT role. The transcript can be accessed only by the DCS user that participated in the chat or by the manager of the DCS user who participated in the chat. - InteractionId: