V1 Update a Milestone

Updates the specified milestones for a loan.

Path Params
string
required

The loan ID, which is the unique identifier assigned to the loan.

string
required

The milestone log ID. The log ID can be obtained from the response of Get All Milestones

Query Params
string

Specify the action to perform on the milestone. To complete a milestone, use finish action. To re-open the milestone, pass unfinish.

Body Params
string

Unique identifier of the milestone.

string

The start date of the milestone.

string

Indicates information related to the milestone. It displays comments that have been recorded for this loan. Comments are grouped by milestone.

loanAssociate
object

Object containing loan associate details. [See Loan Associate Attributes](ref: v1-contracts-6#associate)

integer

The expected number of days to finish the milestone.

string

Indicates whether the milestone has been completed.

string

Indicates the number of days to complete the milestone.

string

Unique entity ID of the milestone.

boolean

Indicates whether all activities or documents related to the milestone have been reviewed.

boolean

Specifies whether assigning a loan team member to this milestone is required.

string

Name of the milestone set by the Encompass administrator.

Headers
string
required

Bearer token.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL
LoadingLoading…