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": "c50c08bc-0f1b-4a0c-ba1e-b429e5b6f235"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]