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": "84f1aa9e-7cd8-410c-a8b0-1e13206ab9c8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]