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": "c1b8c35c-4e06-4dbe-bd37-2d2c33cf9215"
}
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": "70f2b370-3ff0-49a5-8bbf-0607968d0498",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "ed20a268-7d28-4c82-b83a-985f9f70a2d3"
},
{
"GreetingcardID": 1,
"GreetingcardName": "sample string 2",
"PhotoUUID": "70f2b370-3ff0-49a5-8bbf-0607968d0498",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "ed20a268-7d28-4c82-b83a-985f9f70a2d3"
}
]