POST api/AppChat/AppGetGreetingcard

AppGetGreetingcard

Request Information

URI Parameters

None.

Body Parameters

AppGetGreetingcard
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "56b636a3-12e8-4162-a796-e41994c665ad"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetGreetingcard_Response
NameDescriptionTypeAdditional 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": "f45ecbad-97a9-4ace-8594-f1ca1837cd4e",
    "GreetingcardMinVIPLevelID": 3,
    "GreetingcardVisible": 4,
    "UserUUIDCur": "708ddb63-7a9e-41c1-a14c-89d81d37b8ad"
  },
  {
    "GreetingcardID": 1,
    "GreetingcardName": "sample string 2",
    "PhotoUUID": "f45ecbad-97a9-4ace-8594-f1ca1837cd4e",
    "GreetingcardMinVIPLevelID": 3,
    "GreetingcardVisible": 4,
    "UserUUIDCur": "708ddb63-7a9e-41c1-a14c-89d81d37b8ad"
  }
]