updateLoanApp

Perform various update operations on loan applications.

Symitar eDocs References: Application Records

Operations

updateLoanAppByID

post

Update a loan application by ID.

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

The unique identifier for the loan application.

Example: 123
AccountNumberstringRequired

The member account number.

Example: 13824
Responses
200

Successful operation.

application/json
post
/updateLoanAppByID
200

Successful operation.

updateLoanAppEscrowByID

post

Update loan application escrow by ID.

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

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/updateLoanAppEscrowByID
200

Successful operation.

updateLoanAppEscrowAnalysisByID

post

Update loan application escrow analysis by ID.

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

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/updateLoanAppEscrowAnalysisByID
200

Successful operation.

updateLoanAppFinanceByID

post

Update loan application finance by ID.

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

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/updateLoanAppFinanceByID
200

Successful operation.

updateLoanAppLnSegmentByID

post

Update loan application loan segment by ID.

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

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/updateLoanAppLnSegmentByID
200

Successful operation.

updateLoanAppNoteByID

post

Update loan application note by ID.

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

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/updateLoanAppNoteByID
200

Successful operation.

updateLoanAppPersonByID

post

Update loan application person by ID.

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

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/updateLoanAppPersonByID
200

Successful operation.

updateLoanAppScheduleByID

post

Update loan application schedule by ID.

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

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/updateLoanAppScheduleByID
200

Successful operation.

Last updated

Was this helpful?