POST api/SmartRegistry/eNote/ChangeData/LoanData/Batch
Provides the ability to update the loan data for eNotes.
Request Information
URI Parameters
None.
Body Parameters
The eNote document and loan data information.
ESignSystems.SmartSAFE.Models.SmartRegistry.UpdateLoanDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Documents |
Gets or sets a list of eNotes. |
Collection of ESignSystems.SmartSAFE.Models.SmartRegistry.DocumentBorrowerSSN |
None. |
| ClientId |
Gets or sets the client identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Documents": [
{
"DocumentId": 1,
"Borrowers": [
{
"BorrowerId": "sample string 1",
"SSN": "sample string 2"
},
{
"BorrowerId": "sample string 1",
"SSN": "sample string 2"
}
]
},
{
"DocumentId": 1,
"Borrowers": [
{
"BorrowerId": "sample string 1",
"SSN": "sample string 2"
},
{
"BorrowerId": "sample string 1",
"SSN": "sample string 2"
}
]
}
],
"ClientId": 1
}
application/xml, text/xml
Sample:
<UpdateLoanDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry">
<ClientId>1</ClientId>
<Documents>
<DocumentBorrowerSSN>
<Borrowers xmlns:d4p1="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartDocuments">
<d4p1:BorrowerSSN>
<d4p1:BorrowerId>sample string 1</d4p1:BorrowerId>
<d4p1:SSN>sample string 2</d4p1:SSN>
</d4p1:BorrowerSSN>
<d4p1:BorrowerSSN>
<d4p1:BorrowerId>sample string 1</d4p1:BorrowerId>
<d4p1:SSN>sample string 2</d4p1:SSN>
</d4p1:BorrowerSSN>
</Borrowers>
<DocumentId>1</DocumentId>
</DocumentBorrowerSSN>
<DocumentBorrowerSSN>
<Borrowers xmlns:d4p1="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartDocuments">
<d4p1:BorrowerSSN>
<d4p1:BorrowerId>sample string 1</d4p1:BorrowerId>
<d4p1:SSN>sample string 2</d4p1:SSN>
</d4p1:BorrowerSSN>
<d4p1:BorrowerSSN>
<d4p1:BorrowerId>sample string 1</d4p1:BorrowerId>
<d4p1:SSN>sample string 2</d4p1:SSN>
</d4p1:BorrowerSSN>
</Borrowers>
<DocumentId>1</DocumentId>
</DocumentBorrowerSSN>
</Documents>
</UpdateLoanDataRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ESignSystems.SmartSAFE.Data.Entities.SmartRegistry.ERegistryBatch| Name | Description | Type | Additional information |
|---|---|---|---|
| ERegistryBatchId | integer |
None. |
|
| ERegistryBatchTypeId | integer |
Required |
|
| ERegistryBatchStatusTypeId | integer |
Required |
|
| ClientId | integer |
Required |
|
| StartTime | date |
Required |
|
| Recipients | Collection of ESignSystems.SmartSAFE.Data.Entities.SmartRegistry.ERegistryBatchRecipient |
None. |
|
| Responses | Collection of ESignSystems.SmartSAFE.Data.Entities.SmartRegistry.ERegistryBatchResponse |
None. |
|
| EDeliveryRequests | Collection of ESignSystems.SmartSAFE.Data.Entities.SmartRegistry.ERegistryEDeliveryRequest |
None. |
|
| TransferRequests | Collection of ESignSystems.SmartSAFE.Data.Entities.SmartRegistry.ERegistryTransferRequest |
None. |
|
| UpdatedDate | date |
Required |
|
| UpdatedBy | string |
Required Max length: 256 |
Response Formats
application/json, text/json
Sample:
{
"ERegistryBatchId": 1,
"ERegistryBatchTypeId": 1,
"ERegistryBatchStatusTypeId": 1,
"ClientId": 1,
"StartTime": "2025-11-04T12:32:39.2268571-05:00",
"Recipients": [
{
"ERegistryBatchRecipientId": 1,
"ERegistryBatchId": 1,
"MERSOrgId": "sample string 1"
},
{
"ERegistryBatchRecipientId": 1,
"ERegistryBatchId": 1,
"MERSOrgId": "sample string 1"
}
],
"Responses": [
{
"ERegistryBatchResponseId": 1,
"ERegistryBatchId": 1,
"DocumentName": "sample string 1",
"MIN": "sample string 2",
"TrackingNumber": "sample string 3",
"TransferIdentifier": "sample string 4",
"Success": true,
"StatusDescription": "sample string 6",
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 7"
},
{
"ERegistryBatchResponseId": 1,
"ERegistryBatchId": 1,
"DocumentName": "sample string 1",
"MIN": "sample string 2",
"TrackingNumber": "sample string 3",
"TransferIdentifier": "sample string 4",
"Success": true,
"StatusDescription": "sample string 6",
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 7"
}
],
"EDeliveryRequests": [
{
"ERegistryEDeliveryRequestId": 1,
"ERegistryRequestId": 1,
"ERegistryBatchId": 1,
"ERegistryRequestStatusTypeId": 1,
"ERegistryRequestActionTypeId": 1,
"ClientId": 1,
"TrackingNumber": "sample string 1",
"ERegistryConfirmationTypeId": 1,
"DistributionApprovalType": "sample string 2",
"StatusDescription": "sample string 3",
"Package": {
"ERegistryEDeliveryRequestPackageId": 1,
"ERegistryEDeliveryRequestId": 1,
"SmartDocumentId": 1,
"PackageDocuments": [
{
"ERegistryEDeliveryRequestDocumentId": 1,
"ERegistryEDeliveryRequestPackageId": 1,
"DocumentId": 1,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
},
{
"ERegistryEDeliveryRequestDocumentId": 1,
"ERegistryEDeliveryRequestPackageId": 1,
"DocumentId": 1,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
}
],
"MIN": "sample string 1",
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
},
"Recipients": [
{
"ERegistryEDeliveryRequestRecipientId": 1,
"ERegistryEDeliveryRequestId": 1,
"MERSOrgId": "sample string 1",
"ERegistryRequestStatusTypeId": 1,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
},
{
"ERegistryEDeliveryRequestRecipientId": 1,
"ERegistryEDeliveryRequestId": 1,
"MERSOrgId": "sample string 1",
"ERegistryRequestStatusTypeId": 1,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
}
],
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 4"
},
{
"ERegistryEDeliveryRequestId": 1,
"ERegistryRequestId": 1,
"ERegistryBatchId": 1,
"ERegistryRequestStatusTypeId": 1,
"ERegistryRequestActionTypeId": 1,
"ClientId": 1,
"TrackingNumber": "sample string 1",
"ERegistryConfirmationTypeId": 1,
"DistributionApprovalType": "sample string 2",
"StatusDescription": "sample string 3",
"Package": {
"ERegistryEDeliveryRequestPackageId": 1,
"ERegistryEDeliveryRequestId": 1,
"SmartDocumentId": 1,
"PackageDocuments": [
{
"ERegistryEDeliveryRequestDocumentId": 1,
"ERegistryEDeliveryRequestPackageId": 1,
"DocumentId": 1,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
},
{
"ERegistryEDeliveryRequestDocumentId": 1,
"ERegistryEDeliveryRequestPackageId": 1,
"DocumentId": 1,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
}
],
"MIN": "sample string 1",
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
},
"Recipients": [
{
"ERegistryEDeliveryRequestRecipientId": 1,
"ERegistryEDeliveryRequestId": 1,
"MERSOrgId": "sample string 1",
"ERegistryRequestStatusTypeId": 1,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
},
{
"ERegistryEDeliveryRequestRecipientId": 1,
"ERegistryEDeliveryRequestId": 1,
"MERSOrgId": "sample string 1",
"ERegistryRequestStatusTypeId": 1,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
}
],
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 4"
}
],
"TransferRequests": [
{
"ERegistryTransferRequestId": 1,
"ERegistryRequestId": 1,
"ERegistryBatchId": 1,
"ERegistryRequestStatusTypeId": 2,
"ERegistryRequestActionTypeId": 3,
"ClientId": 4,
"SmartDocumentId": 1,
"ControllerOrgId": "sample string 5",
"ServicerOrgId": "sample string 6",
"LocationOrgId": "sample string 7",
"SubservicerOrgId": "sample string 8",
"SecuredPartyDelegateeOrgId": "sample string 9",
"SecuredPartyOrgId": "sample string 10",
"DelegateeForTransfersOrgId": "sample string 11",
"CurrentLocationOrgId": "sample string 12",
"CurrentServicerOrgId": "sample string 13",
"CounterPartyOrgId": "sample string 14",
"CurrentControllerOrgId": "sample string 15",
"CurrentSecuredPartyDelegateeOrgId": "sample string 16",
"CurrentSecuredPartyOrgId": "sample string 17",
"CurrentSubservicerOrgId": "sample string 18",
"CurrentDelegateeForTransfersOrgId": "sample string 19",
"TransferEffectiveDate": "2025-11-04T12:32:39.2268571-05:00",
"TransferIdentifier": "sample string 21",
"MIN": "sample string 22",
"ERegistryConfirmationTypeId": 1,
"StatusCode": "sample string 23",
"StatusDescription": "sample string 24",
"SelfTransfer": true,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 26"
},
{
"ERegistryTransferRequestId": 1,
"ERegistryRequestId": 1,
"ERegistryBatchId": 1,
"ERegistryRequestStatusTypeId": 2,
"ERegistryRequestActionTypeId": 3,
"ClientId": 4,
"SmartDocumentId": 1,
"ControllerOrgId": "sample string 5",
"ServicerOrgId": "sample string 6",
"LocationOrgId": "sample string 7",
"SubservicerOrgId": "sample string 8",
"SecuredPartyDelegateeOrgId": "sample string 9",
"SecuredPartyOrgId": "sample string 10",
"DelegateeForTransfersOrgId": "sample string 11",
"CurrentLocationOrgId": "sample string 12",
"CurrentServicerOrgId": "sample string 13",
"CounterPartyOrgId": "sample string 14",
"CurrentControllerOrgId": "sample string 15",
"CurrentSecuredPartyDelegateeOrgId": "sample string 16",
"CurrentSecuredPartyOrgId": "sample string 17",
"CurrentSubservicerOrgId": "sample string 18",
"CurrentDelegateeForTransfersOrgId": "sample string 19",
"TransferEffectiveDate": "2025-11-04T12:32:39.2268571-05:00",
"TransferIdentifier": "sample string 21",
"MIN": "sample string 22",
"ERegistryConfirmationTypeId": 1,
"StatusCode": "sample string 23",
"StatusDescription": "sample string 24",
"SelfTransfer": true,
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 26"
}
],
"UpdatedDate": "2025-11-04T12:32:39.2268571-05:00",
"UpdatedBy": "sample string 2"
}
application/xml, text/xml
Sample:
<ERegistryBatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities.SmartRegistry">
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ClientId>1</ClientId>
<EDeliveryRequests>
<ERegistryEDeliveryRequest>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 4</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ClientId>1</ClientId>
<DistributionApprovalType>sample string 2</DistributionApprovalType>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryConfirmationTypeId>1</ERegistryConfirmationTypeId>
<ERegistryEDeliveryRequestId>1</ERegistryEDeliveryRequestId>
<ERegistryRequestActionTypeId>1</ERegistryRequestActionTypeId>
<ERegistryRequestId>1</ERegistryRequestId>
<ERegistryRequestStatusTypeId>1</ERegistryRequestStatusTypeId>
<Package>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ERegistryEDeliveryRequestId>1</ERegistryEDeliveryRequestId>
<ERegistryEDeliveryRequestPackageId>1</ERegistryEDeliveryRequestPackageId>
<MIN>sample string 1</MIN>
<PackageDocuments>
<ERegistryEDeliveryRequestDocument>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<DocumentId>1</DocumentId>
<ERegistryEDeliveryRequestDocumentId>1</ERegistryEDeliveryRequestDocumentId>
<ERegistryEDeliveryRequestPackageId>1</ERegistryEDeliveryRequestPackageId>
</ERegistryEDeliveryRequestDocument>
<ERegistryEDeliveryRequestDocument>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<DocumentId>1</DocumentId>
<ERegistryEDeliveryRequestDocumentId>1</ERegistryEDeliveryRequestDocumentId>
<ERegistryEDeliveryRequestPackageId>1</ERegistryEDeliveryRequestPackageId>
</ERegistryEDeliveryRequestDocument>
</PackageDocuments>
<SmartDocumentId>1</SmartDocumentId>
</Package>
<Recipients>
<ERegistryEDeliveryRequestRecipient>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ERegistryEDeliveryRequestId>1</ERegistryEDeliveryRequestId>
<ERegistryEDeliveryRequestRecipientId>1</ERegistryEDeliveryRequestRecipientId>
<ERegistryRequestStatusTypeId>1</ERegistryRequestStatusTypeId>
<MERSOrgId>sample string 1</MERSOrgId>
</ERegistryEDeliveryRequestRecipient>
<ERegistryEDeliveryRequestRecipient>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ERegistryEDeliveryRequestId>1</ERegistryEDeliveryRequestId>
<ERegistryEDeliveryRequestRecipientId>1</ERegistryEDeliveryRequestRecipientId>
<ERegistryRequestStatusTypeId>1</ERegistryRequestStatusTypeId>
<MERSOrgId>sample string 1</MERSOrgId>
</ERegistryEDeliveryRequestRecipient>
</Recipients>
<StatusDescription>sample string 3</StatusDescription>
<TrackingNumber>sample string 1</TrackingNumber>
</ERegistryEDeliveryRequest>
<ERegistryEDeliveryRequest>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 4</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ClientId>1</ClientId>
<DistributionApprovalType>sample string 2</DistributionApprovalType>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryConfirmationTypeId>1</ERegistryConfirmationTypeId>
<ERegistryEDeliveryRequestId>1</ERegistryEDeliveryRequestId>
<ERegistryRequestActionTypeId>1</ERegistryRequestActionTypeId>
<ERegistryRequestId>1</ERegistryRequestId>
<ERegistryRequestStatusTypeId>1</ERegistryRequestStatusTypeId>
<Package>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ERegistryEDeliveryRequestId>1</ERegistryEDeliveryRequestId>
<ERegistryEDeliveryRequestPackageId>1</ERegistryEDeliveryRequestPackageId>
<MIN>sample string 1</MIN>
<PackageDocuments>
<ERegistryEDeliveryRequestDocument>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<DocumentId>1</DocumentId>
<ERegistryEDeliveryRequestDocumentId>1</ERegistryEDeliveryRequestDocumentId>
<ERegistryEDeliveryRequestPackageId>1</ERegistryEDeliveryRequestPackageId>
</ERegistryEDeliveryRequestDocument>
<ERegistryEDeliveryRequestDocument>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<DocumentId>1</DocumentId>
<ERegistryEDeliveryRequestDocumentId>1</ERegistryEDeliveryRequestDocumentId>
<ERegistryEDeliveryRequestPackageId>1</ERegistryEDeliveryRequestPackageId>
</ERegistryEDeliveryRequestDocument>
</PackageDocuments>
<SmartDocumentId>1</SmartDocumentId>
</Package>
<Recipients>
<ERegistryEDeliveryRequestRecipient>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ERegistryEDeliveryRequestId>1</ERegistryEDeliveryRequestId>
<ERegistryEDeliveryRequestRecipientId>1</ERegistryEDeliveryRequestRecipientId>
<ERegistryRequestStatusTypeId>1</ERegistryRequestStatusTypeId>
<MERSOrgId>sample string 1</MERSOrgId>
</ERegistryEDeliveryRequestRecipient>
<ERegistryEDeliveryRequestRecipient>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 2</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ERegistryEDeliveryRequestId>1</ERegistryEDeliveryRequestId>
<ERegistryEDeliveryRequestRecipientId>1</ERegistryEDeliveryRequestRecipientId>
<ERegistryRequestStatusTypeId>1</ERegistryRequestStatusTypeId>
<MERSOrgId>sample string 1</MERSOrgId>
</ERegistryEDeliveryRequestRecipient>
</Recipients>
<StatusDescription>sample string 3</StatusDescription>
<TrackingNumber>sample string 1</TrackingNumber>
</ERegistryEDeliveryRequest>
</EDeliveryRequests>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryBatchStatusTypeId>1</ERegistryBatchStatusTypeId>
<ERegistryBatchTypeId>1</ERegistryBatchTypeId>
<Recipients>
<ERegistryBatchRecipient>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryBatchRecipientId>1</ERegistryBatchRecipientId>
<MERSOrgId>sample string 1</MERSOrgId>
</ERegistryBatchRecipient>
<ERegistryBatchRecipient>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryBatchRecipientId>1</ERegistryBatchRecipientId>
<MERSOrgId>sample string 1</MERSOrgId>
</ERegistryBatchRecipient>
</Recipients>
<Responses>
<ERegistryBatchResponse>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 7</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<DocumentName>sample string 1</DocumentName>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryBatchResponseId>1</ERegistryBatchResponseId>
<MIN>sample string 2</MIN>
<StatusDescription>sample string 6</StatusDescription>
<Success>true</Success>
<TrackingNumber>sample string 3</TrackingNumber>
<TransferIdentifier>sample string 4</TransferIdentifier>
</ERegistryBatchResponse>
<ERegistryBatchResponse>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 7</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<DocumentName>sample string 1</DocumentName>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryBatchResponseId>1</ERegistryBatchResponseId>
<MIN>sample string 2</MIN>
<StatusDescription>sample string 6</StatusDescription>
<Success>true</Success>
<TrackingNumber>sample string 3</TrackingNumber>
<TransferIdentifier>sample string 4</TransferIdentifier>
</ERegistryBatchResponse>
</Responses>
<StartTime>2025-11-04T12:32:39.2268571-05:00</StartTime>
<TransferRequests>
<ERegistryTransferRequest>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 26</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ClientId>4</ClientId>
<ControllerOrgId>sample string 5</ControllerOrgId>
<CounterPartyOrgId>sample string 14</CounterPartyOrgId>
<CurrentControllerOrgId>sample string 15</CurrentControllerOrgId>
<CurrentDelegateeForTransfersOrgId>sample string 19</CurrentDelegateeForTransfersOrgId>
<CurrentLocationOrgId>sample string 12</CurrentLocationOrgId>
<CurrentSecuredPartyDelegateeOrgId>sample string 16</CurrentSecuredPartyDelegateeOrgId>
<CurrentSecuredPartyOrgId>sample string 17</CurrentSecuredPartyOrgId>
<CurrentServicerOrgId>sample string 13</CurrentServicerOrgId>
<CurrentSubservicerOrgId>sample string 18</CurrentSubservicerOrgId>
<DelegateeForTransfersOrgId>sample string 11</DelegateeForTransfersOrgId>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryConfirmationTypeId>1</ERegistryConfirmationTypeId>
<ERegistryRequestActionTypeId>3</ERegistryRequestActionTypeId>
<ERegistryRequestId>1</ERegistryRequestId>
<ERegistryRequestStatusTypeId>2</ERegistryRequestStatusTypeId>
<ERegistryTransferRequestId>1</ERegistryTransferRequestId>
<LocationOrgId>sample string 7</LocationOrgId>
<MIN>sample string 22</MIN>
<SecuredPartyDelegateeOrgId>sample string 9</SecuredPartyDelegateeOrgId>
<SecuredPartyOrgId>sample string 10</SecuredPartyOrgId>
<SelfTransfer>true</SelfTransfer>
<ServicerOrgId>sample string 6</ServicerOrgId>
<SmartDocumentId>1</SmartDocumentId>
<StatusCode>sample string 23</StatusCode>
<StatusDescription>sample string 24</StatusDescription>
<SubservicerOrgId>sample string 8</SubservicerOrgId>
<TransferEffectiveDate>2025-11-04T12:32:39.2268571-05:00</TransferEffectiveDate>
<TransferIdentifier>sample string 21</TransferIdentifier>
</ERegistryTransferRequest>
<ERegistryTransferRequest>
<UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">sample string 26</UpdatedBy>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Data.Entities">2025-11-04T12:32:39.2268571-05:00</UpdatedDate>
<ClientId>4</ClientId>
<ControllerOrgId>sample string 5</ControllerOrgId>
<CounterPartyOrgId>sample string 14</CounterPartyOrgId>
<CurrentControllerOrgId>sample string 15</CurrentControllerOrgId>
<CurrentDelegateeForTransfersOrgId>sample string 19</CurrentDelegateeForTransfersOrgId>
<CurrentLocationOrgId>sample string 12</CurrentLocationOrgId>
<CurrentSecuredPartyDelegateeOrgId>sample string 16</CurrentSecuredPartyDelegateeOrgId>
<CurrentSecuredPartyOrgId>sample string 17</CurrentSecuredPartyOrgId>
<CurrentServicerOrgId>sample string 13</CurrentServicerOrgId>
<CurrentSubservicerOrgId>sample string 18</CurrentSubservicerOrgId>
<DelegateeForTransfersOrgId>sample string 11</DelegateeForTransfersOrgId>
<ERegistryBatchId>1</ERegistryBatchId>
<ERegistryConfirmationTypeId>1</ERegistryConfirmationTypeId>
<ERegistryRequestActionTypeId>3</ERegistryRequestActionTypeId>
<ERegistryRequestId>1</ERegistryRequestId>
<ERegistryRequestStatusTypeId>2</ERegistryRequestStatusTypeId>
<ERegistryTransferRequestId>1</ERegistryTransferRequestId>
<LocationOrgId>sample string 7</LocationOrgId>
<MIN>sample string 22</MIN>
<SecuredPartyDelegateeOrgId>sample string 9</SecuredPartyDelegateeOrgId>
<SecuredPartyOrgId>sample string 10</SecuredPartyOrgId>
<SelfTransfer>true</SelfTransfer>
<ServicerOrgId>sample string 6</ServicerOrgId>
<SmartDocumentId>1</SmartDocumentId>
<StatusCode>sample string 23</StatusCode>
<StatusDescription>sample string 24</StatusDescription>
<SubservicerOrgId>sample string 8</SubservicerOrgId>
<TransferEffectiveDate>2025-11-04T12:32:39.2268571-05:00</TransferEffectiveDate>
<TransferIdentifier>sample string 21</TransferIdentifier>
</ERegistryTransferRequest>
</TransferRequests>
</ERegistryBatch>