V1 Create Underwriting Conditionspost https://api.elliemae.com/encompass/v1/loans/{loanId}/conditions/underwritingCreates underwriting 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 ParamspriorTostringThe 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.ownerRolestringThe role of the Encompass user that owns the condition. A few examples are Loan Officer, Post Closer, and Underwriter.allowToClearbooleanWhether to allow the owner to clear the condition.truefalseprintExternallybooleanWhether the document is allowed to be printed externally.truetruefalseprintInternallybooleanWhether the document is allowed to be printed internally.truefalseexpirationDatestringDate and time that the condition expires. For example, 2017-03-24T04:14:30ZisFulfilledstringWhether the condition's status is fulfilled.fulfilledDatestringDate and time that the condition is fulfilled. For example, 2017-03-24T04:14:30ZfulfilledByobjectInformation about the Encompass user who fulfilled the condition.Underwritingfulfilledbycontract objectisReviewedstringWhether the condition's status is Reviewed.reviewedDatestringDate and time that the condition is fulfilled. For example, 2017-03-24T04:14:30ZreviewedByobjectInformation about the Encompass user who reviewed the condition.Underwritingreviewedbycontract objectisRejectedbooleanWhether the condition's status is Rejected.truefalserejectedDatestringDate and time that the condition is fulfilled. For example, 2017-03-24T04:14:30ZrejectedByobjectInformation about the Encompass user who rejected the condition.Underwritingrejectedbycontract 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 objectisWaivedbooleanWhether the condition's status is Waived.truefalsewaivedDatestringDate and time the condition was waived. For example, 2017-03-24T04:14:30ZwaivedByobjectInformation about the Encompass user who waived the condition.UnderwritingwaivedBycontract objecttpoConditionDocTypestringIndicates the document type associated with the TPO condition.tpoConditionDocGuidstringUnique identifier (GUID) of the document linked to the TPO condition.idstringUnique identifier of a condition.templateIdstringThe ID of the template used to create the condition.conditionTypestringType of a condition. Possible values are Underwriting, Post Closing, Preliminary, and Purchase.isRemovedbooleanWhether the condition's status is Removed.truefalsetitlestringTitle 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.truefalseapplicationobjectLoan 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. NOTE: These values are a combination of all supported values in the request and response files.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:30ZdaysToReceiveintegerNumber 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:30ZcreatedByobjectInformation about the Encompass user who created the condition.UnderwritingcreatedBycontract objectisRequestedbooleanWhether the condition's status is Requested.truefalserequestedDatestringDate 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.truefalsereceivedDatestringDate 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.truefalsecommentsstringAny comments for the condition.documentsstringAny supporting documents.HeadersAuthorizationstringrequiredBearer tokenResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 13 days ago