POST api/AdminChatNotiff/SaveGreetingcard
AdmSaveGreetingcard
Request Information
URI Parameters
None.
Body Parameters
SaveGreetingcard_RequestName | Description | Type | Additional information |
---|---|---|---|
GreetingcardID | integer |
None. |
|
GreetingcardActive | boolean |
None. |
|
GreetingcardMinVIPLevelID | integer |
None. |
|
LanguageID | integer |
None. |
|
GreetingcardName | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
GreetingcardActiveLng | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "GreetingcardID": 1, "GreetingcardActive": true, "GreetingcardMinVIPLevelID": 1, "LanguageID": 1, "GreetingcardName": "sample string 1", "PhotoUUID": "52f9be8e-0773-4855-980e-95789ba113c5", "GreetingcardActiveLng": true, "UserUUIDCur": "6414e489-8aef-47ec-bcdd-04b4a136113e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}