POST api/WhizTChatBirthdayList/InsertBirthdayWishes
This is for insert birthday wishes.
Request Information
URI Parameters
None.
Body Parameters
For param @Flag send 1 for birthday wish and 0 for reply || For param ParentId send particular message id as parent id only in case of reply
EnvelopeOfBirthdayWishesParamName | Description | Type | Additional information |
---|---|---|---|
Data | BirthdayWishesParam |
None. |
|
Message | string |
None. |
|
MessageId | string |
None. |
|
MessageCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": { "senderId": 1, "receiverId": 2, "userMessage": "sample string 3", "loginUserId": 4, "flag": 5, "parentId": 6 }, "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.