POST api/AdminPlay/SaveNews

AdmSaveNews

Request Information

URI Parameters

None.

Body Parameters

SaveNews_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

VideoUUID

globally unique identifier

None.

AudioUUID

globally unique identifier

None.

FunCategoryID

integer

None.

NewsActive

boolean

None.

NewsDurationH

integer

None.

NewsMinVIPLevelID

integer

None.

LanguageID

integer

None.

NewsTiming

date

None.

NewsPreviewTime

date

None.

NewsName

string

None.

NewsText

string

None.

NewsDescr

string

None.

PhotoUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "52d37f5f-7052-4d61-b9a7-17067e7df0a2",
  "VideoUUID": "b1cde8dc-fb66-4bbd-a500-b22ca19fb1eb",
  "AudioUUID": "28ec1524-404d-4549-aa8d-0db3f166fe8d",
  "FunCategoryID": 1,
  "NewsActive": true,
  "NewsDurationH": 1,
  "NewsMinVIPLevelID": 1,
  "LanguageID": 1,
  "NewsTiming": "2025-04-19T08:58:24.7136786+03:00",
  "NewsPreviewTime": "2025-04-19T08:58:24.7136786+03:00",
  "NewsName": "sample string 1",
  "NewsText": "sample string 2",
  "NewsDescr": "sample string 3",
  "PhotoUUID": "82f50254-a2e2-44ae-a0a0-a72531b711f1",
  "UserUUIDCur": "1e44684e-7fd9-4fca-8485-bc237db84bf4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}