DSBMembershipDTO Data Type

View model of a single current club membership of a person (a membership without an until date).

  • vkz – VKZ (Vereinskennzeichen) of the club.
  • memberNo – DSB member number (licence number) within the club.
  • clubName – Name of the club.
  • licenceState – Licence state of the membership. Possible values: ACTIVE, PASSIVE. May be null.
  • regionName – Name of the region the club belongs to.
  • federationName – Name of the federation the club belongs to.

Properties
name data type description
vkz string
memberNo string
clubName string
licenceState LicenceStateSchachDE
regionName string
federationName string

Example

{
  "vkz" : "...",
  "memberNo" : "...",
  "clubName" : "...",
  "licenceState" : "ACTIVE",
  "regionName" : "...",
  "federationName" : "..."
}