POST api/SmartRegistry/Reports/eNoteReconciliation/All
Performs an eNote reconciliation search based on the search criteria and emails the results.
Request Information
URI Parameters
None.
Body Parameters
Criteria for searching the eNote reconciliation data.
ESignSystems.SmartSAFE.Models.SmartRegistry.Reports.ENoteReconciliationSearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
Gets or sets the client identifier. |
integer |
None. |
| MIN |
Gets or sets the MIN. |
string |
None. |
| ControllerMERSOrgId |
Gets or sets the controller MERS organization identifier. |
string |
None. |
| LocationMERSOrgId |
Gets or sets the location MERS organization identifier. |
string |
None. |
| ServicerMERSOrgId |
Gets or sets the servicer MERS organization identifier. |
string |
None. |
| SubservicerMERSOrgId |
Gets or sets the subservicer MERS organization identifier. |
string |
None. |
| SecuredPartyMERSOrgId |
Gets or sets the secured party MERS organization identifier. |
string |
None. |
| SecuredPartyDelegateeMERSOrgId |
Gets or sets the secured party delegatee MERS organization identifier. |
string |
None. |
| DelegateeForTransfersMERSOrgId |
Gets or sets the delegatee for transfers MERS organization identifier. |
string |
None. |
| BorrowerFirstName |
Gets or sets the borrower first name. |
string |
None. |
| BorrowerLastName |
Gets or sets the borrower last name. |
string |
None. |
| CreatedStartDate |
Gets or sets the created start date. |
date |
Required |
| CreatedEndDate |
Gets or sets the created end date. |
date |
Required |
| PageSize |
Gets or sets the number of rows in the page. |
integer |
Range: inclusive between 1 and 2147483647 |
| PageOffset |
Gets or sets the offset page to return. |
integer |
None. |
Request Formats
application/json, text/json
{
"ClientId": 1,
"MIN": "sample string 1",
"ControllerMERSOrgId": "sample string 2",
"LocationMERSOrgId": "sample string 3",
"ServicerMERSOrgId": "sample string 4",
"SubservicerMERSOrgId": "sample string 5",
"SecuredPartyMERSOrgId": "sample string 6",
"SecuredPartyDelegateeMERSOrgId": "sample string 7",
"DelegateeForTransfersMERSOrgId": "sample string 8",
"BorrowerFirstName": "sample string 9",
"BorrowerLastName": "sample string 10",
"CreatedStartDate": "2025-11-04T12:35:28.9125835-05:00",
"CreatedEndDate": "2025-11-04T12:35:28.9125835-05:00",
"PageSize": 1,
"PageOffset": 11
}
application/xml, text/xml
<ENoteReconciliationSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry.Reports"> <PageOffset xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">11</PageOffset> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">1</PageSize> <BorrowerFirstName>sample string 9</BorrowerFirstName> <BorrowerLastName>sample string 10</BorrowerLastName> <ClientId>1</ClientId> <ControllerMERSOrgId>sample string 2</ControllerMERSOrgId> <CreatedEndDate>2025-11-04T12:35:28.9125835-05:00</CreatedEndDate> <CreatedStartDate>2025-11-04T12:35:28.9125835-05:00</CreatedStartDate> <DelegateeForTransfersMERSOrgId>sample string 8</DelegateeForTransfersMERSOrgId> <LocationMERSOrgId>sample string 3</LocationMERSOrgId> <MIN>sample string 1</MIN> <SecuredPartyDelegateeMERSOrgId>sample string 7</SecuredPartyDelegateeMERSOrgId> <SecuredPartyMERSOrgId>sample string 6</SecuredPartyMERSOrgId> <ServicerMERSOrgId>sample string 4</ServicerMERSOrgId> <SubservicerMERSOrgId>sample string 5</SubservicerMERSOrgId> </ENoteReconciliationSearchCriteria>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The result of enqueuing the background job.
stringResponse Formats
application/json, text/json
"sample string 1"
application/xml, text/xml
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>