POST api/AdminChatNotiff/SaveSticker
AdmSaveSticker
Request Information
URI Parameters
None.
Body Parameters
SaveSticker_RequestName | 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": "16befb19-db57-4661-bafc-508c0cf80478", "StickerActiveLng": true, "UserUUIDCur": "410da4ac-b552-42db-90c8-0341ed761fda" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}