# Upsert Electronic Files Upsert Electronic Files Endpoint: PATCH /rest/2.0/EFILE_TEMPLATE Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.EfileTemplateName` (string, required) Template Name - `brmObjects.FilterLogic` (string) Filter Logic - `brmObjects.CustomSproc` (string) Custom Procedure - `brmObjects.Status` (string) Status - `brmObjects.Id` (string, required) Id: EFILE_TEMPLATE_ID - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `externalIDFieldName` (string) Enum: "EfileTemplateName" ## Response 200 fields (application/json): - `upsertResponse` (array) - `upsertResponse.Id` (integer) - `upsertResponse.success` (boolean) - `upsertResponse.ErrorText` (string) - `upsertResponse.ErrorElementField` (string) - `upsertResponse.created` (boolean)