---
title: "Italian Dinner"
description: "<p>The semester has started, so what better way to spend the evening than with good food and great company? <br><br>Join us for a special Italian dinner where you’ll have the chance to meet new people"
canonical: "https://www.gomry.com/event/Italian-Dinner-Ajolzk2gi0Ufgf4etpJf"
---

# Italian Dinner

- **Event id**: `Ajolzk2gi0Ufgf4etpJf`
- **Starts**: 2026-10-03T18:00:00.000Z (Europe/Rome)
- **Ends**: 2026-10-03T21:00:00.000Z (Europe/Rome)
- **Where**: Milano, Italia
- **Organizer**: ESN Milano IULM
- **Availability**: `on_sale`
- **Price**: 18.00 eur
- **Page**: https://www.gomry.com/event/Italian-Dinner-Ajolzk2gi0Ufgf4etpJf?utm_medium=web&utm_campaign=catalogApi

## About

<p>The semester has started, so what better way to spend the evening than with good food and great company? <br><br>Join us for a special Italian dinner where you’ll have the chance to meet new people,<strong> enjoy a full dinner together and and toast to the start of this new adventure together (yes, unlimited wine is included!</strong><br><br>Dinner includes:</p><ul><li><p>focaccia</p></li><li><p>cold cuts</p></li><li><p>a first course</p></li><li><p>water</p></li><li><p>unlimited red &amp; white wine</p><p></p></li></ul><p>And once dinner is over, the night is far from finished. We’ll head together to<strong> Magazzini Generali,</strong> just a couple of minutes away, and<strong> keep the night going on the dance floor! 💃</strong><br><br><strong>⚠️ Limited spots available!<br></strong>Registrations close 3 days before the event, so make sure to secure your spot in time!<br><br><em>Ticket not refundable</em></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `101U2Y1bIAFrKYELrLSw` | Italian dinner | 18.00 | eur | yes | 1–1 | no | 2026-09-30T21:59:00.000Z |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `3dga3swj47ixi2r69v6i3` | Do you have any allergie or diet restrictions that we should know of? | text | yes | yes | — |

Send these back as `attendee_answers` (`{ question_id, value }`). A missing
required answer keeps a checkout session unpayable. `dropdown` and
`multipleChoice` answers must match one of the listed options exactly.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "101U2Y1bIAFrKYELrLSw",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "3dga3swj47ixi2r69v6i3",
      "value": "<answer>"
    }
  ]
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
