POST api/SmartRegistry/Reports/eNoteRegistrationRequests
Performs an eNote registration request search based on the search criteria.
Request Information
URI Parameters
None.
Body Parameters
The search criteria.
ESignSystems.SmartSAFE.Models.SmartRegistry.Reports.ENoteRegistrationReportSearchCriteriaName | Description | Type | Additional information |
---|---|---|---|
RegistrationTypeId |
Gets or sets the registration type id to search by. |
integer |
None. |
MIN |
Gets or sets the MIN to search by. |
string |
Max length: 18 |
DocumentName |
Gets or sets the document name to search by. |
string |
Max length: 150 |
StartInitiationDate |
Gets or sets a date value. Only registration records that were initiated after this date will return from the search. |
date |
Required |
EndInitiationDate |
Gets or sets a date value. Only registration records that were initiated before this date will return from the search. |
date |
Required |
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
{ "RegistrationTypeId": 1, "MIN": "sample string 1", "DocumentName": "sample string 2", "StartInitiationDate": "2024-11-26T17:11:05.1118738-05:00", "EndInitiationDate": "2024-11-26T17:11:05.1118738-05:00", "ClientId": 1, "PageSize": 1, "PageOffset": 3 }
application/xml, text/xml
<ENoteRegistrationReportSearchCriteria 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">3</PageOffset> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">1</PageSize> <ClientId>1</ClientId> <DocumentName>sample string 2</DocumentName> <EndInitiationDate>2024-11-26T17:11:05.1118738-05:00</EndInitiationDate> <MIN>sample string 1</MIN> <RegistrationTypeId>1</RegistrationTypeId> <StartInitiationDate>2024-11-26T17:11:05.1118738-05:00</StartInitiationDate> </ENoteRegistrationReportSearchCriteria>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The list of registration requests based on the search criteria.
Collection of ESignSystems.SmartSAFE.Models.SmartRegistry.Reports.ENoteRegistrationRequestModelName | Description | Type | Additional information |
---|---|---|---|
DocumentName |
Gets or sets the document name of the registration request. |
string |
None. |
DocumentId |
Gets or sets the document id of the registration request. |
integer |
None. |
SigningRoomId |
Gets or sets the signingroom id of the registration request. |
integer |
None. |
RegistrationType |
Gets or sets the registration type of the registration request. |
string |
None. |
RegistrationMethod |
Gets or sets the registration method of the registration request. |
string |
None. |
ControllerOrgName |
Gets or sets the MERS org name of the controller for the eNote registration. |
string |
None. |
ServicerOrgName |
Gets or sets the MERS org name of the servicer for the eNote registration. |
string |
None. |
LocationOrgName |
Gets or sets the MERS org name of the location for the eNote registration. |
string |
None. |
DelegateeForTransfersOrgName |
Gets or sets the MERS org name of the delegatee for transfers for the eNote registration. |
string |
None. |
SecuredPartyOrgName |
Gets or sets the MERS org name of the secured party for the eNote registration. |
string |
None. |
SecuredPartyDelegateeOrgName |
Gets or sets the MERS org name of the secured party delegatee for the eNote registration. |
string |
None. |
MIN |
Gets or sets the MIN of the registration request. |
string |
None. |
LoanIdentifier |
Gets or sets the Loan Identifier of the registration request. |
string |
None. |
InitiatedBy |
Gets or sets the name of the user who initiated the registration request. |
string |
None. |
InitiationDate |
Gets or sets the initiation date of the registration request. |
date |
None. |
ResponseReceivedDate |
Gets or sets the date when the registration request's response was received. |
date |
None. |
RequestStatus |
Gets or sets the request status of the registration request. |
string |
None. |
Response Formats
application/json, text/json
[ { "DocumentName": "sample string 1", "DocumentId": 1, "SigningRoomId": 1, "RegistrationType": "sample string 2", "RegistrationMethod": "sample string 3", "ControllerOrgName": "sample string 4", "ServicerOrgName": "sample string 5", "LocationOrgName": "sample string 6", "DelegateeForTransfersOrgName": "sample string 7", "SecuredPartyOrgName": "sample string 8", "SecuredPartyDelegateeOrgName": "sample string 9", "MIN": "sample string 10", "LoanIdentifier": "sample string 11", "InitiatedBy": "sample string 12", "InitiationDate": "2024-11-26T17:11:05.1274928-05:00", "ResponseReceivedDate": "2024-11-26T17:11:05.1274928-05:00", "RequestStatus": "sample string 13" }, { "DocumentName": "sample string 1", "DocumentId": 1, "SigningRoomId": 1, "RegistrationType": "sample string 2", "RegistrationMethod": "sample string 3", "ControllerOrgName": "sample string 4", "ServicerOrgName": "sample string 5", "LocationOrgName": "sample string 6", "DelegateeForTransfersOrgName": "sample string 7", "SecuredPartyOrgName": "sample string 8", "SecuredPartyDelegateeOrgName": "sample string 9", "MIN": "sample string 10", "LoanIdentifier": "sample string 11", "InitiatedBy": "sample string 12", "InitiationDate": "2024-11-26T17:11:05.1274928-05:00", "ResponseReceivedDate": "2024-11-26T17:11:05.1274928-05:00", "RequestStatus": "sample string 13" } ]
application/xml, text/xml
<ArrayOfENoteRegistrationRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry.Reports"> <ENoteRegistrationRequestModel> <ControllerOrgName>sample string 4</ControllerOrgName> <DelegateeForTransfersOrgName>sample string 7</DelegateeForTransfersOrgName> <DocumentId>1</DocumentId> <DocumentName>sample string 1</DocumentName> <InitiatedBy>sample string 12</InitiatedBy> <InitiationDate>2024-11-26T17:11:05.1274928-05:00</InitiationDate> <LoanIdentifier>sample string 11</LoanIdentifier> <LocationOrgName>sample string 6</LocationOrgName> <MIN>sample string 10</MIN> <RegistrationMethod>sample string 3</RegistrationMethod> <RegistrationType>sample string 2</RegistrationType> <RequestStatus>sample string 13</RequestStatus> <ResponseReceivedDate>2024-11-26T17:11:05.1274928-05:00</ResponseReceivedDate> <SecuredPartyDelegateeOrgName>sample string 9</SecuredPartyDelegateeOrgName> <SecuredPartyOrgName>sample string 8</SecuredPartyOrgName> <ServicerOrgName>sample string 5</ServicerOrgName> <SigningRoomId>1</SigningRoomId> </ENoteRegistrationRequestModel> <ENoteRegistrationRequestModel> <ControllerOrgName>sample string 4</ControllerOrgName> <DelegateeForTransfersOrgName>sample string 7</DelegateeForTransfersOrgName> <DocumentId>1</DocumentId> <DocumentName>sample string 1</DocumentName> <InitiatedBy>sample string 12</InitiatedBy> <InitiationDate>2024-11-26T17:11:05.1274928-05:00</InitiationDate> <LoanIdentifier>sample string 11</LoanIdentifier> <LocationOrgName>sample string 6</LocationOrgName> <MIN>sample string 10</MIN> <RegistrationMethod>sample string 3</RegistrationMethod> <RegistrationType>sample string 2</RegistrationType> <RequestStatus>sample string 13</RequestStatus> <ResponseReceivedDate>2024-11-26T17:11:05.1274928-05:00</ResponseReceivedDate> <SecuredPartyDelegateeOrgName>sample string 9</SecuredPartyDelegateeOrgName> <SecuredPartyOrgName>sample string 8</SecuredPartyOrgName> <ServicerOrgName>sample string 5</ServicerOrgName> <SigningRoomId>1</SigningRoomId> </ENoteRegistrationRequestModel> </ArrayOfENoteRegistrationRequestModel>