POST api/AppChat/AppGetGreetingcard
AppGetGreetingcard
Request Information
URI Parameters
None.
Body Parameters
AppGetGreetingcard| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "6c7eb2ff-d700-4324-a75e-6ce416021c6d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetGreetingcard_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| GreetingcardID | integer |
None. |
|
| GreetingcardName | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| GreetingcardMinVIPLevelID | integer |
None. |
|
| GreetingcardVisible | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GreetingcardID": 1,
"GreetingcardName": "sample string 2",
"PhotoUUID": "d9827fb9-9129-4b3b-99ff-7b499aa473f0",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "35f49642-5c48-4fd6-828c-eec4ca0918f9"
},
{
"GreetingcardID": 1,
"GreetingcardName": "sample string 2",
"PhotoUUID": "d9827fb9-9129-4b3b-99ff-7b499aa473f0",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "35f49642-5c48-4fd6-828c-eec4ca0918f9"
}
]