GET {HOST:URL}/gl/summary/{dateString}/{walletOwnerId}

This API gets a summary for a specific GL date and wallet owner ID.

URL Parameters

This API has the following URL parameters.

dateString
The GL date of all the MATRIXX events whose GL information for the specified wallet owner is to be included in the daily summary record. The revenues that could be recognized for the wallet associated with this GL date are included in journal entries in the GL daily summary records. Must be in the format (yyyy-mm-dd).
walletOwnerId
The ID of the wallet owner (for example, 0:1:5:1).

Example

The following example shows a request with the following parameters:
  • dateString: 2019–05–01
  • walletOwnerId: 73183493944770563
In the response, the GL processor found 2 events on 2019–05–01:
{
  "glDate": "2019-03-31T16:00:00.000+00:00",
  "walletOwnerId": 73183493944770563,
  "walletOwnerExternalId": null,
  "walletDeletedFlag": false,
  "journalEntries": [
    {
      "eventId": "G3WQA_0:2:52:3",
      ...
    }
  ]
  {
    "chargeRecords": [
      {"eventId": "G3WQA_0:2:52:3",
      ...
    ]
  }
}