POST api/SmartRegistry/Reports/eNoteReconciliation

Performs an eNote reconciliation search based on the search criteria.

Request Information

URI Parameters

None.

Body Parameters

Criteria for searching the eNote reconciliation data.

ESignSystems.SmartSAFE.Models.SmartRegistry.Reports.ENoteReconciliationSearchCriteria
NameDescriptionTypeAdditional 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

Sample:
{
  "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": "2024-11-26T17:22:29.8327392-05:00",
  "CreatedEndDate": "2024-11-26T17:22:29.8327392-05:00",
  "PageSize": 1,
  "PageOffset": 11
}

application/xml, text/xml

Sample:
<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>2024-11-26T17:22:29.8327392-05:00</CreatedEndDate>
  <CreatedStartDate>2024-11-26T17:22:29.8327392-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:

Sample not available.

Response Information

Resource Description

The list of reconciliation data based on the search criteria.

Collection of ESignSystems.SmartSAFE.Models.SmartRegistry.Reports.ENoteReconciliationReportModel
NameDescriptionTypeAdditional information
ClientName

Gets or sets the client name.

string

None.

CreatedDate

Gets or sets the created date.

date

None.

RegistrationDate

Gets or sets the registration date.

date

None.

RightsHolderDate

Gets or sets the rights holder date.

date

None.

LastENoteInquiryDate

Gets or sets the last eNote inquiry date.

date

None.

MIN

Gets or sets the mortgage identification number.

string

None.

RegistrationActive

Gets or sets a value that indicates whether the registration is active.

boolean

None.

RegistrationStatus

Gets or sets the registration status.

string

None.

Type

Gets or sets the smart document type.

string

None.

LoanNumber

Gets or sets the loan number/identifier.

string

None.

Address

Gets or sets the address.

string

None.

City

Gets or sets the city.

string

None.

State

Gets or sets the state.

string

None.

Zip

Gets or sets the zip code.

string

None.

County

Gets or sets the county.

string

None.

LoanAmount

Gets or sets the loan amount.

string

None.

NoteRate

Gets or sets the note rate.

string

None.

OriginationDate

Gets or sets the origination date.

date

None.

BorrowerFirstName

Gets or sets the borrower first name.

string

None.

BorrowerLastName

Gets or sets the borrower last name.

string

None.

ControllerOrgName

Gets or sets the controller.

string

None.

LocationOrgName

Gets or sets the location.

string

None.

ServicerOrgName

Gets or sets the servicer.

string

None.

SubservicerOrgName

Gets or sets the subservicer.

string

None.

SecuredPartyOrgName

Gets or sets the secured party.

string

None.

SecuredPartyDelegateeOrgName

Gets or sets the secured party delegatee.

string

None.

DelegateeForTransfersOrgName

Gets or sets the delegatee for transfers.

string

None.

RegisteredParty

Gets or sets the registered party.

string

None.

InitiallyTransferredFrom

Gets or sets the initially transferred from MERS organization.

string

None.

MostRecentlyTransferredFrom

Gets or sets the most recently transferred from MERS organization.

string

None.

InitiallyEDeliveredFrom

Gets or sets the initially eDelivered from MERS organization.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ClientName": "sample string 1",
    "CreatedDate": "2024-11-26T17:22:29.8327392-05:00",
    "RegistrationDate": "2024-11-26T17:22:29.8327392-05:00",
    "RightsHolderDate": "2024-11-26T17:22:29.8327392-05:00",
    "LastENoteInquiryDate": "2024-11-26T17:22:29.8327392-05:00",
    "MIN": "sample string 2",
    "RegistrationActive": true,
    "RegistrationStatus": "sample string 3",
    "Type": "sample string 4",
    "LoanNumber": "sample string 5",
    "Address": "sample string 6",
    "City": "sample string 7",
    "State": "sample string 8",
    "Zip": "sample string 9",
    "County": "sample string 10",
    "LoanAmount": "sample string 11",
    "NoteRate": "sample string 12",
    "OriginationDate": "2024-11-26T17:22:29.8327392-05:00",
    "BorrowerFirstName": "sample string 13",
    "BorrowerLastName": "sample string 14",
    "ControllerOrgName": "sample string 15",
    "LocationOrgName": "sample string 16",
    "ServicerOrgName": "sample string 17",
    "SubservicerOrgName": "sample string 18",
    "SecuredPartyOrgName": "sample string 19",
    "SecuredPartyDelegateeOrgName": "sample string 20",
    "DelegateeForTransfersOrgName": "sample string 21",
    "RegisteredParty": "sample string 22",
    "InitiallyTransferredFrom": "sample string 23",
    "MostRecentlyTransferredFrom": "sample string 24",
    "InitiallyEDeliveredFrom": "sample string 25"
  },
  {
    "ClientName": "sample string 1",
    "CreatedDate": "2024-11-26T17:22:29.8327392-05:00",
    "RegistrationDate": "2024-11-26T17:22:29.8327392-05:00",
    "RightsHolderDate": "2024-11-26T17:22:29.8327392-05:00",
    "LastENoteInquiryDate": "2024-11-26T17:22:29.8327392-05:00",
    "MIN": "sample string 2",
    "RegistrationActive": true,
    "RegistrationStatus": "sample string 3",
    "Type": "sample string 4",
    "LoanNumber": "sample string 5",
    "Address": "sample string 6",
    "City": "sample string 7",
    "State": "sample string 8",
    "Zip": "sample string 9",
    "County": "sample string 10",
    "LoanAmount": "sample string 11",
    "NoteRate": "sample string 12",
    "OriginationDate": "2024-11-26T17:22:29.8327392-05:00",
    "BorrowerFirstName": "sample string 13",
    "BorrowerLastName": "sample string 14",
    "ControllerOrgName": "sample string 15",
    "LocationOrgName": "sample string 16",
    "ServicerOrgName": "sample string 17",
    "SubservicerOrgName": "sample string 18",
    "SecuredPartyOrgName": "sample string 19",
    "SecuredPartyDelegateeOrgName": "sample string 20",
    "DelegateeForTransfersOrgName": "sample string 21",
    "RegisteredParty": "sample string 22",
    "InitiallyTransferredFrom": "sample string 23",
    "MostRecentlyTransferredFrom": "sample string 24",
    "InitiallyEDeliveredFrom": "sample string 25"
  }
]

application/xml, text/xml

Sample:
<ArrayOfENoteReconciliationReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry.Reports">
  <ENoteReconciliationReportModel>
    <Address>sample string 6</Address>
    <BorrowerFirstName>sample string 13</BorrowerFirstName>
    <BorrowerLastName>sample string 14</BorrowerLastName>
    <City>sample string 7</City>
    <ClientName>sample string 1</ClientName>
    <ControllerOrgName>sample string 15</ControllerOrgName>
    <County>sample string 10</County>
    <CreatedDate>2024-11-26T17:22:29.8327392-05:00</CreatedDate>
    <DelegateeForTransfersOrgName>sample string 21</DelegateeForTransfersOrgName>
    <InitiallyEDeliveredFrom>sample string 25</InitiallyEDeliveredFrom>
    <InitiallyTransferredFrom>sample string 23</InitiallyTransferredFrom>
    <LastENoteInquiryDate>2024-11-26T17:22:29.8327392-05:00</LastENoteInquiryDate>
    <LoanAmount>sample string 11</LoanAmount>
    <LoanNumber>sample string 5</LoanNumber>
    <LocationOrgName>sample string 16</LocationOrgName>
    <MIN>sample string 2</MIN>
    <MostRecentlyTransferredFrom>sample string 24</MostRecentlyTransferredFrom>
    <NoteRate>sample string 12</NoteRate>
    <OriginationDate>2024-11-26T17:22:29.8327392-05:00</OriginationDate>
    <RegisteredParty>sample string 22</RegisteredParty>
    <RegistrationActive>true</RegistrationActive>
    <RegistrationDate>2024-11-26T17:22:29.8327392-05:00</RegistrationDate>
    <RegistrationStatus>sample string 3</RegistrationStatus>
    <RightsHolderDate>2024-11-26T17:22:29.8327392-05:00</RightsHolderDate>
    <SecuredPartyDelegateeOrgName>sample string 20</SecuredPartyDelegateeOrgName>
    <SecuredPartyOrgName>sample string 19</SecuredPartyOrgName>
    <ServicerOrgName>sample string 17</ServicerOrgName>
    <State>sample string 8</State>
    <SubservicerOrgName>sample string 18</SubservicerOrgName>
    <Type>sample string 4</Type>
    <Zip>sample string 9</Zip>
  </ENoteReconciliationReportModel>
  <ENoteReconciliationReportModel>
    <Address>sample string 6</Address>
    <BorrowerFirstName>sample string 13</BorrowerFirstName>
    <BorrowerLastName>sample string 14</BorrowerLastName>
    <City>sample string 7</City>
    <ClientName>sample string 1</ClientName>
    <ControllerOrgName>sample string 15</ControllerOrgName>
    <County>sample string 10</County>
    <CreatedDate>2024-11-26T17:22:29.8327392-05:00</CreatedDate>
    <DelegateeForTransfersOrgName>sample string 21</DelegateeForTransfersOrgName>
    <InitiallyEDeliveredFrom>sample string 25</InitiallyEDeliveredFrom>
    <InitiallyTransferredFrom>sample string 23</InitiallyTransferredFrom>
    <LastENoteInquiryDate>2024-11-26T17:22:29.8327392-05:00</LastENoteInquiryDate>
    <LoanAmount>sample string 11</LoanAmount>
    <LoanNumber>sample string 5</LoanNumber>
    <LocationOrgName>sample string 16</LocationOrgName>
    <MIN>sample string 2</MIN>
    <MostRecentlyTransferredFrom>sample string 24</MostRecentlyTransferredFrom>
    <NoteRate>sample string 12</NoteRate>
    <OriginationDate>2024-11-26T17:22:29.8327392-05:00</OriginationDate>
    <RegisteredParty>sample string 22</RegisteredParty>
    <RegistrationActive>true</RegistrationActive>
    <RegistrationDate>2024-11-26T17:22:29.8327392-05:00</RegistrationDate>
    <RegistrationStatus>sample string 3</RegistrationStatus>
    <RightsHolderDate>2024-11-26T17:22:29.8327392-05:00</RightsHolderDate>
    <SecuredPartyDelegateeOrgName>sample string 20</SecuredPartyDelegateeOrgName>
    <SecuredPartyOrgName>sample string 19</SecuredPartyOrgName>
    <ServicerOrgName>sample string 17</ServicerOrgName>
    <State>sample string 8</State>
    <SubservicerOrgName>sample string 18</SubservicerOrgName>
    <Type>sample string 4</Type>
    <Zip>sample string 9</Zip>
  </ENoteReconciliationReportModel>
</ArrayOfENoteReconciliationReportModel>