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": "fe948653-1145-4b8f-a726-f3fcfad207c6"
}
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": "ea977980-ef5e-46c7-9d8d-902442f8a436",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "335ee12e-d1a9-4484-a335-659231d6287f"
},
{
"GreetingcardID": 1,
"GreetingcardName": "sample string 2",
"PhotoUUID": "ea977980-ef5e-46c7-9d8d-902442f8a436",
"GreetingcardMinVIPLevelID": 3,
"GreetingcardVisible": 4,
"UserUUIDCur": "335ee12e-d1a9-4484-a335-659231d6287f"
}
]