mess_create_registration
Register for a meal at the IIIT Hyderabad mess system by specifying date, meal type, and mess location. Book breakfast, lunch, snacks, or dinner with optional guest count.
Instructions
Register the user for a meal at a specific mess on a date.
Use this when the user wants to book/register for breakfast, lunch, or dinner. Fails with 403 if the registration window is closed or the mess is full.
Args: params: auth_key/session, meal_date, meal_type, meal_mess, optional guests (int)
Returns: JSON MealRegistration on success, or 204 if already registered
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |