GET api/chat/homelogin

Request Information

URI Parameters

None.

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ChatResult
NameDescriptionTypeAdditional information
ResultCode

string

None.

ResultMsg

string

None.

ResultData

string

None.

Result1

Collection of Object

None.

Result2

Collection of Object

None.

Result3

Collection of Object

None.

Result4

Collection of Object

None.

Result5

Collection of Object

None.

ResultString

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultCode": "sample string 1",
  "ResultMsg": "sample string 2",
  "ResultData": "sample string 3",
  "Result1": null,
  "Result2": null,
  "Result3": null,
  "Result4": null,
  "Result5": null,
  "ResultString": "sample string 4"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.