Get cash flow report template line types
Returns a map {type: translation}
GET
/api-v1/list/report/cash-flow-line-types
curl \
--request GET 'https://wyzio.app/api-v1/list/report/cash-flow-line-types' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
{
"additionalProperty1": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"additionalProperty2": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
}
}