# Save Statement Template Save Statement Template Endpoint: POST /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 ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.StatementTemplateName` (string) Statement Template Name - `retrieveResponse.AccountId` (string) AccountId - `retrieveResponse.Status` (string) Status - `retrieveResponse.LogoFilePath` (string) LogoFilePath - `retrieveResponse.SupportMessage` (string) Support Message - `retrieveResponse.DefaultFlag` (integer) Set as Default - `retrieveResponse.SystemLogoFileName` (string) SystemLogoFileName - `retrieveResponse.ShowTaxFeeDetail` (integer) Include 'Taxes and Fees' Detail Section? - `retrieveResponse.ShowCreditAdjDetail` (integer) Include 'Credits and Adjustments' Detail Section? - `retrieveResponse.ShowAging` (integer) Include Aging Section? - `retrieveResponse.Type` (string) Type - `retrieveResponse.ShowPastDueStatements` (integer) Include Past Due Statements? - `retrieveResponse.SupportMessage1` (string) Legal Information - `retrieveResponse.EbppUrl` (string) Online Bill-pay URL - `retrieveResponse.LanguageCode` (string) Language - `retrieveResponse.DateFormat` (string) DateFormat - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.BaseEntityId` (string) BaseEntityId - `retrieveResponse.PreviewXsd` (string) Statement XSD Model - `retrieveResponse.Id` (string) Statement Template ID - `retrieveResponse.SupportNumber` (string) Support Number - `retrieveResponse.StatementXslId` (string) XSL Template - `retrieveResponse.FileStorageId` (string) File Storage Id - `retrieveResponse.EmailTemplateId` (string) Email Template ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error