POST api/AdminChatNotiff/SaveSticker
AdmSaveSticker
Request Information
URI Parameters
None.
Body Parameters
SaveSticker_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| StickerID | integer |
None. |
|
| StickerActive | boolean |
None. |
|
| StickerMinVIPLevelID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| StickerName | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| StickerActiveLng | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"StickerID": 1,
"StickerActive": true,
"StickerMinVIPLevelID": 1,
"LanguageID": 1,
"StickerName": "sample string 1",
"PhotoUUID": "05c69b2c-dd74-4a2a-bb05-aa4cdbd0b965",
"StickerActiveLng": true,
"UserUUIDCur": "b8a55944-d1db-4df7-b6a6-088247bcef5b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}