V1 Manage Post-Closing Conditionspatch https://api.elliemae.com/encompass/v1/loans/{loanId}/conditions/postclosingUse this API to add to a condition set and to update or delete post-closing conditions for a loan.Path ParamsloanIdstringrequiredThe unique identifier assigned to a loan.Query ParamsviewstringOptional. View type parameter. Enumerations: entity, idWhen no view parameter is provided, the API will return 204 - No Content with no response body.actionstringAction to perform. Possible values are: add- Adds to a condition set. remove - Deletes the condition. update - Updates the condition.Body ParamsRAW_BODYjsonArray of Post-Closing Condition contract objects.HeadersAuthorizationstringrequiredBearer tokenResponse 200200Updated 8 months ago