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": "42440670-f945-4ee1-afb8-a42f315dc809",
  "NotiffUUID": "f3ffe065-c3ee-4933-af3f-64335566101e",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "56020418-7103-44b8-91d1-554fecb78d32"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]