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": "089735d3-b1cc-4449-b050-fc740355f9c5",
"StickerActiveLng": true,
"UserUUIDCur": "1685c586-ec8c-4b58-89b7-c4ca74f47f08"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}