GET api/alert/UndismissBirthdayAlert/{memberId}?contactId={contactId}&date={date}
Undismisses the birthday alert for the specified date, member and contact
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberId |
The member id. |
integer |
Required |
| contactId |
The contact id. |
integer |
Required |
| date |
The date to undismiss |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.