# Save General Ledger Save General Ledger Endpoint: POST /rest/2.0/GENERAL_LEDGER_TRANSACTION Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.AccountId` (any) Account Id - `brmObjects.AccountingPeriodId` (any) Accounting Period - `brmObjects.AccrualId` (any) Accrual History Source - `brmObjects.BillingActivityId` (any) Billing Activity Id - `brmObjects.CatchUpAdjustmentFlag` (any) Catch Up Adjustment Flag - `brmObjects.Created` (any) System controlled field: Date and time the record was created - `brmObjects.CreatedUserId` (any) System controlled field: Id of the user that created the record - `brmObjects.CreditId` (any) Credit Id - `brmObjects.CreditItemInvoiceDetailId` (any) Credit Item Invoice Detail Id - `brmObjects.CurrencyCode` (any) CurrencyCode - `brmObjects.EntityId` (any) Entity Id: Source Entity Id - `brmObjects.FinancialAccountId` (any) Financial Account - `brmObjects.FinancialAccountType` (any) Financial Account Type - `brmObjects.FinancialCriteriaId` (any) Revenue Classification Rule - `brmObjects.FinancialPeriodId` (any) Financial Period - `brmObjects.Id` (any, required) Id: GENERAL_LEDGER_ID - `brmObjects.InvoiceId` (any) Invoice Id - `brmObjects.JEType` (any) Journal Entry Type - `brmObjects.JournalEntryId` (any) Journal Entry Id - `brmObjects.ObjectId` (any) Object Id: Source Object Id - `brmObjects.OriginRevenueContractId` (any) Origin Rev Rec Contract - `brmObjects.OriginRevenueContractProductId` (any) Origin Rev Rec Contract Product - `brmObjects.PaymentId` (any) Payment Id - `brmObjects.PaymentItemInvoiceDetailId` (any) Payment Item Invoice Detail Id - `brmObjects.PerformanceObligation` (any) Performance Obligation - `brmObjects.PeriodEndDate` (any) PeriodEndDate - `brmObjects.PeriodStartDate` (any) PeriodStartDate - `brmObjects.PrePeriodEnforceDate` (any) Booking Date Pre-Enforcement of Closed Periods: This date represents the booking date generated by the GL Rules prior to considering if the booking date falls into a closed accounting period. This field is used for reference so users can determine if the booking date deviates from the date originally generated due to that date falling into a closed period. In such cases, the booking date field will be the first day in the earliest subsequent open period. - `brmObjects.RefundId` (any) Refund Id - `brmObjects.RevRecContractProductId` (any) Rev Rec Contract Product - `brmObjects.ReversalStatus` (any) Reversal Status - `brmObjects.RevrecContractProductEventId` (any) Revrec Contract Product Event Id - `brmObjects.Source` (any) Source - `brmObjects.TransactionDate` (any) Booking Date: This date represents the ledger date for the GL entry. In cases where the original booking date generated by the GL rule falls into a closed period, the booking date will be the first day of the earliest open period. Refer to Booking Date Pre-Enforcement of Closed Periods field to view the original booking date generated by the GL rule prior to enforcement of closed periods. - `brmObjects.TransactionId` (any) TransactionId - `brmObjects.Updated` (any) System controlled field: Date and time the record was last updated - `brmObjects.UpdatedUserId` (any) System controlled field: Id of the last user that updated the record ## Response 200 fields (application/json): - `createResponse` (array) - `createResponse.Id` (any) - `createResponse.success` (boolean) - `createResponse.ErrorText` (string) - `createResponse.ErrorElementField` (string) ## 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