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": "be2207d7-8f06-4b1e-92d6-4f06a88ff218"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]