getLoanApp

Perform various get operations on loan applications.

Symitar eDocs References: Application Records

Operations

getLoanApp

post

Retrieves loan application information.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanApp
200

Successful operation.

getLoanAppSelectFields

post

Retrieve selected fields of a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppSelectFields
200

Successful operation.

getLoanAppSelectFieldsFilterChildren

post

Retrieve selected fields of a loan application with filtering children.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppSelectFieldsFilterChildren
200

Successful operation.

getLoanAppPagedList

post

Retrieve a paginated list of loan applications.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
Responses
200

Successful operation.

application/json
post
/getLoanAppPagedList
200

Successful operation.

getLoanAppListSelectFields

post

Retrieves selected fields for a list of loan applications.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
Responses
200

Successful operation.

application/json
post
/getLoanAppListSelectFields
200

Successful operation.

getLoanAppPagedListSelectFields

post

Retrieve a paginated list of loan applications with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
Responses
200

Successful operation.

application/json
post
/getLoanAppPagedListSelectFields
200

Successful operation.

getLoanAppEscrow

post

Retrieves escrow information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrow
200

Successful operation.

getLoanAppEscrowSelectFields

post

Retrieves selected fields for escrow information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowSelectFields
200

Successful operation.

getLoanAppEscrowPagedList

post

Retrieves a paged list of escrow information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowPagedList
200

Successful operation.

getLoanAppEscrowListSelectFields

post

Retrieves selected fields for a list of escrow information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowListSelectFields
200

Successful operation.

getLoanAppEscrowPagedListSelectFields

post

Retrieves a paged list of escrow information associated with a loan application with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowPagedListSelectFields
200

Successful operation.

getLoanAppEscrowAnalysis

post

Retrieves escrow analysis information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowAnalysisLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowAnalysis
200

Successful operation.

getLoanAppEscrowAnalysisSelectFields

post

Retrieves selected fields for escrow analyses associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowAnalysisLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowAnalysisSelectFields
200

Successful operation.

getLoanAppEscrowAnalysisPagedList

post

Retrieves a paged list of escrow analyses associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowAnalysisPagedList
200

Successful operation.

getLoanAppEscrowAnalysisListSelectFields

post

Retrieves selected fields for a list of escrow analyses associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowAnalysisListSelectFields
200

Successful operation.

getLoanAppEscrowAnalysisPagedListSelectFields

post

Retrieves a paged list of escrow analyses associated with a loan application with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowAnalysisPagedListSelectFields
200

Successful operation.

getLoanAppFinance

post

Retrieves financial information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppFinanceLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppFinance
200

Successful operation.

getLoanAppFinanceSelectFields

post

Retrieves selected fields for financial information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppFinanceLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppFinanceSelectFields
200

Successful operation.

getLoanAppFinancePagedList

post

Retrieves a paged list of financial information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppFinancePagedList
200

Successful operation.

getLoanAppFinanceListSelectFields

post

Retrieves selected fields for a list of financial information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppFinanceListSelectFields
200

Successful operation.

getLoanAppFinancePagedListSelectFields

post

Retrieves a paged list of financial information associated with a loan application with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppFinancePagedListSelectFields
200

Successful operation.

getLoanAppLnSegment

post

Retrieves loan segment information associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppLnSegmentIdstringRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppLnSegment
200

Successful operation.

getLoanAppLnSegmentSelectFields

post

Retrieves selected fields for loan segments associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppLnSegmentIdstringRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppLnSegmentSelectFields
200

Successful operation.

getLoanAppLnSegmentPagedList

post

Retrieves a paged list of loan segments associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppLnSegmentPagedList
200

Successful operation.

getLoanAppLnSegmentListSelectFields

post

Retrieves selected fields for a list of loan segments associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppLnSegmentListSelectFields
200

Successful operation.

getLoanAppLnSegmentPagedListSelectFields

post

Retrieves a paged list of loan segments associated with a loan application with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppLnSegmentPagedListSelectFields
200

Successful operation.

getLoanAppNote

post

Retrieves notes associated with a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppNoteLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppNote
200

Successful operation.

getLoanAppNoteSelectFields

post

Retrieve selected fields of a loan application note.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppNoteLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppNoteSelectFields
200

Successful operation.

getLoanAppNotePagedList

post

Retrieve a paginated list of loan application notes.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppNotePagedList
200

Successful operation.

getLoanAppNoteListSelectFields

post

Retrieve a list of loan application notes with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppNoteListSelectFields
200

Successful operation.

getLoanAppNotePagedListSelectFields

post

Retrieve a paginated list of loan application notes with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppNotePagedListSelectFields
200

Successful operation.

getLoanAppPerson

post

Retrieve details of a loan application person.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppPersonLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppPerson
200

Successful operation.

getLoanAppPersonSelectFields

post

Retrieve selected fields of a loan application person.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppPersonLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppPersonSelectFields
200

Successful operation.

getLoanAppPersonPagedList

post

Retrieve a paginated list of loan application persons.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppPersonPagedList
200

Successful operation.

getLoanAppPersonListSelectFields

post

Retrieve a list of loan application persons with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppPersonListSelectFields
200

Successful operation.

getLoanAppPersonPagedListSelectFields

post

Retrieve a paginated list of loan application persons with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppPersonPagedListSelectFields
200

Successful operation.

getLoanAppSchedule

post

Retrieve details of a loan application schedule.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppScheduleIdstringRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppSchedule
200

Successful operation.

getLoanAppScheduleSelectFields

post

Retrieve selected fields of a loan application schedule.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppScheduleIdstringRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppScheduleSelectFields
200

Successful operation.

getLoanAppSchedulePagedList

post

Retrieve a paginated list of loan application schedules.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppSchedulePagedList
200

Successful operation.

getLoanAppScheduleListSelectFields

post

Retrieve a list of loan application schedules with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppScheduleListSelectFields
200

Successful operation.

getLoanAppSchedulePagedListSelectFields

post

Retrieve a paginated list of loan application schedules with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppSchedulePagedListSelectFields
200

Successful operation.

Last updated

Was this helpful?