POST api/SmartRegistry/Reports/ENoteInventory
Gets the eNote inventory report data.
Request Information
URI Parameters
None.
Body Parameters
The search criteria.
ESignSystems.SmartSAFE.Models.Reports.ENoteInventoryReport.ENoteInventoryReportSearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
Gets or sets the client identifier. |
integer |
None. |
| StartDate |
Gets or sets the start date. |
date |
Required |
| EndDate |
Gets or sets the end date. |
date |
Required |
Request Formats
application/json, text/json
{
"ClientId": 1,
"StartDate": "2025-11-04T12:34:42.6121395-05:00",
"EndDate": "2025-11-04T12:34:42.6121395-05:00"
}
application/xml, text/xml
<ENoteInventoryReportSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Reports.ENoteInventoryReport"> <ClientId>1</ClientId> <EndDate>2025-11-04T12:34:42.6121395-05:00</EndDate> <StartDate>2025-11-04T12:34:42.6121395-05:00</StartDate> </ENoteInventoryReportSearchCriteria>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
List of eNote inventory report data
Collection of ESignSystems.SmartSAFE.Models.Reports.ENoteInventoryReport.ENoteInventoryReportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId |
Gets or sets the document identifier. |
integer |
None. |
| MIN |
Gets or sets the MIN. |
string |
None. |
| Type |
Gets or sets the type. |
string |
None. |
| LoanNumber |
Gets or sets the loan number. |
string |
None. |
| Address |
Gets or sets the address. |
string |
None. |
| City |
Gets or sets the city. |
string |
None. |
| State |
Gets or sets the state. |
string |
None. |
| Zip |
Gets or sets the zip code. |
string |
None. |
| County |
Gets or sets the county. |
string |
None. |
| LoanAmount |
Gets or sets the loan amount. |
string |
None. |
| NoteRate |
Gets or sets the note rate. |
string |
None. |
| OriginationDate |
Gets or sets the origination date. |
date |
None. |
| Borrower1FirstName |
Gets or sets the first name of the borrower1. |
string |
None. |
| Borrower1MiddleName |
Gets or sets the middle name of the borrower1. |
string |
None. |
| Borrower1LastName |
Gets or sets the last name of the borrower1. |
string |
None. |
| Borrower2FirstName |
Gets or sets the first name of the borrower2. |
string |
None. |
| Borrower2MiddleName |
Gets or sets the middle name of the borrower2. |
string |
None. |
| Borrower2LastName |
Gets or sets the last name of the borrower2. |
string |
None. |
| Borrower3FirstName |
Gets or sets the first name of the borrower3. |
string |
None. |
| Borrower3MiddleName |
Gets or sets the middle name of the borrower3. |
string |
None. |
| Borrower3LastName |
Gets or sets the last name of the borrower3. |
string |
None. |
| Borrower4FirstName |
Gets or sets the first name of the borrower4. |
string |
None. |
| Borrower4MiddleName |
Gets or sets the middle name of the borrower4. |
string |
None. |
| Borrower4LastName |
Gets or sets the last name of the borrower4. |
string |
None. |
| CreatedDate |
Gets or sets the created date. |
date |
None. |
Response Formats
application/json, text/json
[
{
"DocumentId": 1,
"MIN": "sample string 2",
"Type": "sample string 3",
"LoanNumber": "sample string 4",
"Address": "sample string 5",
"City": "sample string 6",
"State": "sample string 7",
"Zip": "sample string 8",
"County": "sample string 9",
"LoanAmount": "sample string 10",
"NoteRate": "sample string 11",
"OriginationDate": "2025-11-04T12:34:42.6121395-05:00",
"Borrower1FirstName": "sample string 12",
"Borrower1MiddleName": "sample string 13",
"Borrower1LastName": "sample string 14",
"Borrower2FirstName": "sample string 15",
"Borrower2MiddleName": "sample string 16",
"Borrower2LastName": "sample string 17",
"Borrower3FirstName": "sample string 18",
"Borrower3MiddleName": "sample string 19",
"Borrower3LastName": "sample string 20",
"Borrower4FirstName": "sample string 21",
"Borrower4MiddleName": "sample string 22",
"Borrower4LastName": "sample string 23",
"CreatedDate": "2025-11-04T12:34:42.6121395-05:00"
},
{
"DocumentId": 1,
"MIN": "sample string 2",
"Type": "sample string 3",
"LoanNumber": "sample string 4",
"Address": "sample string 5",
"City": "sample string 6",
"State": "sample string 7",
"Zip": "sample string 8",
"County": "sample string 9",
"LoanAmount": "sample string 10",
"NoteRate": "sample string 11",
"OriginationDate": "2025-11-04T12:34:42.6121395-05:00",
"Borrower1FirstName": "sample string 12",
"Borrower1MiddleName": "sample string 13",
"Borrower1LastName": "sample string 14",
"Borrower2FirstName": "sample string 15",
"Borrower2MiddleName": "sample string 16",
"Borrower2LastName": "sample string 17",
"Borrower3FirstName": "sample string 18",
"Borrower3MiddleName": "sample string 19",
"Borrower3LastName": "sample string 20",
"Borrower4FirstName": "sample string 21",
"Borrower4MiddleName": "sample string 22",
"Borrower4LastName": "sample string 23",
"CreatedDate": "2025-11-04T12:34:42.6121395-05:00"
}
]
application/xml, text/xml
<ArrayOfENoteInventoryReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Reports.ENoteInventoryReport">
<ENoteInventoryReportModel>
<Address>sample string 5</Address>
<Borrower1FirstName>sample string 12</Borrower1FirstName>
<Borrower1LastName>sample string 14</Borrower1LastName>
<Borrower1MiddleName>sample string 13</Borrower1MiddleName>
<Borrower2FirstName>sample string 15</Borrower2FirstName>
<Borrower2LastName>sample string 17</Borrower2LastName>
<Borrower2MiddleName>sample string 16</Borrower2MiddleName>
<Borrower3FirstName>sample string 18</Borrower3FirstName>
<Borrower3LastName>sample string 20</Borrower3LastName>
<Borrower3MiddleName>sample string 19</Borrower3MiddleName>
<Borrower4FirstName>sample string 21</Borrower4FirstName>
<Borrower4LastName>sample string 23</Borrower4LastName>
<Borrower4MiddleName>sample string 22</Borrower4MiddleName>
<City>sample string 6</City>
<County>sample string 9</County>
<CreatedDate>2025-11-04T12:34:42.6121395-05:00</CreatedDate>
<DocumentId>1</DocumentId>
<LoanAmount>sample string 10</LoanAmount>
<LoanNumber>sample string 4</LoanNumber>
<MIN>sample string 2</MIN>
<NoteRate>sample string 11</NoteRate>
<OriginationDate>2025-11-04T12:34:42.6121395-05:00</OriginationDate>
<State>sample string 7</State>
<Type>sample string 3</Type>
<Zip>sample string 8</Zip>
</ENoteInventoryReportModel>
<ENoteInventoryReportModel>
<Address>sample string 5</Address>
<Borrower1FirstName>sample string 12</Borrower1FirstName>
<Borrower1LastName>sample string 14</Borrower1LastName>
<Borrower1MiddleName>sample string 13</Borrower1MiddleName>
<Borrower2FirstName>sample string 15</Borrower2FirstName>
<Borrower2LastName>sample string 17</Borrower2LastName>
<Borrower2MiddleName>sample string 16</Borrower2MiddleName>
<Borrower3FirstName>sample string 18</Borrower3FirstName>
<Borrower3LastName>sample string 20</Borrower3LastName>
<Borrower3MiddleName>sample string 19</Borrower3MiddleName>
<Borrower4FirstName>sample string 21</Borrower4FirstName>
<Borrower4LastName>sample string 23</Borrower4LastName>
<Borrower4MiddleName>sample string 22</Borrower4MiddleName>
<City>sample string 6</City>
<County>sample string 9</County>
<CreatedDate>2025-11-04T12:34:42.6121395-05:00</CreatedDate>
<DocumentId>1</DocumentId>
<LoanAmount>sample string 10</LoanAmount>
<LoanNumber>sample string 4</LoanNumber>
<MIN>sample string 2</MIN>
<NoteRate>sample string 11</NoteRate>
<OriginationDate>2025-11-04T12:34:42.6121395-05:00</OriginationDate>
<State>sample string 7</State>
<Type>sample string 3</Type>
<Zip>sample string 8</Zip>
</ENoteInventoryReportModel>
</ArrayOfENoteInventoryReportModel>