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": "84714618-eac1-4366-840a-7415e2321de6",
  "NotiffUUID": "cbc92a86-6d73-4696-949f-13341275d7f5",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "c0cd6aa7-b65b-48dc-82f8-ac718ccbfb0c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]