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": "4a7d3c32-7a7a-48b9-be07-b4b6ca6580b1",
  "NotiffUUID": "8692f039-b491-4c90-be17-41851272d422",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "5f9eacea-f6d1-47b8-82af-18084a4a6213"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]