Get cash forecasting report

View as Markdown
Retrieves a paginated cash forecasting report showing due and paid amounts per period for each customer

Authentication

Authorizationstring
API Key authentication via header

Query parameters

pagedoubleOptionalDefaults to 1
Page Number
limitdoubleOptionalDefaults to 50
Max items per page. Defaults to 50. Values above 500 will be rejected.
filterstringOptional
Supported items for filter: startMonth, endMonth, currency. Months should be in YYYY-MM format. Set startMonth and endMonth to the same value to request a single month. By default the forecast is capped to 120 months ahead of the current month; pass endMonth to extend or shorten that horizon. Currency should be an ISO 4217 currency code (e.g., USD, INR, EUR).

Response

Successfully retrieved cash forecasting report
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobject
json element with any error messages or warnings

Errors

401
Unauthorized Error