POST api/AdminChatNotiff/GetGreetingCard
AdmGetGreetingcard
Request Information
URI Parameters
None.
Body Parameters
GetGreetingCard_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| GreetingcardID | integer |
None. |
|
| GreetingcardActive | boolean |
None. |
|
| GreetingcardActiveLng | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"GreetingcardID": 1,
"GreetingcardActive": true,
"GreetingcardActiveLng": true,
"LanguageID": 1,
"UserUUIDCur": "803da022-b8af-472b-bc89-a10621b9281d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]