GET api/v1/survey/email/record?loanId={loanId}&departmentId={departmentId}&submissionDay={submissionDay}
Query survey database to determine if an email needs to be sent for specific loan Id, department Id and submission day
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loanId | string |
Required |
|
| departmentId | byte |
Required |
|
| submissionDay | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.