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": "89311467-9a2c-4b6d-9478-a95550ad3f57"
}

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": "6a1b1fff-27c4-4b49-9c78-888cab7c80d5",
    "GreetingcardMinVIPLevelID": 3,
    "GreetingcardVisible": 4,
    "UserUUIDCur": "aeb1c4c8-570d-4114-a329-c5685ede5236"
  },
  {
    "GreetingcardID": 1,
    "GreetingcardName": "sample string 2",
    "PhotoUUID": "6a1b1fff-27c4-4b49-9c78-888cab7c80d5",
    "GreetingcardMinVIPLevelID": 3,
    "GreetingcardVisible": 4,
    "UserUUIDCur": "aeb1c4c8-570d-4114-a329-c5685ede5236"
  }
]