POST api/SmartRegistry/eNote/SearchByMINs
Provides the ability to search for eNotes by multiple MINs.
Request Information
URI Parameters
None.
Body Parameters
The enote search by MINs criteria.
ESignSystems.SmartSAFE.Models.SmartDocuments.ENoteByMINsSearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| MINs |
Gets or sets the list of MINs. |
Collection of string |
None. |
| ClientId |
Gets or sets the client id. |
integer |
None. |
| State |
Gets or sets the smart document state. |
string |
None. |
| Registered |
Gets or sets a value indicating if the eNote is registered. |
boolean |
None. |
Request Formats
application/json, text/json
{
"MINs": [
"sample string 1",
"sample string 2"
],
"ClientId": 1,
"State": "sample string 1",
"Registered": true
}
application/xml, text/xml
<ENoteByMINsSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartDocuments">
<ClientId>1</ClientId>
<MINs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MINs>
<Registered>true</Registered>
<State>sample string 1</State>
</ENoteByMINsSearchCriteria>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The list of enote search models resulting from the search.
Collection of ESignSystems.SmartSAFE.Models.SmartDocuments.SmartDocumentSearchModel| Name | Description | Type | Additional 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
[
{
"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": "2025-12-12T21:08:37.7302219-05:00",
"Status": "sample string 39",
"SignedDate": "2025-12-12T21:08:37.7302219-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": "2025-12-12T21:08:37.7302219-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": "2025-12-12T21:08:37.7302219-05:00",
"Status": "sample string 39",
"SignedDate": "2025-12-12T21:08:37.7302219-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": "2025-12-12T21:08:37.7302219-05:00",
"DocumentType": "sample string 42",
"InitiallyEDeliveredFrom": "sample string 43",
"InitiallyTransferredFrom": "sample string 44",
"MostRecentlyTransferredFrom": "sample string 45"
}
]
application/xml, text/xml
<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>2025-12-12T21:08:37.7302219-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>2025-12-12T21:08:37.7302219-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>2025-12-12T21:08:37.7302219-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>2025-12-12T21:08:37.7302219-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>2025-12-12T21:08:37.7302219-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>2025-12-12T21:08:37.7302219-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>