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": "5b38e82f-9e1d-473f-b0b6-ada17443f55c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]