createLoanApp

Perform various create operations on loan applications.

Symitar eDocs References: Application Records

Operations

createLoanApp

post

Creates a new loan application.

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
/createLoanApp
200

Successful operation.

createLoanAppEscrow

post

Creates an escrow for 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
/createLoanAppEscrow
200

Successful operation.

createLoanAppEscrowAnalysis

post

Performs an analysis of escrow for 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
/createLoanAppEscrowAnalysis
200

Successful operation.

createLoanAppFinance

post

Creates finance information for 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
/createLoanAppFinance
200

Successful operation.

createLoanAppLnSegment

post

Creates a loan segment for 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
/createLoanAppLnSegment
200

Successful operation.

createLoanAppNote

post

Creates a note for 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
/createLoanAppNote
200

Successful operation.

createLoanAppPerson

post

Adds a person to 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
/createLoanAppPerson
200

Successful operation.

createLoanAppSchedule

post

Creates a schedule for 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
/createLoanAppSchedule
200

Successful operation.

Last updated

Was this helpful?