POST api/AdminChatNotiff/SaveGreetingcard
AdmSaveGreetingcard
Request Information
URI Parameters
None.
Body Parameters
SaveGreetingcard_Request| Name | 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": "bc206bb2-1508-4652-b0c9-5b6539e7f839",
"GreetingcardActiveLng": true,
"UserUUIDCur": "ff170c36-cabb-494f-aba0-0dc3a14e71ab"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}