GET api/alert/DismissLoanCheckupAlert/{memberId}?startDate={startDate}&endDate={endDate}

Dismisses the Loan Checkup alert for the specified date, member and loan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

The member id.

integer

Required

startDate

The start date to dismiss

date

Required

endDate

The end date to dismiss

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.