POST api/AdminChatNotiff/GetBackground
AdmGetBackground
Request Information
URI Parameters
None.
Body Parameters
GetBackground_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| BackgroundID | integer |
None. |
|
| BackgroundActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"BackgroundID": 1,
"BackgroundActive": true,
"UserUUIDCur": "0dbdc7df-768a-49e1-92da-7e9e54f98ff7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]