/icws/web-chat/reconnect

POST

/icws/web-chat/reconnect

Reconnects a participant to an existing chat session.
Feature Version
web-chat 1

Request

This request has no parameters.
Representations
chatReconnectRequest
An object representing a request to a web chat reconnect request.
Property
Value
Comments
chatId
String

Required

The ID of the chat session to reconnect to.

participantId
String

Required

The current chat participant ID.

Response

204 - No Content
The reconnect was successful.
400 - Bad Request
This may indicate that the reconnect was not able to be processed.

Error Responses

Error Identifier
Error Type
Error Description
error.request.webChat.invalidChatId
Type: urn:inin.com:common:error
The request failed because the chat ID is unkown or invalid.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.
410 - Gone
This resource has been deprecated and removed from the API.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.
500 - Internal Server Error
An unexpected error occurred while processing the request.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.