Skip to content

Latest commit

 

History

History
78 lines (74 loc) · 1.03 KB

File metadata and controls

78 lines (74 loc) · 1.03 KB
description Automatically generated file. DO NOT MODIFY
mgc solutions virtual-events webinars registrations create --virtual-event-webinar-id {virtualEventWebinar-id} --body '{
\
  "externalRegistrationInformation": {
\
    "referrer": "Facebook",
\
    "registrationId": "myExternalRegistrationId"
\
  },
\
  "preferredTimezone":"Pacific Standard Time",
\
  "preferredLanguage":"en-us",
\
  "registrationQuestionAnswers": [
\
    {
\
      "questionId": "95320781-96b3-4b8f-8cf8-e6561d23447a",
\
      "value": null,
\
      "booleanValue": null,
\
      "multiChoiceValues": [
\
        "Seattle"
\
      ]
\
    },
\
    {
\
      "questionId": "4577afdb-8bee-4219-b482-04b52c6b855c",
\
      "value": null,
\
      "booleanValue": true,
\
      "multiChoiceValues": []
\
    },
\
    {
\
      "questionId": "80fefcf1-caf7-4cd3-b8d7-159e17c47f20",
\
      "value": null,
\
      "booleanValue": null,
\
      "multiChoiceValues": [
\
        "Cancun",
\
        "Hoboken",
\
        "Beijing"
\
      ]
\
    }
\
  ]
\
}
\
'