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": "c9e3be23-9a83-4a84-873c-121d4b36eff3"
}
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": "cf9bd4fc-9270-4979-9ce1-b9cdfbea88c3",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "ee23a793-eb61-4ab9-a379-0a7224213e27"
},
{
"GreetingcardID": 1,
"GreetingcardName": "sample string 2",
"PhotoUUID": "cf9bd4fc-9270-4979-9ce1-b9cdfbea88c3",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "ee23a793-eb61-4ab9-a379-0a7224213e27"
}
]