POST api/AppChat/AppGetGreetingcard
AppGetGreetingcard
Request Information
URI Parameters
None.
Body Parameters
AppGetGreetingcardName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "530800f7-072a-4e39-af1b-92272a771e68" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetGreetingcard_ResponseName | 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": "03772956-7571-4ded-9a4d-e30da1986abf", "GreetingcardMinVIPLevelID": 3, "GreetingcardVisible": 4, "UserUUIDCur": "95e32db3-d13b-4b2d-9a6f-934e3b20ff77" }, { "GreetingcardID": 1, "GreetingcardName": "sample string 2", "PhotoUUID": "03772956-7571-4ded-9a4d-e30da1986abf", "GreetingcardMinVIPLevelID": 3, "GreetingcardVisible": 4, "UserUUIDCur": "95e32db3-d13b-4b2d-9a6f-934e3b20ff77" } ]