register_event
Register the authenticated user for a school event by providing an event ID. Optionally specify ticket quantity.
Instructions
Registers the authenticated user for a school event. Requires event_id. Optionally specify quantity (default 1). This is a WRITE operation - confirm with the user before registering. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID | |
| quantity | No | Number of tickets |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| status | No | ||
| eventId | No | ||
| quantity | No |