GET {HOST:URL}/gl/process/{dateString}

This API processes the General Ledger (GL) information in MEF files and stores the resulting GL summary data in a PostgreSQL database.

URL Parameters

This API has the following URL parameters.

dateString
The GL date of all the MATRIXX events whose GL information is to be included in the daily summary record. The revenues that could be recognized for all wallets associated with this GL date are included in journal entries in the GL daily summary records. Must be in the format yyyy-mm-dd.

Example

The following example shows a request with the following parameters:
  • dateString: 2023-03-01
In the response, the GL processor found 2 events on 2023-03-01:
{
"message": "Successfully submitted 2 tasks for processing.",
"process": 2,
"maintain": 0
}