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": "2f432be5-d44c-483b-ba9e-45fa4a9e9275",
  "NotiffUUID": "0f87a1f5-5af9-47fd-a7a1-82cfb11e3b00",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "2e1784c5-61bf-4794-a9de-99692c6f2755"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]