POST api/AdminChatNotiff/GetChatStats

AdmGetChatStats

Request Information

URI Parameters

None.

Body Parameters

GetChatStats_Request
NameDescriptionTypeAdditional information
LanguageID

integer

None.

CountryID

integer

None.

OldD

integer

None.

ChatActive

boolean

None.

ChatActiveLng

boolean

None.

UserActive

boolean

None.

UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageID": 1,
  "CountryID": 1,
  "OldD": 1,
  "ChatActive": true,
  "ChatActiveLng": true,
  "UserActive": true,
  "UserUUID": "c443f067-5c32-4221-869e-eebfa8f5bd47",
  "UserUUIDCur": "7deee0d2-e0ba-4d0d-a2ba-ce5ae4e177c4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]