GET payments Membership Id

GET/payments/membership/{id}
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idinteger

The unique identifier of the membership payment record.

Formatint32

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/payments/membership/0"
{
  "id": 0,
  "price": 0.1,
  "mollieId": "string",
  "paymentIntentUrl": "string",
  "paidAt": "2019-08-24T14:15:22Z",
  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
  "member": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
    "studentNumber": 0,
    "firstName": "string",
    "lastName": "string",
    "email": "user@example.com",
    "phoneNumber": "string",
    "parentPhoneNumber": "string",
    "street": "string",
    "houseNumber": "string",
    "postalCode": "string",
    "city": "string",
    "dateOfBirth": "2019-08-24T14:15:22Z",
    "mailSubscriptions": 0,
    "notes": "string",
    "registeredOn": "2019-08-24T14:15:22Z",
    "studyEnrollments": [
      {
        "id": 0,
        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
        "member": {
          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
          "studentNumber": 0,
          "firstName": "string",
          "lastName": "string",
          "email": "user@example.com",
          "phoneNumber": "string",
          "parentPhoneNumber": "string",
          "street": "string",
          "houseNumber": "string",
          "postalCode": "string",
          "city": "string",
          "dateOfBirth": "2019-08-24T14:15:22Z",
          "mailSubscriptions": 0,
          "notes": "string",
          "registeredOn": "2019-08-24T14:15:22Z",
          "studyEnrollments": [],
          "enrollments": [
            {
              "activityId": 0,
              "activity": {
                "id": 0,
                "name": "string",
                "price": 0.1,
                "posterFileName": "string",
                "posterPath": "string",
                "dutchDescription": "string",
                "englishDescription": "string",
                "dateTimeStart": "2019-08-24T14:15:22Z",
                "dateTimeEnd": "2019-08-24T14:15:22Z",
                "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollOpenDate": "2019-08-24T14:15:22Z",
                "location": "string",
                "participantLimit": 0,
                "organizerId": 0,
                "organizer": {
                  "id": 0,
                  "name": "string",
                  "active": true,
                  "groupMemberships": [
                    {
                      "id": 0,
                      "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                      "member": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                        "studentNumber": 0,
                        "firstName": "string",
                        "lastName": "string",
                        "email": "user@example.com",
                        "phoneNumber": "string",
                        "parentPhoneNumber": "string",
                        "street": "string",
                        "houseNumber": "string",
                        "postalCode": "string",
                        "city": "string",
                        "dateOfBirth": "2019-08-24T14:15:22Z",
                        "mailSubscriptions": 0,
                        "notes": "string",
                        "registeredOn": "2019-08-24T14:15:22Z",
                        "studyEnrollments": [],
                        "enrollments": [],
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "preferredLanguage": "NL",
                        "gratie": true,
                        "lidVanVerdienste": true,
                        "ereLid": true,
                        "begunstiger": true,
                        "suspended": true,
                        "announcements": [
                          {
                            "id": 0,
                            "title": "string",
                            "content": "string",
                            "createdAt": "2019-08-24T14:15:22Z",
                            "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                            "createdBy": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            }
                          }
                        ],
                        "profilePicturePath": "string",
                        "profilePictureFileName": "string"
                      },
                      "groupId": 0,
                      "group": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "membershipYear": 0,
                      "roleAliasId": 0,
                      "roleAlias": {
                        "id": 0,
                        "roleId": 0,
                        "role": {
                          "id": 0,
                          "name": "string"
                        },
                        "name": "string"
                      }
                    }
                  ],
                  "type": "Committee",
                  "defaultGLAccount": "string",
                  "defaultCostCenter": "string",
                  "groupPicturePath": "string",
                  "groupPictureFileName": "string"
                },
                "specificationQuestions": [
                  {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "options": "string"
                  }
                ],
                "showInKoala": true,
                "showOnWebsite": true,
                "isEnrollable": true,
                "areParticipantsVisible": true,
                "isAdultOnly": true,
                "isWeeklyDrinks": true,
                "allowedAudience": "None",
                "isOpenForPayment": true,
                "vatRate": 0,
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {},
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "glAccountId": "string",
                "costCenterId": "string",
                "costUnitId": "string",
                "paymentDeadline": "2019-08-24T14:15:22Z"
              },
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [],
                "enrollments": [],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "price": 0.1,
              "specificationAnswers": [
                {
                  "id": 0,
                  "specificationQuestionId": 0,
                  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                  "member": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [],
                    "enrollments": [],
                    "groupMemberships": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "groupId": 0,
                        "group": {
                          "id": 0,
                          "name": "string",
                          "active": true,
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "type": "Committee",
                          "defaultGLAccount": "string",
                          "defaultCostCenter": "string",
                          "groupPicturePath": "string",
                          "groupPictureFileName": "string"
                        },
                        "membershipYear": 0,
                        "roleAliasId": 0,
                        "roleAlias": {
                          "id": 0,
                          "roleId": 0,
                          "role": {
                            "id": 0,
                            "name": "string"
                          },
                          "name": "string"
                        }
                      }
                    ],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [
                      {
                        "id": 0,
                        "title": "string",
                        "content": "string",
                        "createdAt": "2019-08-24T14:15:22Z",
                        "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                        "createdBy": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        }
                      }
                    ],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  },
                  "answer": "string",
                  "question": {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {},
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {},
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "options": "string"
                  },
                  "enrollment": {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                }
              ],
              "registeredOn": "2019-08-24T14:15:22Z",
              "isOnWaitingList": true
            }
          ],
          "groupMemberships": [
            {
              "id": 0,
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [],
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "groupMemberships": [],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "groupId": 0,
              "group": {
                "id": 0,
                "name": "string",
                "active": true,
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {},
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "type": "Committee",
                "defaultGLAccount": "string",
                "defaultCostCenter": "string",
                "groupPicturePath": "string",
                "groupPictureFileName": "string"
              },
              "membershipYear": 0,
              "roleAliasId": 0,
              "roleAlias": {
                "id": 0,
                "roleId": 0,
                "role": {
                  "id": 0,
                  "name": "string"
                },
                "name": "string"
              }
            }
          ],
          "preferredLanguage": "NL",
          "gratie": true,
          "lidVanVerdienste": true,
          "ereLid": true,
          "begunstiger": true,
          "suspended": true,
          "announcements": [
            {
              "id": 0,
              "title": "string",
              "content": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
              "createdBy": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [],
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              }
            }
          ],
          "profilePicturePath": "string",
          "profilePictureFileName": "string"
        },
        "studyId": 0,
        "study": {
          "id": 0,
          "title": "string",
          "nominalDurationYears": 0,
          "type": "Bachelor",
          "enrollments": [
            {
              "id": 0,
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [],
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "studyId": 0,
              "study": {},
              "enrollmentDate": "2019-08-24T14:15:22Z",
              "completionDate": "2019-08-24T14:15:22Z",
              "status": "Enrolled"
            }
          ]
        },
        "enrollmentDate": "2019-08-24T14:15:22Z",
        "completionDate": "2019-08-24T14:15:22Z",
        "status": "Enrolled"
      }
    ],
    "enrollments": [
      {
        "activityId": 0,
        "activity": {
          "id": 0,
          "name": "string",
          "price": 0.1,
          "posterFileName": "string",
          "posterPath": "string",
          "dutchDescription": "string",
          "englishDescription": "string",
          "dateTimeStart": "2019-08-24T14:15:22Z",
          "dateTimeEnd": "2019-08-24T14:15:22Z",
          "unenrollmentDeadline": "2019-08-24T14:15:22Z",
          "enrollmentDeadline": "2019-08-24T14:15:22Z",
          "enrollOpenDate": "2019-08-24T14:15:22Z",
          "location": "string",
          "participantLimit": 0,
          "organizerId": 0,
          "organizer": {
            "id": 0,
            "name": "string",
            "active": true,
            "groupMemberships": [
              {
                "id": 0,
                "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                "member": {
                  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                  "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                  "studentNumber": 0,
                  "firstName": "string",
                  "lastName": "string",
                  "email": "user@example.com",
                  "phoneNumber": "string",
                  "parentPhoneNumber": "string",
                  "street": "string",
                  "houseNumber": "string",
                  "postalCode": "string",
                  "city": "string",
                  "dateOfBirth": "2019-08-24T14:15:22Z",
                  "mailSubscriptions": 0,
                  "notes": "string",
                  "registeredOn": "2019-08-24T14:15:22Z",
                  "studyEnrollments": [
                    {
                      "id": 0,
                      "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                      "member": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                        "studentNumber": 0,
                        "firstName": "string",
                        "lastName": "string",
                        "email": "user@example.com",
                        "phoneNumber": "string",
                        "parentPhoneNumber": "string",
                        "street": "string",
                        "houseNumber": "string",
                        "postalCode": "string",
                        "city": "string",
                        "dateOfBirth": "2019-08-24T14:15:22Z",
                        "mailSubscriptions": 0,
                        "notes": "string",
                        "registeredOn": "2019-08-24T14:15:22Z",
                        "studyEnrollments": [],
                        "enrollments": [],
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "preferredLanguage": "NL",
                        "gratie": true,
                        "lidVanVerdienste": true,
                        "ereLid": true,
                        "begunstiger": true,
                        "suspended": true,
                        "announcements": [
                          {
                            "id": 0,
                            "title": "string",
                            "content": "string",
                            "createdAt": "2019-08-24T14:15:22Z",
                            "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                            "createdBy": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            }
                          }
                        ],
                        "profilePicturePath": "string",
                        "profilePictureFileName": "string"
                      },
                      "studyId": 0,
                      "study": {
                        "id": 0,
                        "title": "string",
                        "nominalDurationYears": 0,
                        "type": "Bachelor",
                        "enrollments": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "studyId": 0,
                            "study": {},
                            "enrollmentDate": "2019-08-24T14:15:22Z",
                            "completionDate": "2019-08-24T14:15:22Z",
                            "status": "Enrolled"
                          }
                        ]
                      },
                      "enrollmentDate": "2019-08-24T14:15:22Z",
                      "completionDate": "2019-08-24T14:15:22Z",
                      "status": "Enrolled"
                    }
                  ],
                  "enrollments": [],
                  "groupMemberships": [
                    {
                      "id": 0,
                      "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                      "member": {},
                      "groupId": 0,
                      "group": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "membershipYear": 0,
                      "roleAliasId": 0,
                      "roleAlias": {
                        "id": 0,
                        "roleId": 0,
                        "role": {
                          "id": 0,
                          "name": "string"
                        },
                        "name": "string"
                      }
                    }
                  ],
                  "preferredLanguage": "NL",
                  "gratie": true,
                  "lidVanVerdienste": true,
                  "ereLid": true,
                  "begunstiger": true,
                  "suspended": true,
                  "announcements": [
                    {
                      "id": 0,
                      "title": "string",
                      "content": "string",
                      "createdAt": "2019-08-24T14:15:22Z",
                      "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                      "createdBy": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                        "studentNumber": 0,
                        "firstName": "string",
                        "lastName": "string",
                        "email": "user@example.com",
                        "phoneNumber": "string",
                        "parentPhoneNumber": "string",
                        "street": "string",
                        "houseNumber": "string",
                        "postalCode": "string",
                        "city": "string",
                        "dateOfBirth": "2019-08-24T14:15:22Z",
                        "mailSubscriptions": 0,
                        "notes": "string",
                        "registeredOn": "2019-08-24T14:15:22Z",
                        "studyEnrollments": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "studyId": 0,
                            "study": {
                              "enrollments": []
                            },
                            "enrollmentDate": "2019-08-24T14:15:22Z",
                            "completionDate": "2019-08-24T14:15:22Z",
                            "status": "Enrolled"
                          }
                        ],
                        "enrollments": [],
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "preferredLanguage": "NL",
                        "gratie": true,
                        "lidVanVerdienste": true,
                        "ereLid": true,
                        "begunstiger": true,
                        "suspended": true,
                        "announcements": [],
                        "profilePicturePath": "string",
                        "profilePictureFileName": "string"
                      }
                    }
                  ],
                  "profilePicturePath": "string",
                  "profilePictureFileName": "string"
                },
                "groupId": 0,
                "group": {
                  "id": 0,
                  "name": "string",
                  "active": true,
                  "groupMemberships": [],
                  "type": "Committee",
                  "defaultGLAccount": "string",
                  "defaultCostCenter": "string",
                  "groupPicturePath": "string",
                  "groupPictureFileName": "string"
                },
                "membershipYear": 0,
                "roleAliasId": 0,
                "roleAlias": {
                  "id": 0,
                  "roleId": 0,
                  "role": {
                    "id": 0,
                    "name": "string"
                  },
                  "name": "string"
                }
              }
            ],
            "type": "Committee",
            "defaultGLAccount": "string",
            "defaultCostCenter": "string",
            "groupPicturePath": "string",
            "groupPictureFileName": "string"
          },
          "specificationQuestions": [
            {
              "id": 0,
              "activityId": 0,
              "questionDutch": "string",
              "questionEnglish": "string",
              "type": "String",
              "isMandatory": true,
              "isPublic": true,
              "activity": {
                "id": 0,
                "name": "string",
                "price": 0.1,
                "posterFileName": "string",
                "posterPath": "string",
                "dutchDescription": "string",
                "englishDescription": "string",
                "dateTimeStart": "2019-08-24T14:15:22Z",
                "dateTimeEnd": "2019-08-24T14:15:22Z",
                "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollOpenDate": "2019-08-24T14:15:22Z",
                "location": "string",
                "participantLimit": 0,
                "organizerId": 0,
                "organizer": {
                  "id": 0,
                  "name": "string",
                  "active": true,
                  "groupMemberships": [
                    {
                      "id": 0,
                      "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                      "member": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                        "studentNumber": 0,
                        "firstName": "string",
                        "lastName": "string",
                        "email": "user@example.com",
                        "phoneNumber": "string",
                        "parentPhoneNumber": "string",
                        "street": "string",
                        "houseNumber": "string",
                        "postalCode": "string",
                        "city": "string",
                        "dateOfBirth": "2019-08-24T14:15:22Z",
                        "mailSubscriptions": 0,
                        "notes": "string",
                        "registeredOn": "2019-08-24T14:15:22Z",
                        "studyEnrollments": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "studyId": 0,
                            "study": {
                              "enrollments": []
                            },
                            "enrollmentDate": "2019-08-24T14:15:22Z",
                            "completionDate": "2019-08-24T14:15:22Z",
                            "status": "Enrolled"
                          }
                        ],
                        "enrollments": [],
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "preferredLanguage": "NL",
                        "gratie": true,
                        "lidVanVerdienste": true,
                        "ereLid": true,
                        "begunstiger": true,
                        "suspended": true,
                        "announcements": [
                          {
                            "id": 0,
                            "title": "string",
                            "content": "string",
                            "createdAt": "2019-08-24T14:15:22Z",
                            "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                            "createdBy": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            }
                          }
                        ],
                        "profilePicturePath": "string",
                        "profilePictureFileName": "string"
                      },
                      "groupId": 0,
                      "group": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "membershipYear": 0,
                      "roleAliasId": 0,
                      "roleAlias": {
                        "id": 0,
                        "roleId": 0,
                        "role": {
                          "id": 0,
                          "name": "string"
                        },
                        "name": "string"
                      }
                    }
                  ],
                  "type": "Committee",
                  "defaultGLAccount": "string",
                  "defaultCostCenter": "string",
                  "groupPicturePath": "string",
                  "groupPictureFileName": "string"
                },
                "specificationQuestions": [],
                "showInKoala": true,
                "showOnWebsite": true,
                "isEnrollable": true,
                "areParticipantsVisible": true,
                "isAdultOnly": true,
                "isWeeklyDrinks": true,
                "allowedAudience": "None",
                "isOpenForPayment": true,
                "vatRate": 0,
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {},
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {},
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "glAccountId": "string",
                "costCenterId": "string",
                "costUnitId": "string",
                "paymentDeadline": "2019-08-24T14:15:22Z"
              },
              "answers": [
                {
                  "id": 0,
                  "specificationQuestionId": 0,
                  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                  "member": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "studyId": 0,
                        "study": {
                          "id": 0,
                          "title": "string",
                          "nominalDurationYears": 0,
                          "type": "Bachelor",
                          "enrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ]
                        },
                        "enrollmentDate": "2019-08-24T14:15:22Z",
                        "completionDate": "2019-08-24T14:15:22Z",
                        "status": "Enrolled"
                      }
                    ],
                    "enrollments": [],
                    "groupMemberships": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "groupId": 0,
                        "group": {
                          "id": 0,
                          "name": "string",
                          "active": true,
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "type": "Committee",
                          "defaultGLAccount": "string",
                          "defaultCostCenter": "string",
                          "groupPicturePath": "string",
                          "groupPictureFileName": "string"
                        },
                        "membershipYear": 0,
                        "roleAliasId": 0,
                        "roleAlias": {
                          "id": 0,
                          "roleId": 0,
                          "role": {
                            "id": 0,
                            "name": "string"
                          },
                          "name": "string"
                        }
                      }
                    ],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [
                      {
                        "id": 0,
                        "title": "string",
                        "content": "string",
                        "createdAt": "2019-08-24T14:15:22Z",
                        "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                        "createdBy": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        }
                      }
                    ],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  },
                  "answer": "string",
                  "question": {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [],
                    "options": "string"
                  },
                  "enrollment": {
                    "activityId": 0,
                    "activity": {},
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [],
                          "options": "string"
                        },
                        "enrollment": {}
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                }
              ],
              "options": "string"
            }
          ],
          "showInKoala": true,
          "showOnWebsite": true,
          "isEnrollable": true,
          "areParticipantsVisible": true,
          "isAdultOnly": true,
          "isWeeklyDrinks": true,
          "allowedAudience": "None",
          "isOpenForPayment": true,
          "vatRate": 0,
          "enrollments": [
            {
              "activityId": 0,
              "activity": {},
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "price": 0.1,
              "specificationAnswers": [
                {
                  "id": 0,
                  "specificationQuestionId": 0,
                  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                  "member": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "studyId": 0,
                        "study": {
                          "id": 0,
                          "title": "string",
                          "nominalDurationYears": 0,
                          "type": "Bachelor",
                          "enrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ]
                        },
                        "enrollmentDate": "2019-08-24T14:15:22Z",
                        "completionDate": "2019-08-24T14:15:22Z",
                        "status": "Enrolled"
                      }
                    ],
                    "enrollments": [],
                    "groupMemberships": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "groupId": 0,
                        "group": {
                          "id": 0,
                          "name": "string",
                          "active": true,
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "type": "Committee",
                          "defaultGLAccount": "string",
                          "defaultCostCenter": "string",
                          "groupPicturePath": "string",
                          "groupPictureFileName": "string"
                        },
                        "membershipYear": 0,
                        "roleAliasId": 0,
                        "roleAlias": {
                          "id": 0,
                          "roleId": 0,
                          "role": {
                            "id": 0,
                            "name": "string"
                          },
                          "name": "string"
                        }
                      }
                    ],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [
                      {
                        "id": 0,
                        "title": "string",
                        "content": "string",
                        "createdAt": "2019-08-24T14:15:22Z",
                        "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                        "createdBy": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        }
                      }
                    ],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  },
                  "answer": "string",
                  "question": {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {},
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {},
                        "enrollment": {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "options": "string"
                  },
                  "enrollment": {
                    "activityId": 0,
                    "activity": {},
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                }
              ],
              "registeredOn": "2019-08-24T14:15:22Z",
              "isOnWaitingList": true
            }
          ],
          "glAccountId": "string",
          "costCenterId": "string",
          "costUnitId": "string",
          "paymentDeadline": "2019-08-24T14:15:22Z"
        },
        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
        "member": {
          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
          "studentNumber": 0,
          "firstName": "string",
          "lastName": "string",
          "email": "user@example.com",
          "phoneNumber": "string",
          "parentPhoneNumber": "string",
          "street": "string",
          "houseNumber": "string",
          "postalCode": "string",
          "city": "string",
          "dateOfBirth": "2019-08-24T14:15:22Z",
          "mailSubscriptions": 0,
          "notes": "string",
          "registeredOn": "2019-08-24T14:15:22Z",
          "studyEnrollments": [
            {
              "id": 0,
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [],
                "enrollments": [],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "studyId": 0,
              "study": {
                "id": 0,
                "title": "string",
                "nominalDurationYears": 0,
                "type": "Bachelor",
                "enrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {},
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ]
              },
              "enrollmentDate": "2019-08-24T14:15:22Z",
              "completionDate": "2019-08-24T14:15:22Z",
              "status": "Enrolled"
            }
          ],
          "enrollments": [],
          "groupMemberships": [
            {
              "id": 0,
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [],
                "groupMemberships": [],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "groupId": 0,
              "group": {
                "id": 0,
                "name": "string",
                "active": true,
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {},
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "type": "Committee",
                "defaultGLAccount": "string",
                "defaultCostCenter": "string",
                "groupPicturePath": "string",
                "groupPictureFileName": "string"
              },
              "membershipYear": 0,
              "roleAliasId": 0,
              "roleAlias": {
                "id": 0,
                "roleId": 0,
                "role": {
                  "id": 0,
                  "name": "string"
                },
                "name": "string"
              }
            }
          ],
          "preferredLanguage": "NL",
          "gratie": true,
          "lidVanVerdienste": true,
          "ereLid": true,
          "begunstiger": true,
          "suspended": true,
          "announcements": [
            {
              "id": 0,
              "title": "string",
              "content": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
              "createdBy": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              }
            }
          ],
          "profilePicturePath": "string",
          "profilePictureFileName": "string"
        },
        "price": 0.1,
        "specificationAnswers": [
          {
            "id": 0,
            "specificationQuestionId": 0,
            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
            "member": {
              "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
              "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
              "studentNumber": 0,
              "firstName": "string",
              "lastName": "string",
              "email": "user@example.com",
              "phoneNumber": "string",
              "parentPhoneNumber": "string",
              "street": "string",
              "houseNumber": "string",
              "postalCode": "string",
              "city": "string",
              "dateOfBirth": "2019-08-24T14:15:22Z",
              "mailSubscriptions": 0,
              "notes": "string",
              "registeredOn": "2019-08-24T14:15:22Z",
              "studyEnrollments": [
                {
                  "id": 0,
                  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                  "member": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [],
                    "enrollments": [],
                    "groupMemberships": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "groupId": 0,
                        "group": {
                          "id": 0,
                          "name": "string",
                          "active": true,
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "type": "Committee",
                          "defaultGLAccount": "string",
                          "defaultCostCenter": "string",
                          "groupPicturePath": "string",
                          "groupPictureFileName": "string"
                        },
                        "membershipYear": 0,
                        "roleAliasId": 0,
                        "roleAlias": {
                          "id": 0,
                          "roleId": 0,
                          "role": {
                            "id": 0,
                            "name": "string"
                          },
                          "name": "string"
                        }
                      }
                    ],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [
                      {
                        "id": 0,
                        "title": "string",
                        "content": "string",
                        "createdAt": "2019-08-24T14:15:22Z",
                        "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                        "createdBy": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        }
                      }
                    ],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  },
                  "studyId": 0,
                  "study": {
                    "id": 0,
                    "title": "string",
                    "nominalDurationYears": 0,
                    "type": "Bachelor",
                    "enrollments": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "studyId": 0,
                        "study": {},
                        "enrollmentDate": "2019-08-24T14:15:22Z",
                        "completionDate": "2019-08-24T14:15:22Z",
                        "status": "Enrolled"
                      }
                    ]
                  },
                  "enrollmentDate": "2019-08-24T14:15:22Z",
                  "completionDate": "2019-08-24T14:15:22Z",
                  "status": "Enrolled"
                }
              ],
              "enrollments": [],
              "groupMemberships": [
                {
                  "id": 0,
                  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                  "member": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "studyId": 0,
                        "study": {
                          "id": 0,
                          "title": "string",
                          "nominalDurationYears": 0,
                          "type": "Bachelor",
                          "enrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ]
                        },
                        "enrollmentDate": "2019-08-24T14:15:22Z",
                        "completionDate": "2019-08-24T14:15:22Z",
                        "status": "Enrolled"
                      }
                    ],
                    "enrollments": [],
                    "groupMemberships": [],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [
                      {
                        "id": 0,
                        "title": "string",
                        "content": "string",
                        "createdAt": "2019-08-24T14:15:22Z",
                        "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                        "createdBy": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        }
                      }
                    ],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  },
                  "groupId": 0,
                  "group": {
                    "id": 0,
                    "name": "string",
                    "active": true,
                    "groupMemberships": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "groupId": 0,
                        "group": {},
                        "membershipYear": 0,
                        "roleAliasId": 0,
                        "roleAlias": {
                          "id": 0,
                          "roleId": 0,
                          "role": {
                            "id": 0,
                            "name": "string"
                          },
                          "name": "string"
                        }
                      }
                    ],
                    "type": "Committee",
                    "defaultGLAccount": "string",
                    "defaultCostCenter": "string",
                    "groupPicturePath": "string",
                    "groupPictureFileName": "string"
                  },
                  "membershipYear": 0,
                  "roleAliasId": 0,
                  "roleAlias": {
                    "id": 0,
                    "roleId": 0,
                    "role": {
                      "id": 0,
                      "name": "string"
                    },
                    "name": "string"
                  }
                }
              ],
              "preferredLanguage": "NL",
              "gratie": true,
              "lidVanVerdienste": true,
              "ereLid": true,
              "begunstiger": true,
              "suspended": true,
              "announcements": [
                {
                  "id": 0,
                  "title": "string",
                  "content": "string",
                  "createdAt": "2019-08-24T14:15:22Z",
                  "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                  "createdBy": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "studyId": 0,
                        "study": {
                          "id": 0,
                          "title": "string",
                          "nominalDurationYears": 0,
                          "type": "Bachelor",
                          "enrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ]
                        },
                        "enrollmentDate": "2019-08-24T14:15:22Z",
                        "completionDate": "2019-08-24T14:15:22Z",
                        "status": "Enrolled"
                      }
                    ],
                    "enrollments": [],
                    "groupMemberships": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "groupId": 0,
                        "group": {
                          "id": 0,
                          "name": "string",
                          "active": true,
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "type": "Committee",
                          "defaultGLAccount": "string",
                          "defaultCostCenter": "string",
                          "groupPicturePath": "string",
                          "groupPictureFileName": "string"
                        },
                        "membershipYear": 0,
                        "roleAliasId": 0,
                        "roleAlias": {
                          "id": 0,
                          "roleId": 0,
                          "role": {
                            "id": 0,
                            "name": "string"
                          },
                          "name": "string"
                        }
                      }
                    ],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  }
                }
              ],
              "profilePicturePath": "string",
              "profilePictureFileName": "string"
            },
            "answer": "string",
            "question": {
              "id": 0,
              "activityId": 0,
              "questionDutch": "string",
              "questionEnglish": "string",
              "type": "String",
              "isMandatory": true,
              "isPublic": true,
              "activity": {
                "id": 0,
                "name": "string",
                "price": 0.1,
                "posterFileName": "string",
                "posterPath": "string",
                "dutchDescription": "string",
                "englishDescription": "string",
                "dateTimeStart": "2019-08-24T14:15:22Z",
                "dateTimeEnd": "2019-08-24T14:15:22Z",
                "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollOpenDate": "2019-08-24T14:15:22Z",
                "location": "string",
                "participantLimit": 0,
                "organizerId": 0,
                "organizer": {
                  "id": 0,
                  "name": "string",
                  "active": true,
                  "groupMemberships": [
                    {
                      "id": 0,
                      "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                      "member": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                        "studentNumber": 0,
                        "firstName": "string",
                        "lastName": "string",
                        "email": "user@example.com",
                        "phoneNumber": "string",
                        "parentPhoneNumber": "string",
                        "street": "string",
                        "houseNumber": "string",
                        "postalCode": "string",
                        "city": "string",
                        "dateOfBirth": "2019-08-24T14:15:22Z",
                        "mailSubscriptions": 0,
                        "notes": "string",
                        "registeredOn": "2019-08-24T14:15:22Z",
                        "studyEnrollments": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "studyId": 0,
                            "study": {
                              "enrollments": []
                            },
                            "enrollmentDate": "2019-08-24T14:15:22Z",
                            "completionDate": "2019-08-24T14:15:22Z",
                            "status": "Enrolled"
                          }
                        ],
                        "enrollments": [],
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "preferredLanguage": "NL",
                        "gratie": true,
                        "lidVanVerdienste": true,
                        "ereLid": true,
                        "begunstiger": true,
                        "suspended": true,
                        "announcements": [
                          {
                            "id": 0,
                            "title": "string",
                            "content": "string",
                            "createdAt": "2019-08-24T14:15:22Z",
                            "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                            "createdBy": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            }
                          }
                        ],
                        "profilePicturePath": "string",
                        "profilePictureFileName": "string"
                      },
                      "groupId": 0,
                      "group": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "membershipYear": 0,
                      "roleAliasId": 0,
                      "roleAlias": {
                        "id": 0,
                        "roleId": 0,
                        "role": {
                          "id": 0,
                          "name": "string"
                        },
                        "name": "string"
                      }
                    }
                  ],
                  "type": "Committee",
                  "defaultGLAccount": "string",
                  "defaultCostCenter": "string",
                  "groupPicturePath": "string",
                  "groupPictureFileName": "string"
                },
                "specificationQuestions": [
                  {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {},
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {},
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "options": "string"
                  }
                ],
                "showInKoala": true,
                "showOnWebsite": true,
                "isEnrollable": true,
                "areParticipantsVisible": true,
                "isAdultOnly": true,
                "isWeeklyDrinks": true,
                "allowedAudience": "None",
                "isOpenForPayment": true,
                "vatRate": 0,
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {},
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "glAccountId": "string",
                "costCenterId": "string",
                "costUnitId": "string",
                "paymentDeadline": "2019-08-24T14:15:22Z"
              },
              "answers": [
                {
                  "id": 0,
                  "specificationQuestionId": 0,
                  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                  "member": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "studyId": 0,
                        "study": {
                          "id": 0,
                          "title": "string",
                          "nominalDurationYears": 0,
                          "type": "Bachelor",
                          "enrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ]
                        },
                        "enrollmentDate": "2019-08-24T14:15:22Z",
                        "completionDate": "2019-08-24T14:15:22Z",
                        "status": "Enrolled"
                      }
                    ],
                    "enrollments": [],
                    "groupMemberships": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "groupId": 0,
                        "group": {
                          "id": 0,
                          "name": "string",
                          "active": true,
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "type": "Committee",
                          "defaultGLAccount": "string",
                          "defaultCostCenter": "string",
                          "groupPicturePath": "string",
                          "groupPictureFileName": "string"
                        },
                        "membershipYear": 0,
                        "roleAliasId": 0,
                        "roleAlias": {
                          "id": 0,
                          "roleId": 0,
                          "role": {
                            "id": 0,
                            "name": "string"
                          },
                          "name": "string"
                        }
                      }
                    ],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [
                      {
                        "id": 0,
                        "title": "string",
                        "content": "string",
                        "createdAt": "2019-08-24T14:15:22Z",
                        "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                        "createdBy": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        }
                      }
                    ],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  },
                  "answer": "string",
                  "question": {},
                  "enrollment": {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                }
              ],
              "options": "string"
            },
            "enrollment": {
              "activityId": 0,
              "activity": {
                "id": 0,
                "name": "string",
                "price": 0.1,
                "posterFileName": "string",
                "posterPath": "string",
                "dutchDescription": "string",
                "englishDescription": "string",
                "dateTimeStart": "2019-08-24T14:15:22Z",
                "dateTimeEnd": "2019-08-24T14:15:22Z",
                "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollOpenDate": "2019-08-24T14:15:22Z",
                "location": "string",
                "participantLimit": 0,
                "organizerId": 0,
                "organizer": {
                  "id": 0,
                  "name": "string",
                  "active": true,
                  "groupMemberships": [
                    {
                      "id": 0,
                      "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                      "member": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                        "studentNumber": 0,
                        "firstName": "string",
                        "lastName": "string",
                        "email": "user@example.com",
                        "phoneNumber": "string",
                        "parentPhoneNumber": "string",
                        "street": "string",
                        "houseNumber": "string",
                        "postalCode": "string",
                        "city": "string",
                        "dateOfBirth": "2019-08-24T14:15:22Z",
                        "mailSubscriptions": 0,
                        "notes": "string",
                        "registeredOn": "2019-08-24T14:15:22Z",
                        "studyEnrollments": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "studyId": 0,
                            "study": {
                              "enrollments": []
                            },
                            "enrollmentDate": "2019-08-24T14:15:22Z",
                            "completionDate": "2019-08-24T14:15:22Z",
                            "status": "Enrolled"
                          }
                        ],
                        "enrollments": [],
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "preferredLanguage": "NL",
                        "gratie": true,
                        "lidVanVerdienste": true,
                        "ereLid": true,
                        "begunstiger": true,
                        "suspended": true,
                        "announcements": [
                          {
                            "id": 0,
                            "title": "string",
                            "content": "string",
                            "createdAt": "2019-08-24T14:15:22Z",
                            "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                            "createdBy": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            }
                          }
                        ],
                        "profilePicturePath": "string",
                        "profilePictureFileName": "string"
                      },
                      "groupId": 0,
                      "group": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "membershipYear": 0,
                      "roleAliasId": 0,
                      "roleAlias": {
                        "id": 0,
                        "roleId": 0,
                        "role": {
                          "id": 0,
                          "name": "string"
                        },
                        "name": "string"
                      }
                    }
                  ],
                  "type": "Committee",
                  "defaultGLAccount": "string",
                  "defaultCostCenter": "string",
                  "groupPicturePath": "string",
                  "groupPictureFileName": "string"
                },
                "specificationQuestions": [
                  {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [],
                          "options": "string"
                        },
                        "enrollment": {}
                      }
                    ],
                    "options": "string"
                  }
                ],
                "showInKoala": true,
                "showOnWebsite": true,
                "isEnrollable": true,
                "areParticipantsVisible": true,
                "isAdultOnly": true,
                "isWeeklyDrinks": true,
                "allowedAudience": "None",
                "isOpenForPayment": true,
                "vatRate": 0,
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {},
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "glAccountId": "string",
                "costCenterId": "string",
                "costUnitId": "string",
                "paymentDeadline": "2019-08-24T14:15:22Z"
              },
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "price": 0.1,
              "specificationAnswers": [],
              "registeredOn": "2019-08-24T14:15:22Z",
              "isOnWaitingList": true
            }
          }
        ],
        "registeredOn": "2019-08-24T14:15:22Z",
        "isOnWaitingList": true
      }
    ],
    "groupMemberships": [
      {
        "id": 0,
        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
        "member": {
          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
          "studentNumber": 0,
          "firstName": "string",
          "lastName": "string",
          "email": "user@example.com",
          "phoneNumber": "string",
          "parentPhoneNumber": "string",
          "street": "string",
          "houseNumber": "string",
          "postalCode": "string",
          "city": "string",
          "dateOfBirth": "2019-08-24T14:15:22Z",
          "mailSubscriptions": 0,
          "notes": "string",
          "registeredOn": "2019-08-24T14:15:22Z",
          "studyEnrollments": [
            {
              "id": 0,
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [],
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "groupMemberships": [],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "studyId": 0,
              "study": {
                "id": 0,
                "title": "string",
                "nominalDurationYears": 0,
                "type": "Bachelor",
                "enrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {},
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ]
              },
              "enrollmentDate": "2019-08-24T14:15:22Z",
              "completionDate": "2019-08-24T14:15:22Z",
              "status": "Enrolled"
            }
          ],
          "enrollments": [
            {
              "activityId": 0,
              "activity": {
                "id": 0,
                "name": "string",
                "price": 0.1,
                "posterFileName": "string",
                "posterPath": "string",
                "dutchDescription": "string",
                "englishDescription": "string",
                "dateTimeStart": "2019-08-24T14:15:22Z",
                "dateTimeEnd": "2019-08-24T14:15:22Z",
                "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollOpenDate": "2019-08-24T14:15:22Z",
                "location": "string",
                "participantLimit": 0,
                "organizerId": 0,
                "organizer": {
                  "id": 0,
                  "name": "string",
                  "active": true,
                  "groupMemberships": [
                    {
                      "id": 0,
                      "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                      "member": {},
                      "groupId": 0,
                      "group": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "membershipYear": 0,
                      "roleAliasId": 0,
                      "roleAlias": {
                        "id": 0,
                        "roleId": 0,
                        "role": {
                          "id": 0,
                          "name": "string"
                        },
                        "name": "string"
                      }
                    }
                  ],
                  "type": "Committee",
                  "defaultGLAccount": "string",
                  "defaultCostCenter": "string",
                  "groupPicturePath": "string",
                  "groupPictureFileName": "string"
                },
                "specificationQuestions": [
                  {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "options": "string"
                  }
                ],
                "showInKoala": true,
                "showOnWebsite": true,
                "isEnrollable": true,
                "areParticipantsVisible": true,
                "isAdultOnly": true,
                "isWeeklyDrinks": true,
                "allowedAudience": "None",
                "isOpenForPayment": true,
                "vatRate": 0,
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {},
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "glAccountId": "string",
                "costCenterId": "string",
                "costUnitId": "string",
                "paymentDeadline": "2019-08-24T14:15:22Z"
              },
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [],
                "groupMemberships": [],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "price": 0.1,
              "specificationAnswers": [
                {
                  "id": 0,
                  "specificationQuestionId": 0,
                  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                  "member": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "studyId": 0,
                        "study": {
                          "id": 0,
                          "title": "string",
                          "nominalDurationYears": 0,
                          "type": "Bachelor",
                          "enrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ]
                        },
                        "enrollmentDate": "2019-08-24T14:15:22Z",
                        "completionDate": "2019-08-24T14:15:22Z",
                        "status": "Enrolled"
                      }
                    ],
                    "enrollments": [],
                    "groupMemberships": [],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [
                      {
                        "id": 0,
                        "title": "string",
                        "content": "string",
                        "createdAt": "2019-08-24T14:15:22Z",
                        "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                        "createdBy": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        }
                      }
                    ],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  },
                  "answer": "string",
                  "question": {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {},
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {},
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "options": "string"
                  },
                  "enrollment": {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                }
              ],
              "registeredOn": "2019-08-24T14:15:22Z",
              "isOnWaitingList": true
            }
          ],
          "groupMemberships": [],
          "preferredLanguage": "NL",
          "gratie": true,
          "lidVanVerdienste": true,
          "ereLid": true,
          "begunstiger": true,
          "suspended": true,
          "announcements": [
            {
              "id": 0,
              "title": "string",
              "content": "string",
              "createdAt": "2019-08-24T14:15:22Z",
              "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
              "createdBy": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "groupMemberships": [],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              }
            }
          ],
          "profilePicturePath": "string",
          "profilePictureFileName": "string"
        },
        "groupId": 0,
        "group": {
          "id": 0,
          "name": "string",
          "active": true,
          "groupMemberships": [
            {
              "id": 0,
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [
                        {
                          "id": 0,
                          "title": "string",
                          "content": "string",
                          "createdAt": "2019-08-24T14:15:22Z",
                          "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                          "createdBy": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          }
                        }
                      ],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [
                            {
                              "createdBy": {}
                            }
                          ],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [
                              {}
                            ],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "groupMemberships": [],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [
                  {
                    "id": 0,
                    "title": "string",
                    "content": "string",
                    "createdAt": "2019-08-24T14:15:22Z",
                    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
                    "createdBy": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    }
                  }
                ],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "groupId": 0,
              "group": {},
              "membershipYear": 0,
              "roleAliasId": 0,
              "roleAlias": {
                "id": 0,
                "roleId": 0,
                "role": {
                  "id": 0,
                  "name": "string"
                },
                "name": "string"
              }
            }
          ],
          "type": "Committee",
          "defaultGLAccount": "string",
          "defaultCostCenter": "string",
          "groupPicturePath": "string",
          "groupPictureFileName": "string"
        },
        "membershipYear": 0,
        "roleAliasId": 0,
        "roleAlias": {
          "id": 0,
          "roleId": 0,
          "role": {
            "id": 0,
            "name": "string"
          },
          "name": "string"
        }
      }
    ],
    "preferredLanguage": "NL",
    "gratie": true,
    "lidVanVerdienste": true,
    "ereLid": true,
    "begunstiger": true,
    "suspended": true,
    "announcements": [
      {
        "id": 0,
        "title": "string",
        "content": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",
        "createdBy": {
          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
          "studentNumber": 0,
          "firstName": "string",
          "lastName": "string",
          "email": "user@example.com",
          "phoneNumber": "string",
          "parentPhoneNumber": "string",
          "street": "string",
          "houseNumber": "string",
          "postalCode": "string",
          "city": "string",
          "dateOfBirth": "2019-08-24T14:15:22Z",
          "mailSubscriptions": 0,
          "notes": "string",
          "registeredOn": "2019-08-24T14:15:22Z",
          "studyEnrollments": [
            {
              "id": 0,
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [],
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "studyId": 0,
              "study": {
                "id": 0,
                "title": "string",
                "nominalDurationYears": 0,
                "type": "Bachelor",
                "enrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {},
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ]
              },
              "enrollmentDate": "2019-08-24T14:15:22Z",
              "completionDate": "2019-08-24T14:15:22Z",
              "status": "Enrolled"
            }
          ],
          "enrollments": [
            {
              "activityId": 0,
              "activity": {
                "id": 0,
                "name": "string",
                "price": 0.1,
                "posterFileName": "string",
                "posterPath": "string",
                "dutchDescription": "string",
                "englishDescription": "string",
                "dateTimeStart": "2019-08-24T14:15:22Z",
                "dateTimeEnd": "2019-08-24T14:15:22Z",
                "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollmentDeadline": "2019-08-24T14:15:22Z",
                "enrollOpenDate": "2019-08-24T14:15:22Z",
                "location": "string",
                "participantLimit": 0,
                "organizerId": 0,
                "organizer": {
                  "id": 0,
                  "name": "string",
                  "active": true,
                  "groupMemberships": [
                    {
                      "id": 0,
                      "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                      "member": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                        "studentNumber": 0,
                        "firstName": "string",
                        "lastName": "string",
                        "email": "user@example.com",
                        "phoneNumber": "string",
                        "parentPhoneNumber": "string",
                        "street": "string",
                        "houseNumber": "string",
                        "postalCode": "string",
                        "city": "string",
                        "dateOfBirth": "2019-08-24T14:15:22Z",
                        "mailSubscriptions": 0,
                        "notes": "string",
                        "registeredOn": "2019-08-24T14:15:22Z",
                        "studyEnrollments": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "studyId": 0,
                            "study": {
                              "enrollments": []
                            },
                            "enrollmentDate": "2019-08-24T14:15:22Z",
                            "completionDate": "2019-08-24T14:15:22Z",
                            "status": "Enrolled"
                          }
                        ],
                        "enrollments": [],
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "preferredLanguage": "NL",
                        "gratie": true,
                        "lidVanVerdienste": true,
                        "ereLid": true,
                        "begunstiger": true,
                        "suspended": true,
                        "announcements": [],
                        "profilePicturePath": "string",
                        "profilePictureFileName": "string"
                      },
                      "groupId": 0,
                      "group": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "membershipYear": 0,
                      "roleAliasId": 0,
                      "roleAlias": {
                        "id": 0,
                        "roleId": 0,
                        "role": {
                          "id": 0,
                          "name": "string"
                        },
                        "name": "string"
                      }
                    }
                  ],
                  "type": "Committee",
                  "defaultGLAccount": "string",
                  "defaultCostCenter": "string",
                  "groupPicturePath": "string",
                  "groupPictureFileName": "string"
                },
                "specificationQuestions": [
                  {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "options": "string"
                  }
                ],
                "showInKoala": true,
                "showOnWebsite": true,
                "isEnrollable": true,
                "areParticipantsVisible": true,
                "isAdultOnly": true,
                "isWeeklyDrinks": true,
                "allowedAudience": "None",
                "isOpenForPayment": true,
                "vatRate": 0,
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {},
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "glAccountId": "string",
                "costCenterId": "string",
                "costUnitId": "string",
                "paymentDeadline": "2019-08-24T14:15:22Z"
              },
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [],
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {
                      "id": 0,
                      "name": "string",
                      "active": true,
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {},
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "type": "Committee",
                      "defaultGLAccount": "string",
                      "defaultCostCenter": "string",
                      "groupPicturePath": "string",
                      "groupPictureFileName": "string"
                    },
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "price": 0.1,
              "specificationAnswers": [
                {
                  "id": 0,
                  "specificationQuestionId": 0,
                  "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                  "member": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                    "studentNumber": 0,
                    "firstName": "string",
                    "lastName": "string",
                    "email": "user@example.com",
                    "phoneNumber": "string",
                    "parentPhoneNumber": "string",
                    "street": "string",
                    "houseNumber": "string",
                    "postalCode": "string",
                    "city": "string",
                    "dateOfBirth": "2019-08-24T14:15:22Z",
                    "mailSubscriptions": 0,
                    "notes": "string",
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "studyEnrollments": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "studyId": 0,
                        "study": {
                          "id": 0,
                          "title": "string",
                          "nominalDurationYears": 0,
                          "type": "Bachelor",
                          "enrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ]
                        },
                        "enrollmentDate": "2019-08-24T14:15:22Z",
                        "completionDate": "2019-08-24T14:15:22Z",
                        "status": "Enrolled"
                      }
                    ],
                    "enrollments": [],
                    "groupMemberships": [
                      {
                        "id": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "groupId": 0,
                        "group": {
                          "id": 0,
                          "name": "string",
                          "active": true,
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "type": "Committee",
                          "defaultGLAccount": "string",
                          "defaultCostCenter": "string",
                          "groupPicturePath": "string",
                          "groupPictureFileName": "string"
                        },
                        "membershipYear": 0,
                        "roleAliasId": 0,
                        "roleAlias": {
                          "id": 0,
                          "roleId": 0,
                          "role": {
                            "id": 0,
                            "name": "string"
                          },
                          "name": "string"
                        }
                      }
                    ],
                    "preferredLanguage": "NL",
                    "gratie": true,
                    "lidVanVerdienste": true,
                    "ereLid": true,
                    "begunstiger": true,
                    "suspended": true,
                    "announcements": [],
                    "profilePicturePath": "string",
                    "profilePictureFileName": "string"
                  },
                  "answer": "string",
                  "question": {
                    "id": 0,
                    "activityId": 0,
                    "questionDutch": "string",
                    "questionEnglish": "string",
                    "type": "String",
                    "isMandatory": true,
                    "isPublic": true,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {},
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "answers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [
                            {
                              "member": {},
                              "group": {},
                              "roleAlias": {}
                            }
                          ],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {},
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "options": "string"
                  },
                  "enrollment": {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {
                              "studyEnrollments": [],
                              "enrollments": [],
                              "groupMemberships": [],
                              "announcements": []
                            },
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [
                              {}
                            ],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "groupId": 0,
                          "group": {
                            "id": 0,
                            "name": "string",
                            "active": true,
                            "groupMemberships": [
                              {}
                            ],
                            "type": "Committee",
                            "defaultGLAccount": "string",
                            "defaultCostCenter": "string",
                            "groupPicturePath": "string",
                            "groupPictureFileName": "string"
                          },
                          "membershipYear": 0,
                          "roleAliasId": 0,
                          "roleAlias": {
                            "id": 0,
                            "roleId": 0,
                            "role": {},
                            "name": "string"
                          }
                        }
                      ],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                }
              ],
              "registeredOn": "2019-08-24T14:15:22Z",
              "isOnWaitingList": true
            }
          ],
          "groupMemberships": [
            {
              "id": 0,
              "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
              "member": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                "studentNumber": 0,
                "firstName": "string",
                "lastName": "string",
                "email": "user@example.com",
                "phoneNumber": "string",
                "parentPhoneNumber": "string",
                "street": "string",
                "houseNumber": "string",
                "postalCode": "string",
                "city": "string",
                "dateOfBirth": "2019-08-24T14:15:22Z",
                "mailSubscriptions": 0,
                "notes": "string",
                "registeredOn": "2019-08-24T14:15:22Z",
                "studyEnrollments": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "studyId": 0,
                    "study": {
                      "id": 0,
                      "title": "string",
                      "nominalDurationYears": 0,
                      "type": "Bachelor",
                      "enrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {},
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ]
                    },
                    "enrollmentDate": "2019-08-24T14:15:22Z",
                    "completionDate": "2019-08-24T14:15:22Z",
                    "status": "Enrolled"
                  }
                ],
                "enrollments": [
                  {
                    "activityId": 0,
                    "activity": {
                      "id": 0,
                      "name": "string",
                      "price": 0.1,
                      "posterFileName": "string",
                      "posterPath": "string",
                      "dutchDescription": "string",
                      "englishDescription": "string",
                      "dateTimeStart": "2019-08-24T14:15:22Z",
                      "dateTimeEnd": "2019-08-24T14:15:22Z",
                      "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollmentDeadline": "2019-08-24T14:15:22Z",
                      "enrollOpenDate": "2019-08-24T14:15:22Z",
                      "location": "string",
                      "participantLimit": 0,
                      "organizerId": 0,
                      "organizer": {
                        "id": 0,
                        "name": "string",
                        "active": true,
                        "groupMemberships": [
                          {
                            "id": 0,
                            "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                            "member": {},
                            "groupId": 0,
                            "group": {
                              "groupMemberships": []
                            },
                            "membershipYear": 0,
                            "roleAliasId": 0,
                            "roleAlias": {
                              "role": {}
                            }
                          }
                        ],
                        "type": "Committee",
                        "defaultGLAccount": "string",
                        "defaultCostCenter": "string",
                        "groupPicturePath": "string",
                        "groupPictureFileName": "string"
                      },
                      "specificationQuestions": [
                        {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        }
                      ],
                      "showInKoala": true,
                      "showOnWebsite": true,
                      "isEnrollable": true,
                      "areParticipantsVisible": true,
                      "isAdultOnly": true,
                      "isWeeklyDrinks": true,
                      "allowedAudience": "None",
                      "isOpenForPayment": true,
                      "vatRate": 0,
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {},
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "glAccountId": "string",
                      "costCenterId": "string",
                      "costUnitId": "string",
                      "paymentDeadline": "2019-08-24T14:15:22Z"
                    },
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "price": 0.1,
                    "specificationAnswers": [
                      {
                        "id": 0,
                        "specificationQuestionId": 0,
                        "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                        "member": {
                          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                          "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                          "studentNumber": 0,
                          "firstName": "string",
                          "lastName": "string",
                          "email": "user@example.com",
                          "phoneNumber": "string",
                          "parentPhoneNumber": "string",
                          "street": "string",
                          "houseNumber": "string",
                          "postalCode": "string",
                          "city": "string",
                          "dateOfBirth": "2019-08-24T14:15:22Z",
                          "mailSubscriptions": 0,
                          "notes": "string",
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "studyEnrollments": [
                            {
                              "member": {},
                              "study": {}
                            }
                          ],
                          "enrollments": [],
                          "groupMemberships": [],
                          "preferredLanguage": "NL",
                          "gratie": true,
                          "lidVanVerdienste": true,
                          "ereLid": true,
                          "begunstiger": true,
                          "suspended": true,
                          "announcements": [],
                          "profilePicturePath": "string",
                          "profilePictureFileName": "string"
                        },
                        "answer": "string",
                        "question": {
                          "id": 0,
                          "activityId": 0,
                          "questionDutch": "string",
                          "questionEnglish": "string",
                          "type": "String",
                          "isMandatory": true,
                          "isPublic": true,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "answers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "options": "string"
                        },
                        "enrollment": {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      }
                    ],
                    "registeredOn": "2019-08-24T14:15:22Z",
                    "isOnWaitingList": true
                  }
                ],
                "groupMemberships": [],
                "preferredLanguage": "NL",
                "gratie": true,
                "lidVanVerdienste": true,
                "ereLid": true,
                "begunstiger": true,
                "suspended": true,
                "announcements": [],
                "profilePicturePath": "string",
                "profilePictureFileName": "string"
              },
              "groupId": 0,
              "group": {
                "id": 0,
                "name": "string",
                "active": true,
                "groupMemberships": [
                  {
                    "id": 0,
                    "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                    "member": {
                      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                      "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                      "studentNumber": 0,
                      "firstName": "string",
                      "lastName": "string",
                      "email": "user@example.com",
                      "phoneNumber": "string",
                      "parentPhoneNumber": "string",
                      "street": "string",
                      "houseNumber": "string",
                      "postalCode": "string",
                      "city": "string",
                      "dateOfBirth": "2019-08-24T14:15:22Z",
                      "mailSubscriptions": 0,
                      "notes": "string",
                      "registeredOn": "2019-08-24T14:15:22Z",
                      "studyEnrollments": [
                        {
                          "id": 0,
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [],
                            "enrollments": [
                              {}
                            ],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "studyId": 0,
                          "study": {
                            "id": 0,
                            "title": "string",
                            "nominalDurationYears": 0,
                            "type": "Bachelor",
                            "enrollments": [
                              {}
                            ]
                          },
                          "enrollmentDate": "2019-08-24T14:15:22Z",
                          "completionDate": "2019-08-24T14:15:22Z",
                          "status": "Enrolled"
                        }
                      ],
                      "enrollments": [
                        {
                          "activityId": 0,
                          "activity": {
                            "id": 0,
                            "name": "string",
                            "price": 0.1,
                            "posterFileName": "string",
                            "posterPath": "string",
                            "dutchDescription": "string",
                            "englishDescription": "string",
                            "dateTimeStart": "2019-08-24T14:15:22Z",
                            "dateTimeEnd": "2019-08-24T14:15:22Z",
                            "unenrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollmentDeadline": "2019-08-24T14:15:22Z",
                            "enrollOpenDate": "2019-08-24T14:15:22Z",
                            "location": "string",
                            "participantLimit": 0,
                            "organizerId": 0,
                            "organizer": {
                              "groupMemberships": []
                            },
                            "specificationQuestions": [
                              {}
                            ],
                            "showInKoala": true,
                            "showOnWebsite": true,
                            "isEnrollable": true,
                            "areParticipantsVisible": true,
                            "isAdultOnly": true,
                            "isWeeklyDrinks": true,
                            "allowedAudience": "None",
                            "isOpenForPayment": true,
                            "vatRate": 0,
                            "enrollments": [
                              {}
                            ],
                            "glAccountId": "string",
                            "costCenterId": "string",
                            "costUnitId": "string",
                            "paymentDeadline": "2019-08-24T14:15:22Z"
                          },
                          "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
                          "member": {
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "keycloakId": "986e9f28-bd56-4af7-b160-5e7df599f68e",
                            "studentNumber": 0,
                            "firstName": "string",
                            "lastName": "string",
                            "email": "user@example.com",
                            "phoneNumber": "string",
                            "parentPhoneNumber": "string",
                            "street": "string",
                            "houseNumber": "string",
                            "postalCode": "string",
                            "city": "string",
                            "dateOfBirth": "2019-08-24T14:15:22Z",
                            "mailSubscriptions": 0,
                            "notes": "string",
                            "registeredOn": "2019-08-24T14:15:22Z",
                            "studyEnrollments": [
                              {}
                            ],
                            "enrollments": [],
                            "groupMemberships": [],
                            "preferredLanguage": "NL",
                            "gratie": true,
                            "lidVanVerdienste": true,
                            "ereLid": true,
                            "begunstiger": true,
                            "suspended": true,
                            "announcements": [],
                            "profilePicturePath": "string",
                            "profilePictureFileName": "string"
                          },
                          "price": 0.1,
                          "specificationAnswers": [
                            {
                              "member": {},
                              "question": {},
                              "enrollment": {}
                            }
                          ],
                          "registeredOn": "2019-08-24T14:15:22Z",
                          "isOnWaitingList": true
                        }
                      ],
                      "groupMemberships": [],
                      "preferredLanguage": "NL",
                      "gratie": true,
                      "lidVanVerdienste": true,
                      "ereLid": true,
                      "begunstiger": true,
                      "suspended": true,
                      "announcements": [],
                      "profilePicturePath": "string",
                      "profilePictureFileName": "string"
                    },
                    "groupId": 0,
                    "group": {},
                    "membershipYear": 0,
                    "roleAliasId": 0,
                    "roleAlias": {
                      "id": 0,
                      "roleId": 0,
                      "role": {
                        "id": 0,
                        "name": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "type": "Committee",
                "defaultGLAccount": "string",
                "defaultCostCenter": "string",
                "groupPicturePath": "string",
                "groupPictureFileName": "string"
              },
              "membershipYear": 0,
              "roleAliasId": 0,
              "roleAlias": {
                "id": 0,
                "roleId": 0,
                "role": {
                  "id": 0,
                  "name": "string"
                },
                "name": "string"
              }
            }
          ],
          "preferredLanguage": "NL",
          "gratie": true,
          "lidVanVerdienste": true,
          "ereLid": true,
          "begunstiger": true,
          "suspended": true,
          "announcements": [],
          "profilePicturePath": "string",
          "profilePictureFileName": "string"
        }
      }
    ],
    "profilePicturePath": "string",
    "profilePictureFileName": "string"
  },
  "accountingToolEntryId": "21a0af4d-4f7e-4296-be7c-be05033fdb78",
  "manuallyMarkedAsPaid": true
}
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}