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": "f8b29167-7fa0-4a11-aa10-cb58c915b94e",
  "NotiffUUID": "7c9909b8-ba43-4f82-b5a2-0aaf376e72e3",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "4db5d38b-2ef5-4b09-818f-c3b11527cb08"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]