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": "b49a2485-7186-476c-8af5-1b9cd16a170c" }
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": "7654ffda-4c73-47a1-998f-c73532eb1bb1", "GreetingcardMinVIPLevelID": 3, "GreetingcardVisible": 4, "UserUUIDCur": "7133c327-9460-4848-a43a-0d352611b62d" }, { "GreetingcardID": 1, "GreetingcardName": "sample string 2", "PhotoUUID": "7654ffda-4c73-47a1-998f-c73532eb1bb1", "GreetingcardMinVIPLevelID": 3, "GreetingcardVisible": 4, "UserUUIDCur": "7133c327-9460-4848-a43a-0d352611b62d" } ]