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": "1cb661ce-4e8b-4b76-8b03-0487572982c8",
"GreetingcardActiveLng": true,
"UserUUIDCur": "c8f30305-bbc5-4f3c-852b-881e708cf02d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}