GET v2/EmailLoanCheckup/{memberId}?contactId={contactId}&email={email}&loanId={loanId}&date={date}
Tracks an email sent and marks the loan checkup alert for the specified date as complete
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberId |
The member id. |
integer |
Required |
| contactId |
The contact id. |
integer |
Required |
|
The email address sent to. |
string |
Required |
|
| loanId |
The loan id. |
integer |
Required |
| date |
The date of the loan checkup |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.