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": "f89690d2-a2ec-43dc-888a-4f84dab0d6ba",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "c4b394fa-d73f-439e-aae7-8000a17a2842"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]