POST api/AdminPlay/AdmGetNewsNotiff

AdmGetNewsNotiff

Request Information

URI Parameters

None.

Body Parameters

GetNewsNotiff_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

NotiffUUID

globally unique identifier

None.

NewsNotiffActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "b09d89c7-aba8-436f-b95c-e550822a9303",
  "NotiffUUID": "f2c03e97-7f03-4ddd-b423-7db7abde37d5",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "c99aeeab-ca8a-439b-ac62-2722b89f2208"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]