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": "ca12c6ce-e32a-40d3-b906-61191bff021e"
}

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": "815b9a4d-ce45-4d2d-bced-9d385c6011f6",
    "GreetingcardMinVIPLevelID": 3,
    "GreetingcardVisible": 4,
    "UserUUIDCur": "c3929f9c-acff-4911-8de3-686f909d4b2c"
  },
  {
    "GreetingcardID": 1,
    "GreetingcardName": "sample string 2",
    "PhotoUUID": "815b9a4d-ce45-4d2d-bced-9d385c6011f6",
    "GreetingcardMinVIPLevelID": 3,
    "GreetingcardVisible": 4,
    "UserUUIDCur": "c3929f9c-acff-4911-8de3-686f909d4b2c"
  }
]