GET /experimental/reports/journal-summary
Retrieves a journal summary report which displays recognized revenue by journal account name for each calendar month. It includes both monthly and annual journal entries, and sums the revenue per account for each month.
- Rows: Represent individual journal account names, corresponding to product or revenue categories.
- Columns: Represent monthly periods, showing the total recognized revenue in each journal account for that month.
Servers
- https://api-sandbox.rebilly.com/organizations/{organizationId}
- https://api.rebilly.com/organizations/{organizationId}
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
journalAccountIds |
String | No |
Comma-separated list of journal account IDs to filter the report. If no value is provided, all journal accounts are included. |
periodStart |
String | No |
Year and month from which the report is generated.
If no value is provided or is |
periodEnd |
String | No |
Year and month up to which the report is generated.
If no value is provided or is |
amountField |
String | No |
Report amount field.
If no value is provided, the report uses Valid values:
|
currency |
String | No |
Currency for the journal entries in the report. If no value is provided, the organization reporting currency is used. |
aggregationField |
String | No |
Report aggregation field.
If no value is provided,
the report aggregates by Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.