POST api/AdminPlay/PlayConnectionStats

AdmGetNewsConnectionStats

Request Information

URI Parameters

None.

Body Parameters

NewsConnectionStats_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

LanguageID

integer

None.

NewsActive

boolean

None.

NewsActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "3eee4a49-5395-4f8c-8354-e8832b40d7b5",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "e767924b-14b7-45c4-b8fe-77e5ba4b7664"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]