V1 Create or Replace User CDOput https://api.elliemae.com/encompass/v1/users/{userId}/customObjects/{objectName}Creates or replaces a custom data object on the Encompass instance.Path ParamsuserIdstringrequiredThe unique identifier assigned to the user.objectNamestringrequiredName of the custom data object upon which to perform the operation.Query ParamsviewstringOptional. View type parameter. Enumeration: entityentity returns the name and dataObject.Body ParamsnamestringThe name of the custom data object from the loan. It is also known as the objectName.dataObjectstringThe Base64 encoded content of the file.HeadersAuthorizationstringrequiredBearer token.Responses 201Created 400Bad Request 401Unauthorized 403Forbidden 500Internal Server ErrorUpdated 22 days ago