GET api/alert/UndismissBirthdayAlert/{memberId}?contactId={contactId}&date={date}

Undismisses the birthday alert for the specified date, member and contact

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.