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": "a88e71cd-357c-438a-a353-06ede9a6cb76",
  "NotiffUUID": "25f72ab1-2506-4759-95d7-91f1c7145514",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "efe853c1-ebd5-42a2-a551-b52639aa6d31"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]