POST api/AdminChatNotiff/GetNotiffStats

AdmGetNotiffStats

Request Information

URI Parameters

None.

Body Parameters

GetNotiffStats_Request
NameDescriptionTypeAdditional information
LanguageID

integer

None.

CountryID

integer

None.

OldD

integer

None.

UserActive

boolean

None.

NotiffActive

boolean

None.

NotiffActiveLng

integer

None.

UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageID": 1,
  "CountryID": 1,
  "OldD": 1,
  "UserActive": true,
  "NotiffActive": true,
  "NotiffActiveLng": 1,
  "UserUUID": "de1bbe88-d1cc-4f77-82b2-55c22784c716",
  "UserUUIDCur": "22b28380-2a5a-4388-8b4d-aacfe497417c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]