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": "2de65f04-6ac9-41fa-b952-c87171cb5b3e",
  "NotiffUUID": "3f4b9633-0a37-4065-9639-cf6ebd243981",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "91efda62-c9ce-4abc-9cfd-35e0bab71d4a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]