V1 Create Preliminary Conditionspost https://api.elliemae.com/encompass/v1/loans/{loanId}/conditions/preliminaryCreates preliminary 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 ParamsuwAccessbooleanA value of true indicates that underwriting has access to this condition.truefalsepriorTostringThe milestones to describe when the condition must be satisfied. Possible values are: Approval, Docs, Funding, Closing, and Purchase.categorystringThe condition category. Possible values are: Assets, Credit, Income, Legal, Misc, and Property.isFulfilledbooleanWhether the condition's status is fulfilled.truetruefalsefulfilledDatestringDate and time that the condition is fulfilled. For example, 2017-03-24T04:14:30ZfulfilledByobjectInformation about the Encompass user who fulfilled the condition.Underwritingfulfilledbycontract objectidstringUnique identifier of an underwriting condition.templateIdstringThe ID of the template used to create the condition.conditionTypestringRequired. Type of a condition. Possible values are underwriting, postclosing, preliminary, and purchase.isRemovedbooleanWhether the condition's status is Removed.truefalsetitlestringRequired. Title of the document.descriptionstringDescription of the document.descriptionDetails stringDetails 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.truetruefalseapplicationobjectRequired. Loan 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.Preliminaryapplicationcontract objectsourcestringRequired. Source 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.truetruefalserequestedDatestringDate and time the condition was rerequested. 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 objectdocuments array of objectsAny supporting documents.documents ADD objectHeadersAuthorizationstringrequiredBearer tokenResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 18 days ago