POST api/SmartRegistry/eNote/Search

Provides the ability to search for eNotes.

Request Information

URI Parameters

None.

Body Parameters

The enote search criteria.

ESignSystems.SmartSAFE.Models.SmartDocuments.ENoteSearchCriteria
NameDescriptionTypeAdditional information
MIN

Gets or sets the MIN value.

string

None.

SigningRoomName

Gets or sets the SigningRoom name.

string

None.

DocumentName

Gets or sets the document name.

string

None.

ControllerMERSOrgId

Gets or sets the controller 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.

LocationMERSOrgId

Gets or sets the location MERS organization identifier.

string

None.

SecuredPartyMERSOrgId

Gets or sets the secured party MERS organization identifier.

string

None.

SecuredPartyDelegateeMERSOrgId

Gets or sets the secured party delagatee MERS organization identifier.

string

None.

DelegateeForTransfersMERSOrgId

Gets or sets the delegatee for transfers MERS organization identifier.

string

None.

Authoritative

Gets or sets a value indicating if only authoritative eNotes should be returned.

boolean

None.

UDF1

Gets or sets the UDF1.

string

None.

UDF2

Gets or sets the UDF2.

string

None.

UDF3

Gets or sets UDF3

string

None.

Active

Gets or sets the active value.

boolean

None.

State

Gets or sets the smart document state.

string

None.

BorrowerFirstName

Gets or sets the borrowers first name.

string

None.

BorrowerLastName

Gets or sets the borrowers last name.

string

None.

Registered

Gets or sets a value indicating if the eNote is registered.

boolean

None.

CreatedStartDate

Gets or sets the created start date.

date

None.

CreatedEndDate

Gets or sets the created end date.

date

None.

ClientId

Gets or sets the client identifier.

integer

None.

LoanIdentifier

Gets or sets the loan identifier.

string

None.

ExcludeArchived

Gets or sets whether to exclude archived documents.

boolean

None.

ExcludeArchivedInSigningRoom

Gets or sets whether to exclude archived signing room documents.

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MIN": "sample string 1",
  "SigningRoomName": "sample string 2",
  "DocumentName": "sample string 3",
  "ControllerMERSOrgId": "sample string 4",
  "ServicerMERSOrgId": "sample string 5",
  "SubservicerMERSOrgId": "sample string 6",
  "LocationMERSOrgId": "sample string 7",
  "SecuredPartyMERSOrgId": "sample string 8",
  "SecuredPartyDelegateeMERSOrgId": "sample string 9",
  "DelegateeForTransfersMERSOrgId": "sample string 10",
  "Authoritative": true,
  "UDF1": "sample string 11",
  "UDF2": "sample string 12",
  "UDF3": "sample string 13",
  "Active": true,
  "State": "sample string 14",
  "BorrowerFirstName": "sample string 15",
  "BorrowerLastName": "sample string 16",
  "Registered": true,
  "CreatedStartDate": "2024-11-26T17:39:37.9918341-05:00",
  "CreatedEndDate": "2024-11-26T17:39:37.9918341-05:00",
  "ClientId": 1,
  "LoanIdentifier": "sample string 17",
  "ExcludeArchived": true,
  "ExcludeArchivedInSigningRoom": true
}

application/xml, text/xml

Sample:
<ENoteSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartDocuments">
  <Active>true</Active>
  <Authoritative>true</Authoritative>
  <BorrowerFirstName>sample string 15</BorrowerFirstName>
  <BorrowerLastName>sample string 16</BorrowerLastName>
  <ClientId>1</ClientId>
  <ControllerMERSOrgId>sample string 4</ControllerMERSOrgId>
  <CreatedEndDate>2024-11-26T17:39:37.9918341-05:00</CreatedEndDate>
  <CreatedStartDate>2024-11-26T17:39:37.9918341-05:00</CreatedStartDate>
  <DelegateeForTransfersMERSOrgId>sample string 10</DelegateeForTransfersMERSOrgId>
  <DocumentName>sample string 3</DocumentName>
  <ExcludeArchived>true</ExcludeArchived>
  <ExcludeArchivedInSigningRoom>true</ExcludeArchivedInSigningRoom>
  <LoanIdentifier>sample string 17</LoanIdentifier>
  <LocationMERSOrgId>sample string 7</LocationMERSOrgId>
  <MIN>sample string 1</MIN>
  <Registered>true</Registered>
  <SecuredPartyDelegateeMERSOrgId>sample string 9</SecuredPartyDelegateeMERSOrgId>
  <SecuredPartyMERSOrgId>sample string 8</SecuredPartyMERSOrgId>
  <ServicerMERSOrgId>sample string 5</ServicerMERSOrgId>
  <SigningRoomName>sample string 2</SigningRoomName>
  <State>sample string 14</State>
  <SubservicerMERSOrgId>sample string 6</SubservicerMERSOrgId>
  <UDF1>sample string 11</UDF1>
  <UDF2>sample string 12</UDF2>
  <UDF3>sample string 13</UDF3>
</ENoteSearchCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The list of enote search models resulting from the search.

Collection of ESignSystems.SmartSAFE.Models.SmartDocuments.SmartDocumentSearchModel
NameDescriptionTypeAdditional information
MIN

Gets or sets the MIN.

string

None.

SigningRoomName

Gets or sets the SigningRoom name.

string

None.

DocumentName

Gets or sets the document name.

string

None.

DocumentId

Gets or sets the document identifier.

integer

None.

SigningRoomId

Gets or sets the SigningRoomId.

integer

None.

ClientId

Gets or sets the client identifier.

integer

None.

ClientMERSOrgId

Gets or sets the ClientMersOrgId.

string

None.

LoanIdentifier

Gets or sets the load identifier.

string

None.

UDF1

Gets or sets the udf1.

string

None.

UDF2

Gets or sets the udf2.

string

None.

Active

Gets or sets the active bit.

boolean

None.

State

Gets or sets the eNote state.

string

None.

Authoritative

Gets or sets the authoritative value.

boolean

None.

ControllerOrgName

Gets or sets the controller organization name.

string

None.

ControllerOrgId

Gets or sets the controller organization identifier.

string

None.

ServicerOrgName

Gets or sets the servicer organization name.

string

None.

ServicerOrgId

Gets or sets the servicer organization identifier.

string

None.

SubservicerOrgName

Gets or sets the subservicer organization name.

string

None.

SubservicerOrgId

Gets or sets the subservicer organization identifier.

string

None.

SecuredPartyOrgName

Gets or sets the secured party organization name.

string

None.

SecuredPartyOrgId

Gets or sets the secured party organization identifier.

string

None.

SecuredPartyDelegateeOrgName

Gets or sets the secured party delegatee organization name.

string

None.

SecuredPartyDelegateeOrgId

Gets or sets the secured party delegatee organization identifier.

string

None.

LocationOrgName

Gets or sets the location organization name.

string

None.

LocationOrgId

Gets or sets the location organization identifier.

string

None.

DelegateeForTransfersOrgName

Gets or sets the delegatee for transfers organization name.

string

None.

DelegateeForTransfersOrgId

Gets or sets the delegatee for transfers organization identifier.

string

None.

PreviousControllerOrgName

Gets or sets the previous controller organization name.

string

None.

PreviousControllerOrgId

Gets or sets the previous controller organization identifier.

string

None.

PreviousServicerOrgName

Gets or sets the previous servicer organization name.

string

None.

PreviousServicerOrgId

Gets or sets the previous servicer organization identifier.

string

None.

PreviousLocationOrgName

Gets or sets the previous location organization name.

string

None.

PreviousLocationOrgId

Gets or sets the previous location organization identifier.

string

None.

PreviousDelegateeForTransfersOrgName

Gets or sets the previous delegatee for transfers organization name.

string

None.

PreviousDelegateeForTransfersOrgId

Gets or sets the previous delegatee for transfers organization identifier.

string

None.

PreviousSecuredPartyOrgName

Gets or sets the previous secured party organization name.

string

None.

PreviousSecuredPartyOrgId

Gets or sets the previous secured party organization identifier.

string

None.

PreviousSecuredPartyDelegateeOrgName

Gets or sets the previous secured party delegatee organization name.

string

None.

PreviousSecuredPartyDelegateeOrgId

Gets or sets the previous secured party delegatee organization identifier.

string

None.

PreviousSubservicerOrgName

Gets or sets the previous subservicer organization name.

string

None.

PreviousSubservicerOrgId

Gets or sets the previous subservicer organization identifier.

string

None.

InquiryDate

Gets or sets the date of last inquiry for the SmartDocument

date

None.

Status

Gets or sets the registry status for the SmartDocument.

string

None.

SignedDate

Gets or sets the date the SmartDocument was signed (if applicable)

date

None.

Borrowers

Gets or sets the list of smart document borrowers.

Collection of ESignSystems.SmartSAFE.Models.SmartDocuments.SmartDocumentBorrowerModel

None.

BorrowerList

Gets or sets the concatenated list of borrowers.

string

None.

Registered

Gets or sets a value indicating if the eNote is registered.

boolean

None.

RegistrationDate

Gets or sets the date the document was registered.

date

None.

DocumentType

Gets or sets the document type.

string

None.

InitiallyEDeliveredFrom

Gets or sets the initially eDelivered from.

string

None.

InitiallyTransferredFrom

Gets or sets the initially transferred from.

string

None.

MostRecentlyTransferredFrom

Gets or sets the most recently transferred from.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MIN": "sample string 1",
    "SigningRoomName": "sample string 2",
    "DocumentName": "sample string 3",
    "DocumentId": 1,
    "SigningRoomId": 1,
    "ClientId": 1,
    "ClientMERSOrgId": "sample string 4",
    "LoanIdentifier": "sample string 5",
    "UDF1": "sample string 6",
    "UDF2": "sample string 7",
    "Active": true,
    "State": "sample string 9",
    "Authoritative": true,
    "ControllerOrgName": "sample string 11",
    "ControllerOrgId": "sample string 12",
    "ServicerOrgName": "sample string 13",
    "ServicerOrgId": "sample string 14",
    "SubservicerOrgName": "sample string 15",
    "SubservicerOrgId": "sample string 16",
    "SecuredPartyOrgName": "sample string 17",
    "SecuredPartyOrgId": "sample string 18",
    "SecuredPartyDelegateeOrgName": "sample string 19",
    "SecuredPartyDelegateeOrgId": "sample string 20",
    "LocationOrgName": "sample string 21",
    "LocationOrgId": "sample string 22",
    "DelegateeForTransfersOrgName": "sample string 23",
    "DelegateeForTransfersOrgId": "sample string 24",
    "PreviousControllerOrgName": "sample string 25",
    "PreviousControllerOrgId": "sample string 26",
    "PreviousServicerOrgName": "sample string 27",
    "PreviousServicerOrgId": "sample string 28",
    "PreviousLocationOrgName": "sample string 29",
    "PreviousLocationOrgId": "sample string 30",
    "PreviousDelegateeForTransfersOrgName": "sample string 31",
    "PreviousDelegateeForTransfersOrgId": "sample string 32",
    "PreviousSecuredPartyOrgName": "sample string 33",
    "PreviousSecuredPartyOrgId": "sample string 34",
    "PreviousSecuredPartyDelegateeOrgName": "sample string 35",
    "PreviousSecuredPartyDelegateeOrgId": "sample string 36",
    "PreviousSubservicerOrgName": "sample string 37",
    "PreviousSubservicerOrgId": "sample string 38",
    "InquiryDate": "2024-11-26T17:39:38.0074496-05:00",
    "Status": "sample string 39",
    "SignedDate": "2024-11-26T17:39:38.0074496-05:00",
    "Borrowers": [
      {
        "SmartDocumentBorrowerId": 1,
        "DocumentId": 1,
        "IsSigner": true,
        "FullName": "sample string 5 sample string 6 sample string 7 sample string 9",
        "SignerName": "sample string 2",
        "PowerOfAttorney": {
          "UnparsedName": "sample string 1",
          "TitleDescription": "sample string 2",
          "SigningCapacityTextDescription": "sample string 3"
        },
        "HasSSN": true,
        "BorrowerId": "sample string 4",
        "FirstName": "sample string 5",
        "MiddleName": "sample string 6",
        "LastName": "sample string 7",
        "SSN": "sample string 8",
        "NameSuffix": "sample string 9"
      },
      {
        "SmartDocumentBorrowerId": 1,
        "DocumentId": 1,
        "IsSigner": true,
        "FullName": "sample string 5 sample string 6 sample string 7 sample string 9",
        "SignerName": "sample string 2",
        "PowerOfAttorney": {
          "UnparsedName": "sample string 1",
          "TitleDescription": "sample string 2",
          "SigningCapacityTextDescription": "sample string 3"
        },
        "HasSSN": true,
        "BorrowerId": "sample string 4",
        "FirstName": "sample string 5",
        "MiddleName": "sample string 6",
        "LastName": "sample string 7",
        "SSN": "sample string 8",
        "NameSuffix": "sample string 9"
      }
    ],
    "BorrowerList": "sample string 40",
    "Registered": true,
    "RegistrationDate": "2024-11-26T17:39:38.0074496-05:00",
    "DocumentType": "sample string 42",
    "InitiallyEDeliveredFrom": "sample string 43",
    "InitiallyTransferredFrom": "sample string 44",
    "MostRecentlyTransferredFrom": "sample string 45"
  },
  {
    "MIN": "sample string 1",
    "SigningRoomName": "sample string 2",
    "DocumentName": "sample string 3",
    "DocumentId": 1,
    "SigningRoomId": 1,
    "ClientId": 1,
    "ClientMERSOrgId": "sample string 4",
    "LoanIdentifier": "sample string 5",
    "UDF1": "sample string 6",
    "UDF2": "sample string 7",
    "Active": true,
    "State": "sample string 9",
    "Authoritative": true,
    "ControllerOrgName": "sample string 11",
    "ControllerOrgId": "sample string 12",
    "ServicerOrgName": "sample string 13",
    "ServicerOrgId": "sample string 14",
    "SubservicerOrgName": "sample string 15",
    "SubservicerOrgId": "sample string 16",
    "SecuredPartyOrgName": "sample string 17",
    "SecuredPartyOrgId": "sample string 18",
    "SecuredPartyDelegateeOrgName": "sample string 19",
    "SecuredPartyDelegateeOrgId": "sample string 20",
    "LocationOrgName": "sample string 21",
    "LocationOrgId": "sample string 22",
    "DelegateeForTransfersOrgName": "sample string 23",
    "DelegateeForTransfersOrgId": "sample string 24",
    "PreviousControllerOrgName": "sample string 25",
    "PreviousControllerOrgId": "sample string 26",
    "PreviousServicerOrgName": "sample string 27",
    "PreviousServicerOrgId": "sample string 28",
    "PreviousLocationOrgName": "sample string 29",
    "PreviousLocationOrgId": "sample string 30",
    "PreviousDelegateeForTransfersOrgName": "sample string 31",
    "PreviousDelegateeForTransfersOrgId": "sample string 32",
    "PreviousSecuredPartyOrgName": "sample string 33",
    "PreviousSecuredPartyOrgId": "sample string 34",
    "PreviousSecuredPartyDelegateeOrgName": "sample string 35",
    "PreviousSecuredPartyDelegateeOrgId": "sample string 36",
    "PreviousSubservicerOrgName": "sample string 37",
    "PreviousSubservicerOrgId": "sample string 38",
    "InquiryDate": "2024-11-26T17:39:38.0074496-05:00",
    "Status": "sample string 39",
    "SignedDate": "2024-11-26T17:39:38.0074496-05:00",
    "Borrowers": [
      {
        "SmartDocumentBorrowerId": 1,
        "DocumentId": 1,
        "IsSigner": true,
        "FullName": "sample string 5 sample string 6 sample string 7 sample string 9",
        "SignerName": "sample string 2",
        "PowerOfAttorney": {
          "UnparsedName": "sample string 1",
          "TitleDescription": "sample string 2",
          "SigningCapacityTextDescription": "sample string 3"
        },
        "HasSSN": true,
        "BorrowerId": "sample string 4",
        "FirstName": "sample string 5",
        "MiddleName": "sample string 6",
        "LastName": "sample string 7",
        "SSN": "sample string 8",
        "NameSuffix": "sample string 9"
      },
      {
        "SmartDocumentBorrowerId": 1,
        "DocumentId": 1,
        "IsSigner": true,
        "FullName": "sample string 5 sample string 6 sample string 7 sample string 9",
        "SignerName": "sample string 2",
        "PowerOfAttorney": {
          "UnparsedName": "sample string 1",
          "TitleDescription": "sample string 2",
          "SigningCapacityTextDescription": "sample string 3"
        },
        "HasSSN": true,
        "BorrowerId": "sample string 4",
        "FirstName": "sample string 5",
        "MiddleName": "sample string 6",
        "LastName": "sample string 7",
        "SSN": "sample string 8",
        "NameSuffix": "sample string 9"
      }
    ],
    "BorrowerList": "sample string 40",
    "Registered": true,
    "RegistrationDate": "2024-11-26T17:39:38.0074496-05:00",
    "DocumentType": "sample string 42",
    "InitiallyEDeliveredFrom": "sample string 43",
    "InitiallyTransferredFrom": "sample string 44",
    "MostRecentlyTransferredFrom": "sample string 45"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSmartDocumentSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartDocuments">
  <SmartDocumentSearchModel>
    <Active>true</Active>
    <Authoritative>true</Authoritative>
    <BorrowerList>sample string 40</BorrowerList>
    <Borrowers>
      <SmartDocumentBorrowerModel>
        <BorrowerId>sample string 4</BorrowerId>
        <FirstName>sample string 5</FirstName>
        <LastName>sample string 7</LastName>
        <MiddleName>sample string 6</MiddleName>
        <NameSuffix>sample string 9</NameSuffix>
        <SSN>sample string 8</SSN>
        <DocumentId>1</DocumentId>
        <HasSSN>true</HasSSN>
        <IsSigner>true</IsSigner>
        <PowerOfAttorney>
          <SigningCapacityTextDescription>sample string 3</SigningCapacityTextDescription>
          <TitleDescription>sample string 2</TitleDescription>
          <UnparsedName>sample string 1</UnparsedName>
        </PowerOfAttorney>
        <SignerName>sample string 2</SignerName>
        <SmartDocumentBorrowerId>1</SmartDocumentBorrowerId>
      </SmartDocumentBorrowerModel>
      <SmartDocumentBorrowerModel>
        <BorrowerId>sample string 4</BorrowerId>
        <FirstName>sample string 5</FirstName>
        <LastName>sample string 7</LastName>
        <MiddleName>sample string 6</MiddleName>
        <NameSuffix>sample string 9</NameSuffix>
        <SSN>sample string 8</SSN>
        <DocumentId>1</DocumentId>
        <HasSSN>true</HasSSN>
        <IsSigner>true</IsSigner>
        <PowerOfAttorney>
          <SigningCapacityTextDescription>sample string 3</SigningCapacityTextDescription>
          <TitleDescription>sample string 2</TitleDescription>
          <UnparsedName>sample string 1</UnparsedName>
        </PowerOfAttorney>
        <SignerName>sample string 2</SignerName>
        <SmartDocumentBorrowerId>1</SmartDocumentBorrowerId>
      </SmartDocumentBorrowerModel>
    </Borrowers>
    <ClientId>1</ClientId>
    <ClientMERSOrgId>sample string 4</ClientMERSOrgId>
    <ControllerOrgId>sample string 12</ControllerOrgId>
    <ControllerOrgName>sample string 11</ControllerOrgName>
    <DelegateeForTransfersOrgId>sample string 24</DelegateeForTransfersOrgId>
    <DelegateeForTransfersOrgName>sample string 23</DelegateeForTransfersOrgName>
    <DocumentId>1</DocumentId>
    <DocumentName>sample string 3</DocumentName>
    <DocumentType>sample string 42</DocumentType>
    <InitiallyEDeliveredFrom>sample string 43</InitiallyEDeliveredFrom>
    <InitiallyTransferredFrom>sample string 44</InitiallyTransferredFrom>
    <InquiryDate>2024-11-26T17:39:38.0074496-05:00</InquiryDate>
    <LoanIdentifier>sample string 5</LoanIdentifier>
    <LocationOrgId>sample string 22</LocationOrgId>
    <LocationOrgName>sample string 21</LocationOrgName>
    <MIN>sample string 1</MIN>
    <MostRecentlyTransferredFrom>sample string 45</MostRecentlyTransferredFrom>
    <PreviousControllerOrgId>sample string 26</PreviousControllerOrgId>
    <PreviousControllerOrgName>sample string 25</PreviousControllerOrgName>
    <PreviousDelegateeForTransfersOrgId>sample string 32</PreviousDelegateeForTransfersOrgId>
    <PreviousDelegateeForTransfersOrgName>sample string 31</PreviousDelegateeForTransfersOrgName>
    <PreviousLocationOrgId>sample string 30</PreviousLocationOrgId>
    <PreviousLocationOrgName>sample string 29</PreviousLocationOrgName>
    <PreviousSecuredPartyDelegateeOrgId>sample string 36</PreviousSecuredPartyDelegateeOrgId>
    <PreviousSecuredPartyDelegateeOrgName>sample string 35</PreviousSecuredPartyDelegateeOrgName>
    <PreviousSecuredPartyOrgId>sample string 34</PreviousSecuredPartyOrgId>
    <PreviousSecuredPartyOrgName>sample string 33</PreviousSecuredPartyOrgName>
    <PreviousServicerOrgId>sample string 28</PreviousServicerOrgId>
    <PreviousServicerOrgName>sample string 27</PreviousServicerOrgName>
    <PreviousSubservicerOrgId>sample string 38</PreviousSubservicerOrgId>
    <PreviousSubservicerOrgName>sample string 37</PreviousSubservicerOrgName>
    <Registered>true</Registered>
    <RegistrationDate>2024-11-26T17:39:38.0074496-05:00</RegistrationDate>
    <SecuredPartyDelegateeOrgId>sample string 20</SecuredPartyDelegateeOrgId>
    <SecuredPartyDelegateeOrgName>sample string 19</SecuredPartyDelegateeOrgName>
    <SecuredPartyOrgId>sample string 18</SecuredPartyOrgId>
    <SecuredPartyOrgName>sample string 17</SecuredPartyOrgName>
    <ServicerOrgId>sample string 14</ServicerOrgId>
    <ServicerOrgName>sample string 13</ServicerOrgName>
    <SignedDate>2024-11-26T17:39:38.0074496-05:00</SignedDate>
    <SigningRoomId>1</SigningRoomId>
    <SigningRoomName>sample string 2</SigningRoomName>
    <State>sample string 9</State>
    <Status>sample string 39</Status>
    <SubservicerOrgId>sample string 16</SubservicerOrgId>
    <SubservicerOrgName>sample string 15</SubservicerOrgName>
    <UDF1>sample string 6</UDF1>
    <UDF2>sample string 7</UDF2>
  </SmartDocumentSearchModel>
  <SmartDocumentSearchModel>
    <Active>true</Active>
    <Authoritative>true</Authoritative>
    <BorrowerList>sample string 40</BorrowerList>
    <Borrowers>
      <SmartDocumentBorrowerModel>
        <BorrowerId>sample string 4</BorrowerId>
        <FirstName>sample string 5</FirstName>
        <LastName>sample string 7</LastName>
        <MiddleName>sample string 6</MiddleName>
        <NameSuffix>sample string 9</NameSuffix>
        <SSN>sample string 8</SSN>
        <DocumentId>1</DocumentId>
        <HasSSN>true</HasSSN>
        <IsSigner>true</IsSigner>
        <PowerOfAttorney>
          <SigningCapacityTextDescription>sample string 3</SigningCapacityTextDescription>
          <TitleDescription>sample string 2</TitleDescription>
          <UnparsedName>sample string 1</UnparsedName>
        </PowerOfAttorney>
        <SignerName>sample string 2</SignerName>
        <SmartDocumentBorrowerId>1</SmartDocumentBorrowerId>
      </SmartDocumentBorrowerModel>
      <SmartDocumentBorrowerModel>
        <BorrowerId>sample string 4</BorrowerId>
        <FirstName>sample string 5</FirstName>
        <LastName>sample string 7</LastName>
        <MiddleName>sample string 6</MiddleName>
        <NameSuffix>sample string 9</NameSuffix>
        <SSN>sample string 8</SSN>
        <DocumentId>1</DocumentId>
        <HasSSN>true</HasSSN>
        <IsSigner>true</IsSigner>
        <PowerOfAttorney>
          <SigningCapacityTextDescription>sample string 3</SigningCapacityTextDescription>
          <TitleDescription>sample string 2</TitleDescription>
          <UnparsedName>sample string 1</UnparsedName>
        </PowerOfAttorney>
        <SignerName>sample string 2</SignerName>
        <SmartDocumentBorrowerId>1</SmartDocumentBorrowerId>
      </SmartDocumentBorrowerModel>
    </Borrowers>
    <ClientId>1</ClientId>
    <ClientMERSOrgId>sample string 4</ClientMERSOrgId>
    <ControllerOrgId>sample string 12</ControllerOrgId>
    <ControllerOrgName>sample string 11</ControllerOrgName>
    <DelegateeForTransfersOrgId>sample string 24</DelegateeForTransfersOrgId>
    <DelegateeForTransfersOrgName>sample string 23</DelegateeForTransfersOrgName>
    <DocumentId>1</DocumentId>
    <DocumentName>sample string 3</DocumentName>
    <DocumentType>sample string 42</DocumentType>
    <InitiallyEDeliveredFrom>sample string 43</InitiallyEDeliveredFrom>
    <InitiallyTransferredFrom>sample string 44</InitiallyTransferredFrom>
    <InquiryDate>2024-11-26T17:39:38.0074496-05:00</InquiryDate>
    <LoanIdentifier>sample string 5</LoanIdentifier>
    <LocationOrgId>sample string 22</LocationOrgId>
    <LocationOrgName>sample string 21</LocationOrgName>
    <MIN>sample string 1</MIN>
    <MostRecentlyTransferredFrom>sample string 45</MostRecentlyTransferredFrom>
    <PreviousControllerOrgId>sample string 26</PreviousControllerOrgId>
    <PreviousControllerOrgName>sample string 25</PreviousControllerOrgName>
    <PreviousDelegateeForTransfersOrgId>sample string 32</PreviousDelegateeForTransfersOrgId>
    <PreviousDelegateeForTransfersOrgName>sample string 31</PreviousDelegateeForTransfersOrgName>
    <PreviousLocationOrgId>sample string 30</PreviousLocationOrgId>
    <PreviousLocationOrgName>sample string 29</PreviousLocationOrgName>
    <PreviousSecuredPartyDelegateeOrgId>sample string 36</PreviousSecuredPartyDelegateeOrgId>
    <PreviousSecuredPartyDelegateeOrgName>sample string 35</PreviousSecuredPartyDelegateeOrgName>
    <PreviousSecuredPartyOrgId>sample string 34</PreviousSecuredPartyOrgId>
    <PreviousSecuredPartyOrgName>sample string 33</PreviousSecuredPartyOrgName>
    <PreviousServicerOrgId>sample string 28</PreviousServicerOrgId>
    <PreviousServicerOrgName>sample string 27</PreviousServicerOrgName>
    <PreviousSubservicerOrgId>sample string 38</PreviousSubservicerOrgId>
    <PreviousSubservicerOrgName>sample string 37</PreviousSubservicerOrgName>
    <Registered>true</Registered>
    <RegistrationDate>2024-11-26T17:39:38.0074496-05:00</RegistrationDate>
    <SecuredPartyDelegateeOrgId>sample string 20</SecuredPartyDelegateeOrgId>
    <SecuredPartyDelegateeOrgName>sample string 19</SecuredPartyDelegateeOrgName>
    <SecuredPartyOrgId>sample string 18</SecuredPartyOrgId>
    <SecuredPartyOrgName>sample string 17</SecuredPartyOrgName>
    <ServicerOrgId>sample string 14</ServicerOrgId>
    <ServicerOrgName>sample string 13</ServicerOrgName>
    <SignedDate>2024-11-26T17:39:38.0074496-05:00</SignedDate>
    <SigningRoomId>1</SigningRoomId>
    <SigningRoomName>sample string 2</SigningRoomName>
    <State>sample string 9</State>
    <Status>sample string 39</Status>
    <SubservicerOrgId>sample string 16</SubservicerOrgId>
    <SubservicerOrgName>sample string 15</SubservicerOrgName>
    <UDF1>sample string 6</UDF1>
    <UDF2>sample string 7</UDF2>
  </SmartDocumentSearchModel>
</ArrayOfSmartDocumentSearchModel>