# Upsert Statement Template Upsert Statement Template Endpoint: PATCH /rest/2.0/STATEMENT_TEMPLATE Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.StatementTemplateName` (string, required) Statement Template Name - `brmObjects.AccountId` (string) AccountId - `brmObjects.Status` (string) Status - `brmObjects.LogoFilePath` (string) LogoFilePath - `brmObjects.SupportMessage` (string) Support Message - `brmObjects.DefaultFlag` (integer) Set as Default - `brmObjects.SystemLogoFileName` (string) SystemLogoFileName - `brmObjects.ShowTaxFeeDetail` (integer) Include 'Taxes and Fees' Detail Section? - `brmObjects.ShowCreditAdjDetail` (integer) Include 'Credits and Adjustments' Detail Section? - `brmObjects.ShowAging` (integer) Include Aging Section? - `brmObjects.Type` (string) Type - `brmObjects.ShowPastDueStatements` (integer) Include Past Due Statements? - `brmObjects.SupportMessage1` (string) Legal Information - `brmObjects.EbppUrl` (string) Online Bill-pay URL - `brmObjects.LanguageCode` (string) Language - `brmObjects.DateFormat` (string) DateFormat - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `brmObjects.Updated` (string) System controlled field: Date and time the record was last updated - `brmObjects.CreatedUserId` (string) System controlled field: Id of the user that created the record - `brmObjects.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `brmObjects.BaseEntityId` (string) BaseEntityId - `brmObjects.PreviewXsd` (string) Statement XSD Model - `brmObjects.Id` (string, required) Statement Template ID - `brmObjects.SupportNumber` (string) Support Number - `brmObjects.StatementXslId` (string) XSL Template - `brmObjects.FileStorageId` (string) File Storage Id - `brmObjects.EmailTemplateId` (string) Email Template - `externalIDFieldName` (string) Enum: "StatementTemplateName" ## Response 200 fields (application/json): - `upsertResponse` (array) - `upsertResponse.Id` (integer) - `upsertResponse.success` (boolean) - `upsertResponse.ErrorText` (string) - `upsertResponse.ErrorElementField` (string) - `upsertResponse.created` (boolean)