Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The app, if it exists.
MyAccount.AppName | Description | Type | Additional information |
---|---|---|---|
classification |
Gets or sets the classification. |
string |
None. |
closeByDate |
Gets or sets the close by date. |
string |
None. |
closingDate |
Gets or sets the closing date. |
string |
None. |
completionPercent |
Gets or sets the completion percent. |
decimal number |
None. |
disposition |
Gets or sets the disposition. |
string |
None. |
escrowsWaived |
Gets or sets a value indicating whether escrows are waived. |
boolean |
None. |
isCashOut |
Gets or sets a value indicating whether app is cash out. |
boolean |
None. |
isLocked |
Gets or sets a value indicating whether app is locked. |
boolean |
None. |
loanAmount |
Gets or sets the loan amount. |
decimal number |
None. |
loanNumber |
Gets or sets the loan number. |
string |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
lockExpirationDate |
Gets or sets the lock expiration date. |
DateOnly |
None. |
promoCode |
Gets or sets the promo code. |
string |
None. |
account |
Gets or sets the account identifier. |
integer |
None. |
appDetail |
Gets or sets the app detail identifier. |
integer |
None. |
id |
Gets or sets the application identifier. |
integer |
None. |
computedAppDetail |
Gets or sets the computed application detail identifier. |
integer |
None. |
corporatePartner |
Gets or sets the corporate partner identifier. |
integer |
None. |
loanProduct |
Gets or sets the loan product identifier. |
integer |
None. |
miRateType |
Gets or sets the mi rate type identifier. |
integer |
None. |
organization |
Gets or sets the organization. |
string |
None. |
purchaseContract |
Gets or sets the purchase contract identifier. |
integer |
None. |
appEvents |
Gets the application event identifiers. |
Collection of integer |
None. |
assets |
Gets the asset identifiers. |
Collection of integer |
None. |
contacts |
Gets the contact identifiers. |
Collection of integer |
None. |
employers |
Gets the employer identifiers. |
Collection of integer |
None. |
incomes |
Gets the income identifiers. |
Collection of integer |
None. |
liabilities |
Gets the liability identifiers. |
Collection of integer |
None. |
persons |
Gets the person identifiers. |
Collection of integer |
None. |
properties |
Gets the property identifiers. |
Collection of integer |
None. |
scores |
Gets the score ids. |
Collection of string |
None. |
teamMembers |
Gets the team member identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{ "classification": "sample String 1", "closeByDate": "sample String 2", "closingDate": "sample String 3", "completionPercent": 4.0, "disposition": "sample String 5", "escrowsWaived": true, "isCashOut": true, "isLocked": true, "loanAmount": 1.0, "loanNumber": "sample String 9", "loanPurpose": "sample String 10", "lockExpirationDate": { "Year": 1, "Month": 1, "Day": 1, "DayOfWeek": 1, "DayOfYear": 1, "DayNumber": 0 }, "promoCode": "sample String 11", "account": "1", "appDetail": "1", "id": "12", "computedAppDetail": "1", "corporatePartner": "1", "loanProduct": "1", "miRateType": "1", "organization": "sample String 13", "purchaseContract": "1", "appEvents": [], "assets": [], "contacts": [], "employers": [], "incomes": [], "liabilities": [], "persons": [], "properties": [], "scores": [], "teamMembers": [] }
text/html
{"classification":"sample String 1","closeByDate":"sample String 2","closingDate":"sample String 3","completionPercent":4.0,"disposition":"sample String 5","escrowsWaived":true,"isCashOut":true,"isLocked":true,"loanAmount":1.0,"loanNumber":"sample String 9","loanPurpose":"sample String 10","lockExpirationDate":{"Year":1,"Month":1,"Day":1,"DayOfWeek":1,"DayOfYear":1,"DayNumber":0},"promoCode":"sample String 11","account":"1","appDetail":"1","id":"12","computedAppDetail":"1","corporatePartner":"1","loanProduct":"1","miRateType":"1","organization":"sample String 13","purchaseContract":"1","appEvents":[],"assets":[],"contacts":[],"employers":[],"incomes":[],"liabilities":[],"persons":[],"properties":[],"scores":[],"teamMembers":[]}
application/xml, text/xml
<App xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Classification>sample String 1</Classification> <CloseByDate>sample String 2</CloseByDate> <ClosingDate>sample String 3</ClosingDate> <CompletionPercent>4</CompletionPercent> <Disposition>sample String 5</Disposition> <EscrowsWaived>true</EscrowsWaived> <IsCashOut>true</IsCashOut> <IsLocked>true</IsLocked> <LoanAmount>1</LoanAmount> <LoanNumber>sample String 9</LoanNumber> <LoanPurpose>sample String 10</LoanPurpose> <LockExpirationDate /> <PromoCode>sample String 11</PromoCode> <AccountId>1</AccountId> <AppDetailId>1</AppDetailId> <AppId>12</AppId> <ComputedAppDetailId>1</ComputedAppDetailId> <CorporatePartnerId>1</CorporatePartnerId> <LoanProductId>1</LoanProductId> <MIRateTypeId>1</MIRateTypeId> <Organization>sample String 13</Organization> <PurchaseContractId>1</PurchaseContractId> </App>