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": "f37a22de-9d83-4fff-a9f9-f6d2a9020be5",
"GreetingcardActiveLng": true,
"UserUUIDCur": "cd83059c-eba2-4f9d-87e6-b1fe087693bc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}