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": "df867afc-7a90-4b4c-8038-acadd2d77aec", "StickerActiveLng": true, "UserUUIDCur": "116d0f0b-8b89-4fb8-b349-75ed63fd9e28" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}