Get monthly cash
Headers
-
TARGET-ORGANIZATION-ID integer(int32)
ID of organization, for which the operation must be performed
-
API token (can be retrieved from account settings)
GET
/api-v1/balance-sheet/monthly-cash
curl \
-X GET http://wyzio.app/api-v1/balance-sheet/monthly-cash \
-H "TARGET-ORGANIZATION-ID: 42" \
-H "WEAL-TOKEN: string"
Response examples (200)
[
{
"lastYearTotal": 42.0,
"month": 42,
"total": 42.0
}
]