Get extrapolated cash flow
Headers
-
TARGET-ORGANIZATION-ID integer(int32)
ID of organization, for which the operation must be performed
-
API token (can be retrieved from account settings)
Query parameters
-
weeks
GET /api-v1/cash-flow/extrapolated
curl \
-X GET http://10.10.10.132/api-v1/cash-flow/extrapolated?weeks=42 \
-H "TARGET-ORGANIZATION-ID: 42" \
-H "WEAL-TOKEN: string"
Response examples (200)
[
{
"cashInflow": 42.0,
"cashOutflow": 42.0,
"cashPosition": 42.0,
"week": 42
}
]