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": "70ad9142-e3a0-4905-9a4a-2fa487de9c90",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "04e1fb4e-639a-4b2a-8fd2-aa840116ae97"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]