V3 Importer to Update Loanpost https://api.elliemae.com/encompass/v3/loans/{loanId}/importerUpdates an existing loan with the data in the MISMO 3.4 file.Sample Response Click here to view the example response (PDF)Path ParamsloanIdstringrequiredRequired. loanId for an existing loanQuery ParamsviewstringView of resulting loan. Possible values are id, entity, logs, full.previewbooleanIndicates if the loan should be saved (false), or just a preview of the state of the loan is to be returned without saving the loan (true). The default value is 'false', so we save the loan by default.truefalseimportDatastringIndicates which fields are to be imported from the MISMO file.. If the value is 'populated', only the non-blank/ populated values in the file are imported. Default value is 'all'.listsActionstringIndicates if the existing collections are to be cleared out (replace) or the new entries are to be appended to the existing collections(append). Default value is 'append'.complianceFieldsImportOptionstringSpecifies the option to import the following Correspondent Compliance fields (i.e., Mavent / MISMO 3.4): - IncludeComplianceFields - The default value and indicates import all fields. - ComplianceFieldsOnly - Use for importing only compliance fields. - SkipComplianceFields - Use for skipping compliance fields while importing.Body ParamsRAW_BODYjsonrequiredMISMO 3.4 XML file content.HeadersAuthorizationstringrequiredBearer tokencontent-typestringrequiredContent type of the request payload. Supported value: application/vnd.elliemae.mismo34+xmlResponse 204204Updated about 2 months ago