/icws/web-callback/reconnect

POST

/icws/web-callback/reconnect

Reconnects a callback interaction.

Feature Version
web-callback 2

Request

This request has no parameters.
Representations
callbackReconnectRequest
An object representing a request to reconnect a callback.
Property
Value
Comments
__type
"urn:inin.com:webCallback:callbackReconnectRequest"

Required

The JSON type representing this option.
callbackID
String

Required

An callback ID representing the callback session.

participantID
Guid

Required

A unique Guid representing a participant identifier.

Response

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

Error Responses

Error Identifier
Error Type
Error Description
error.request.webCallback.invalidCallbackId
Type: urn:inin.com:common:error
The request failed because the callback ID is unknown 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.