POST api/WhizTChatBirthdayList/GetBirthdayList
This is for get today birthday user list.
Request Information
URI Parameters
None.
Body Parameters
For param @Flag send 1 for new format and 0 for old format
EnvelopeOfBirthdayListParamName | Description | Type | Additional information |
---|---|---|---|
Data | BirthdayListParam |
None. |
|
Message | string |
None. |
|
MessageId | string |
None. |
|
MessageCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": { "loginUserId": 1, "flag": 2 }, "message": "sample string 1", "messageId": "sample string 2", "messageCode": 3 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.