Skip to main content
GET
/
classifier
/
turnoverType
Turnover Type
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/turnoverType' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "FORMER_TURNOVER",
    "businessUnit": "sandbox"
  },
  {
    "code": "EXPECTED_TOTAL_CASH_TURNOVER",
    "description": "The sum of monthly planned cash withdrawals (EUR)",
    "businessUnit": "sandbox"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of turnover type classifiers.

code
string
description
string
businessUnit
string