V1 Create Post-Closing Conditionspost https://api.elliemae.com/encompass/v1/loans/{loanId}/conditions/postclosingCreates post-closing conditions for the specified loan.Path ParamsloanIdstringrequiredThe unique identifier assigned to a loan.Query ParamsviewstringPossible values are: entity- Returns all properties for the condition. id - Returns the ID assigned to the condition.Body ParamsrecipientstringRecipient of the condition.isSent booleanA value of true indicates the condition has been sent.truefalsesentDatestringDate and time the condition was sent. For example, 2017-03-24T04:14:30ZsentByobjectUser that sent the condition.PostclosingsentBycontract objectisClearedbooleanWhether the condition's status is Cleared.truefalseclearedDatestringDate and time the condition was cleared. For example, 2017-03-24T04:14:30ZclearedByobjectInformation about the Encompass user who cleared the condition.UnderwritingclearedBycontract objectprintExternallybooleanWhether the document is allowed to be printed externally.truetruefalseidstringUnique identifier of a post-closing condition.templateIdstringThe ID of the template used to create the condition.conditionType stringType of a condition. Possible values are Underwriting, Post Closing, Preliminary, and Purchase.isRemovedstringWhether the condition's status is Removed.titlestringTitle of the document.descriptionstringDescription of the document.descriptionDetailsstringDetails of the document description.forAllApplicationsbooleanA value of true indicates the condition will be linked to all applications or only for a specified application. If linked to a specified application, the application ID must be provided.truetruefalseapplicationobjectLoan application to which to apply the condition. Required if applying condition to a specific application. If you want to apply the condition to all applications of the loan, set the forAllApplications attribute to true.Underwritingapplicationcontract objectsourcestringSource of the condition. Possible values are: Escrow, Investor, Recorder’s Office, Borrowers, FHA, VA, MI Company, Other, Manual, Condition Set, and Automated Conditions.expectedDatestringDate and time the condition is waiting to be received by. For example, 2017-03-24T04:14:30ZstatusstringIndicates the status of the condition. Possible values are: Added, Expected, Requested, Received, Rerequested, Fulfilled, Reviewed, Sent, Cleared, Waived, Expired, and Rejected.statusDatestringDate and time the condition's status was last changed. For example, 2017-03-24T04:14:30Z.daysToReceiveintegerNumber of days for the condition to be received.requestedFromstringUser who requested the condition.createdDatestringDate and time the condition was created. For example, 2017-03-24T04:14:30Z.createdByobjectInformation about the Encompass user who created the condition.UnderwritingcreatedBycontract objectisRequestedbooleanWhether the condition's status is Requested.truetruefalsererequestedDate stringDate and time the condition was requested. For example, 2017-03-24T04:14:30Z.requestedByobjectInformation about the Encompass user who requested the condition.UnderwritingrequestedBycontract objectisRerequestedbooleanWhether the condition's status is Re-requested.truefalsererequestedDatestringDate and time the condition was rerequested. For example, 2017-03-24T04:14:30Z.rerequestedByobjectInformation about the Encompass user who re-requested the condition.UnderwritingrerequestedBycontract objectisReceivedbooleanWhether the condition's status is Received.truetruefalsereceivedDatestringDate and time the condition was received. For example, 2017-03-24T04:14:30ZreceivedByobjectInformation about the Encompass user who received the condition.UnderwritingreceivedBycontract objectisAddedToConditionSetbooleanWhether the condition belongs to a condition set.truefalsecommentsarray of objectsAny comments for the condition.commentsADD objectdocumentsarray of objectsAny supporting documents.documentsADD objectHeadersAuthorizationstringrequiredBearer tokenResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 10 days ago