{
  "data": {
    "@odata.type": "#microsoft.graph.virtualEventRegistration",
    "id": "127962bb-84e1-7b62-fd98-1c9d39def7b6",
    "userId": "b7ef013a-c73c-4ec7-8ccb-e56290f45f68",
    "firstName": "Emilee",
    "lastName": "Pham",
    "email": "EmileeMPham@contoso.com",
    "externalRegistrationInformation": {
      "referrer": "Facebook",
      "registrationId": "myExternalRegistrationId"
    },
    "status": "registered",
    "registrationDateTime": "2023-03-07T22:04:17",
    "cancelationDateTime": null,
    "registrationQuestionAnswers": [
      {
        "questionId": "95320781-96b3-4b8f-8cf8-e6561d23447a",
        "displayName": null,
        "value": null,
        "booleanValue": null,
        "multiChoiceValues": [
          "Seattle"
        ]
      },
      {
        "questionId": "4577afdb-8bee-4219-b482-04b52c6b855c",
        "displayName": null,
        "value": null,
        "booleanValue": true,
        "multiChoiceValues": []
      },
      {
        "questionId": "80fefcf1-caf7-4cd3-b8d7-159e17c47f20",
        "displayName": null,
        "value": null,
        "booleanValue": null,
        "multiChoiceValues": [
          "Cancun",
          "Hoboken",
          "Beijing"
        ]
      }
    ]
  }
}