POST api/AdminChatNotiff/SaveBackground
AdmSaveBackground
Request Information
URI Parameters
None.
Body Parameters
SaveBackground_Request| Name | 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": "7237eb9c-4df5-4ec6-a69e-0ebacff29003",
"BackgroundActive": true,
"BackgroundMinVIPLevelID": 1,
"RejectDescr": "sample string 2",
"UserUUIDCur": "3b186728-f2e1-4158-8e1d-9cd923f1eb8e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}