POST api/SmartRegistry/eNote/Transfer/Pending
Gets the list of pending transfers.
Request Information
URI Parameters
None.
Body Parameters
The pending transfer search criteria.
ESignSystems.SmartSAFE.Models.SmartRegistry.PendingTransferSearchCriteriaName | Description | Type | Additional information |
---|---|---|---|
ClientId |
Gets or sets the client identifier. |
integer |
None. |
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, "PageSize": 1, "PageOffset": 1 }
application/xml, text/xml
<PendingTransferSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry"> <PageOffset xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">1</PageOffset> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">1</PageSize> <ClientId>1</ClientId> </PendingTransferSearchCriteria>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
OperationResult with content type of PendingTransferModel
ESignSystems.SmartSAFE.Models.SmartRegistry.PendingTransferModelName | Description | Type | Additional information |
---|---|---|---|
MERSTransactionId |
Gets or sets the MERS transaction id. |
string |
None. |
MIN |
Gets or sets the MIN. |
string |
None. |
LoanIdentifier |
Gets or sets the loan identifier. |
string |
None. |
TransferEffectiveDate |
Gets or sets the transfer effective date. |
date |
None. |
ControllerOrgName |
Gets or sets the controller org name. |
string |
None. |
LocationOrgName |
Gets or sets the location org name. |
string |
None. |
ServicerOrgName |
Gets or sets the servicer org name. |
string |
None. |
SubservicerOrgName |
Gets or sets the subservicer org name. |
string |
None. |
SecuredPartyOrgName |
Gets or sets the secured party org id. |
string |
None. |
SecuredPartyDelegateeOrgName |
Gets or set the secured party delegatee org id. |
string |
None. |
DelegateeForTransfersOrgName |
Gets or sets the secured party delegatee org id. |
string |
None. |
ControllerOrgId |
Gets or sets the controller org id. |
string |
None. |
LocationOrgId |
Gets or sets the location org id. |
string |
None. |
ServicerOrgId |
Gets or sets the servicer org id. |
string |
None. |
SubservicerOrgId |
Gets or sets the subservicer org id. |
string |
None. |
SecuredPartyOrgId |
Gets or sets the secured party org id. |
string |
None. |
SecuredPartyDelegateeOrgId |
Gets or set the secured party delegatee org id. |
string |
None. |
DelegateeForTransfersOrgId |
Gets or sets the secured party delegatee org id. |
string |
None. |
Response Formats
application/json, text/json
{ "MERSTransactionId": "sample string 1", "MIN": "sample string 2", "LoanIdentifier": "sample string 3", "TransferEffectiveDate": "2024-11-26T17:42:11.3668781-05:00", "ControllerOrgName": "sample string 4", "LocationOrgName": "sample string 5", "ServicerOrgName": "sample string 6", "SubservicerOrgName": "sample string 7", "SecuredPartyOrgName": "sample string 8", "SecuredPartyDelegateeOrgName": "sample string 9", "DelegateeForTransfersOrgName": "sample string 10", "ControllerOrgId": "sample string 11", "LocationOrgId": "sample string 12", "ServicerOrgId": "sample string 13", "SubservicerOrgId": "sample string 14", "SecuredPartyOrgId": "sample string 15", "SecuredPartyDelegateeOrgId": "sample string 16", "DelegateeForTransfersOrgId": "sample string 17" }
application/xml, text/xml
<PendingTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry"> <ControllerOrgId>sample string 11</ControllerOrgId> <ControllerOrgName>sample string 4</ControllerOrgName> <DelegateeForTransfersOrgId>sample string 17</DelegateeForTransfersOrgId> <DelegateeForTransfersOrgName>sample string 10</DelegateeForTransfersOrgName> <LoanIdentifier>sample string 3</LoanIdentifier> <LocationOrgId>sample string 12</LocationOrgId> <LocationOrgName>sample string 5</LocationOrgName> <MERSTransactionId>sample string 1</MERSTransactionId> <MIN>sample string 2</MIN> <SecuredPartyDelegateeOrgId>sample string 16</SecuredPartyDelegateeOrgId> <SecuredPartyDelegateeOrgName>sample string 9</SecuredPartyDelegateeOrgName> <SecuredPartyOrgId>sample string 15</SecuredPartyOrgId> <SecuredPartyOrgName>sample string 8</SecuredPartyOrgName> <ServicerOrgId>sample string 13</ServicerOrgId> <ServicerOrgName>sample string 6</ServicerOrgName> <SubservicerOrgId>sample string 14</SubservicerOrgId> <SubservicerOrgName>sample string 7</SubservicerOrgName> <TransferEffectiveDate>2024-11-26T17:42:11.3668781-05:00</TransferEffectiveDate> </PendingTransferModel>