V1 Update a Milestonepatch https://api.elliemae.com/encompass/v1/loans/{id}/milestones/{logId}Updates the specified milestones for a loan.Path ParamsidstringrequiredThe loan ID, which is the unique identifier assigned to the loan.logIdstringrequiredThe milestone log ID. The log ID can be obtained from the response of Get All MilestonesQuery ParamsactionstringSpecify the action to perform on the milestone. To complete a milestone, use finish action. To re-open the milestone, pass unfinish.Body ParamsidstringUnique identifier of the milestone.startDatestringThe start date of the milestone.comments stringIndicates information related to the milestone. It displays comments that have been recorded for this loan. Comments are grouped by milestone.loanAssociateobjectObject containing loan associate details. [See Loan Associate Attributes](ref: v1-contracts-6#associate)Loan-Associate-Attributes objectexpectedDaysintegerThe expected number of days to finish the milestone.doneIndicatorstringIndicates whether the milestone has been completed.actualDaysstringIndicates the number of days to complete the milestone.milestoneIdStringstringUnique entity ID of the milestone.reviewedIndicatorbooleanIndicates whether all activities or documents related to the milestone have been reviewed.truetruefalseroleRequiredbooleanSpecifies whether assigning a loan team member to this milestone is required.truefalsemilestoneNamestringName of the milestone set by the Encompass administrator.HeadersAuthorizationstringrequiredBearer token.Responses 204No Content 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 6 days ago