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": "856e79be-3a8d-44e7-9668-f2e22715c4aa",
  "NotiffUUID": "e995979d-7119-4a22-9eb4-d783a5c0efb6",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "e038153c-641f-4441-90f9-259c452947f2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]