POST api/AdminChatNotiff/SaveBackground

AdmSaveBackground

Request Information

URI Parameters

None.

Body Parameters

SaveBackground_Request
NameDescriptionTypeAdditional information
BackgroundID

integer

None.

BackgroundName

string

None.

H

integer

None.

W

integer

None.

PhotoUUID

globally unique identifier

None.

BackgroundActive

boolean

None.

BackgroundMinVIPLevelID

integer

None.

RejectDescr

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "BackgroundID": 1,
  "BackgroundName": "sample string 1",
  "H": 1,
  "W": 1,
  "PhotoUUID": "3e373cfc-f98e-4807-87fb-e1dda58559bb",
  "BackgroundActive": true,
  "BackgroundMinVIPLevelID": 1,
  "RejectDescr": "sample string 2",
  "UserUUIDCur": "f84c7c4e-3e22-456b-b8c8-1ba7583c2f86"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}