GET api/DeleteGuestChat/{sessionID}/{corrType}/{corrID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionID | string |
Required |
|
| corrType | string |
Required |
|
| corrID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DeleteGuestChatResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| retval |
Return code (0 - success, otherwise - error) |
integer |
None. |
| desc |
Text description of the return code (error description) |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"retval": 1,
"desc": "sample string 2"
}
application/xml, text/xml
Sample:
<deleteguestchatresponse.response> <retval>1</retval> <desc>sample string 2</desc> </deleteguestchatresponse.response>