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": "bc1fcd25-f6ec-43ea-99c3-eef878e55a2d",
  "NotiffUUID": "75d8c176-909f-440d-a422-1755ec42c798",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "ba8b78f9-94c8-4b9f-9ded-6d6c206e2e30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]