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
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
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
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
/updateLoanAppEscrowByID
200

Successful operation.

updateLoanAppEscrowAnalysisByID

post

Update loan application escrow analysis by ID.

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

Successful operation.

updateLoanAppFinanceByID

post

Update loan application finance by ID.

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

Successful operation.

updateLoanAppLnSegmentByID

post

Update loan application loan segment by ID.

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

Successful operation.

updateLoanAppNoteByID

post

Update loan application note by ID.

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

Successful operation.

updateLoanAppPersonByID

post

Update loan application person by ID.

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

Successful operation.

updateLoanAppScheduleByID

post

Update loan application schedule by ID.

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

Successful operation.

Last updated

Was this helpful?