POST api/AdminChatNotiff/SaveBackground
AdmSaveBackground
Request Information
URI Parameters
None.
Body Parameters
SaveBackground_RequestName | Description | Type | Additional 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": "e264cf0a-46b5-42cb-8adc-6bf112ece7f3", "BackgroundActive": true, "BackgroundMinVIPLevelID": 1, "RejectDescr": "sample string 2", "UserUUIDCur": "6ddc0586-1d6a-4843-be1d-131b8c59a5ba" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}