GET /experimental/reports/revenue-waterfall
Retrieves a revenue waterfall report.
Use revenue waterfall reports to view revenue that is recognized up to a given month. Revenue waterfall reports contain information on booked revenue, recognized revenue for the months in the issued period, and the remaining revenue up to the specified month.
Servers
- https://api-sandbox.rebilly.com/organizations/{organizationId}
- https://api.rebilly.com/organizations/{organizationId}
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
issuedFrom |
String | No |
Date from which revenue invoice is issued. If not provided or null, the report starts from the previous month. |
recognizedTo |
String | No |
Month up to which revenue is recognized. If not provided or null, the current month is used. |
currency |
String | Yes |
Revenue currency. |
issuedTo |
String | No |
Date to which revenue invoice is issued. If not provided or null, the report ends at the current month. |
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.