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": "3cc318ca-f878-49f8-ae66-e39a96c4de9e" }
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": "2973bfc4-f6fe-4f5f-94e1-001920282d86", "GreetingcardMinVIPLevelID": 3, "GreetingcardVisible": 4, "UserUUIDCur": "e98127e2-ced3-4464-9051-322638012937" }, { "GreetingcardID": 1, "GreetingcardName": "sample string 2", "PhotoUUID": "2973bfc4-f6fe-4f5f-94e1-001920282d86", "GreetingcardMinVIPLevelID": 3, "GreetingcardVisible": 4, "UserUUIDCur": "e98127e2-ced3-4464-9051-322638012937" } ]