POST api/AdminChatNotiff/GetGreetingCard

AdmGetGreetingcard

Request Information

URI Parameters

None.

Body Parameters

GetGreetingCard_Request
NameDescriptionTypeAdditional information
GreetingcardID

integer

None.

GreetingcardActive

boolean

None.

GreetingcardActiveLng

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "GreetingcardID": 1,
  "GreetingcardActive": true,
  "GreetingcardActiveLng": true,
  "LanguageID": 1,
  "UserUUIDCur": "52e9230a-597c-44bb-87c2-88d5c9f759de"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]