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": "19fce3fd-3ff2-443a-b83a-f0cac0b7d077"
}
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": "48b03e1e-23a8-454e-b146-30f04352e552",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "3e89e8f4-9a15-4749-80fb-452757b6c255"
},
{
"GreetingcardID": 1,
"GreetingcardName": "sample string 2",
"PhotoUUID": "48b03e1e-23a8-454e-b146-30f04352e552",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "3e89e8f4-9a15-4749-80fb-452757b6c255"
}
]