Path parameters

  • ID integer Required

    Resource ID

application/json

Body Required

Not all properties can be submitted at the same time talk to martin about it:)

Setting Attendance

Send action: set_attendance along with minimum of these: - event_id - attendance

Responses

  • 200 application/json

    Depending on action it may return various responses

PUT /registrations/{ID}
curl \
 -X PUT https://api.zooza.app/v1/registrations/{ID} \
 -H "Content-Type: application/json" \
 -d '{"action":"set_attendance","notify_alternate_email":"string","notify_alternate_email_only":true,"slots":42,"notify":true,"notify_about_upcoming_events":true,"schedule_id":42,"extra_replacements_limit":42,"company_note":"string","public_note":"string","payments_managed_by":42,"invoice_profile":42,"attendance":"attended","consent":"string","other_company":"string","cancellation_reason":"string","use_voucher":true}'
Request examples
{
  "action": "set_attendance",
  "notify_alternate_email": "string",
  "notify_alternate_email_only": true,
  "slots": 42,
  "notify": true,
  "notify_about_upcoming_events": true,
  "schedule_id": 42,
  "extra_replacements_limit": 42,
  "company_note": "string",
  "public_note": "string",
  "payments_managed_by": 42,
  "invoice_profile": 42,
  "attendance": "attended",
  "consent": "string",
  "other_company": "string",
  "cancellation_reason": "string",
  "use_voucher": true
}
Response examples (200)
[]