Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
city |
Gets or sets the city. |
string |
None. |
classification |
Gets or sets the classification. |
string |
None. |
communicationMethod |
Gets or sets the communication method. |
string |
None. |
firstName |
Gets or sets the first name. |
string |
None. |
lastName |
Gets or sets the last name. |
string |
None. |
appId |
Gets or sets the loan number. |
integer |
None. |
state |
Gets or sets the state. |
string |
None. |
street |
Gets or sets the street. |
string |
None. |
zipCode |
Gets or sets the zip code. |
string |
None. |
userId |
Gets or sets the user identifier. |
integer |
None. |
roleId |
Gets or sets the role identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of application query details.
Collection of Nano.AppQueryDetailName | Description | Type | Additional information |
---|---|---|---|
classification |
Gets or sets the classification. |
string |
None. |
closingDate |
Gets or sets the closing date. |
string |
None. |
currentStatus |
Gets or sets the current status. |
string |
None. |
firstName |
Gets or sets the first name of the primary borrower. |
string |
None. |
hasRelatedApp |
Gets or sets a value indicating whether this instance has related app. |
boolean |
None. |
lastName |
Gets or sets the last name of the primary borrower. |
string |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
lockExpirationDate |
Gets or sets the lock expiration date. |
string |
None. |
street |
Gets or sets the street. |
string |
None. |
accountExecutive |
Gets or sets the account executive identifier. |
integer |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the application query detail identifier. |
integer |
None. |
closer |
Gets or sets the closer identifier. |
integer |
None. |
funder |
Gets or sets the funder identifier. |
integer |
None. |
loanOfficerAssistant |
Gets or sets the loan officer assistant identifier. |
integer |
None. |
loanOfficer |
Gets or sets the loan officer identifier. |
integer |
None. |
loanProduct |
Gets or sets the loan product identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
string |
None. |
processor |
Gets or sets the processor identifier. |
integer |
None. |
referrer |
Gets or sets the referrer identifier. |
integer |
None. |
underwriter |
Gets or sets the underwriter identifier. |
integer |
None. |
Response Formats
application/json, text/json
[ { "classification": "sample String 1", "closingDate": "sample String 2", "currentStatus": "sample String 3", "firstName": "sample String 4", "hasRelatedApp": true, "lastName": "sample String 6", "loanPurpose": "sample String 7", "lockExpirationDate": "sample String 8", "street": "sample String 9", "accountExecutive": "1", "app": "10", "id": 11, "closer": "1", "funder": "1", "loanOfficerAssistant": "1", "loanOfficer": "1", "loanProduct": "1", "organization": "sample String 12", "processor": "1", "referrer": "1", "underwriter": "1" }, { "classification": "sample String 1", "closingDate": "sample String 2", "currentStatus": "sample String 3", "firstName": "sample String 4", "hasRelatedApp": true, "lastName": "sample String 6", "loanPurpose": "sample String 7", "lockExpirationDate": "sample String 8", "street": "sample String 9", "accountExecutive": "1", "app": "10", "id": 11, "closer": "1", "funder": "1", "loanOfficerAssistant": "1", "loanOfficer": "1", "loanProduct": "1", "organization": "sample String 12", "processor": "1", "referrer": "1", "underwriter": "1" } ]
text/html
[{"classification":"sample String 1","closingDate":"sample String 2","currentStatus":"sample String 3","firstName":"sample String 4","hasRelatedApp":true,"lastName":"sample String 6","loanPurpose":"sample String 7","lockExpirationDate":"sample String 8","street":"sample String 9","accountExecutive":"1","app":"10","id":11,"closer":"1","funder":"1","loanOfficerAssistant":"1","loanOfficer":"1","loanProduct":"1","organization":"sample String 12","processor":"1","referrer":"1","underwriter":"1"},{"classification":"sample String 1","closingDate":"sample String 2","currentStatus":"sample String 3","firstName":"sample String 4","hasRelatedApp":true,"lastName":"sample String 6","loanPurpose":"sample String 7","lockExpirationDate":"sample String 8","street":"sample String 9","accountExecutive":"1","app":"10","id":11,"closer":"1","funder":"1","loanOfficerAssistant":"1","loanOfficer":"1","loanProduct":"1","organization":"sample String 12","processor":"1","referrer":"1","underwriter":"1"}]
application/xml, text/xml
<ArrayOfAppQueryDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppQueryDetail> <Classification>sample String 1</Classification> <ClosingDate>sample String 2</ClosingDate> <CurrentStatus>sample String 3</CurrentStatus> <FirstName>sample String 4</FirstName> <HasRelatedApp>true</HasRelatedApp> <LastName>sample String 6</LastName> <LoanPurpose>sample String 7</LoanPurpose> <LockExpirationDate>sample String 8</LockExpirationDate> <Street>sample String 9</Street> <AccountExecutiveId>1</AccountExecutiveId> <AppId>10</AppId> <AppQueryDetailId>11</AppQueryDetailId> <CloserId>1</CloserId> <FunderId>1</FunderId> <LoanOfficerAssistantId>1</LoanOfficerAssistantId> <LoanOfficerId>1</LoanOfficerId> <LoanProductId>1</LoanProductId> <OrganizationId>sample String 12</OrganizationId> <ProcessorId>1</ProcessorId> <ReferrerId>1</ReferrerId> <UnderwriterId>1</UnderwriterId> </AppQueryDetail> <AppQueryDetail> <Classification>sample String 1</Classification> <ClosingDate>sample String 2</ClosingDate> <CurrentStatus>sample String 3</CurrentStatus> <FirstName>sample String 4</FirstName> <HasRelatedApp>true</HasRelatedApp> <LastName>sample String 6</LastName> <LoanPurpose>sample String 7</LoanPurpose> <LockExpirationDate>sample String 8</LockExpirationDate> <Street>sample String 9</Street> <AccountExecutiveId>1</AccountExecutiveId> <AppId>10</AppId> <AppQueryDetailId>11</AppQueryDetailId> <CloserId>1</CloserId> <FunderId>1</FunderId> <LoanOfficerAssistantId>1</LoanOfficerAssistantId> <LoanOfficerId>1</LoanOfficerId> <LoanProductId>1</LoanProductId> <OrganizationId>sample String 12</OrganizationId> <ProcessorId>1</ProcessorId> <ReferrerId>1</ReferrerId> <UnderwriterId>1</UnderwriterId> </AppQueryDetail> </ArrayOfAppQueryDetail>
application/vnd.api+json
Sample not available.