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": "f9bf594c-a894-44a8-bf62-d623232f4506",
  "NotiffUUID": "cf13d053-b651-42f5-b19a-5b9b146b189e",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "0403b708-3e45-4241-87f3-bd3fc3a24e04"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]