GET api/alert/UndismissLoanCheckupAlert/{memberId}?loanId={loanId}&date={date}

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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

The member id.

integer

Required

loanId

The loan 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.