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": "395ed2ce-8a87-413b-a711-4a7372c412f2", "StickerActiveLng": true, "UserUUIDCur": "3fcf2d85-8e79-4218-b48c-41f5f0d4c924" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}