POST api/AdminChatNotiff/GetSticker
AdmGetSticker
Request Information
URI Parameters
None.
Body Parameters
GetSticker_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| StickerID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| StickerActive | boolean |
None. |
|
| StickerActiveLng | boolean |
None. |
|
| UserUUIDCur | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"StickerID": 1,
"LanguageID": 1,
"StickerActive": true,
"StickerActiveLng": true,
"UserUUIDCur": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]