Generate General Ledger Posting Data using the GL REST APIs

If you are using a PostgreSQL database with Cloud Native GL Processor, call the POST GL REST API to load General Ledger (GL) posting data.

Before you begin

This API posts these GL journal entry fields by default:
  • Account1
  • Account2
  • TxnType
  • GlCenter
  • Amount

To add additional fields, edit the aggregateByFields property (for the aggregate mode) or the exportFields property (for the non-aggregate mode) in the Helm values file for cn-gl-processor.

To change the number of journal entries in each output file, edit the numEntryPerFile property in the Helm values file for cn-gl-processor.