---
title: "iulmini WELCOME PARTY 26/27"
description: "<p><strong>Milano inizia qui.</strong></p><p>Giovedì 24 settembre, Republic Milano si trasforma nella festa che apre ufficialmente il tuo anno accademico: il Welcome Party di iulmini, l'appuntamento c"
canonical: "https://www.gomry.com/event/iulmini-WELCOME-PARTY-2627-LOUgv6BrLqRHZBHhZZ4s"
---

# iulmini WELCOME PARTY 26/27

- **Event id**: `LOUgv6BrLqRHZBHhZZ4s`
- **Starts**: 2026-09-24T21:30:00.000Z (Europe/Rome)
- **Ends**: 2026-09-25T03:00:00.000Z (Europe/Rome)
- **Where**: Milano, Italia
- **Organizer**: SUGAR
- **Availability**: `on_sale`
- **Price**: 25.00 eur
- **Page**: https://www.gomry.com/event/iulmini-WELCOME-PARTY-2627-LOUgv6BrLqRHZBHhZZ4s?utm_medium=web&utm_campaign=catalogApi

## About

<p><strong>Milano inizia qui.</strong></p><p>Giovedì 24 settembre, Republic Milano si trasforma nella festa che apre ufficialmente il tuo anno accademico: il Welcome Party di iulmini, l'appuntamento che ogni matricola IULM aspetta ancora prima di sapere che esiste.</p><p>Nuova città, nuove facce, nuova vita e una sola notte per iniziare tutto nel modo giusto. Le persone che incontrerai quella sera sono quelle con cui condividerai aule, esami, case e i prossimi tre anni. Meglio conoscerle in pista che in fila in segreteria.</p><p>📍 Republic - Piazza della Repubblica 12, Milano<br>🕐 Dalle 23:30<br>👗 Dress code: smart elegant, no sportswear<br>🎟 Ingresso in prevendita - i posti non sono infiniti, Milano sì</p><p>Freshers 2026. Benvenuta matricola. Si comincia.</p><p><strong>Il 17 ci conosciamo. Il 24 facciamo festa.</strong><br>Prima della festa, conosciamoci all'Aperitivo di Benvenuto del 17 settembre → <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.gomry.com/event/APERITIVO-DI-BENVENUTO-iulmini-2627-46T46DOo0kriTkNyaiYb">Scopri l'evento</a></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `4t1RvaEonj3Z8ecPYWHn` | FIRST RELEASE | 15.00 | eur | no — not currently on sale | 1–1 | no | — |
| `p0YWHtAypqjLVzNJnNeg` | SECOND RELEASE | 20.00 | eur | no — not currently on sale | 1–1 | no | — |
| `noAzU8QJhuxSUcMLZ4z2` | THIRD RELEASE | 20.00 | eur | no — not currently on sale | 1–1 | no | — |
| `XBu5ppQoaFSUf4CtL2Ys` | FOURTH RELEASE | 25.00 | eur | no — not currently on sale | 1–1 | no | 2026-08-31T21:59:00.000Z |
| `7n8OGVSXXLiUlDJLh998` | FIFTH RELEASE | 25.00 | eur | yes | 1–10 | no | 2026-09-21T21: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 |
| --- | --- | --- | --- | --- | --- |
| `r7xrbjy56ekqpjfyiovyt` | Data di nascita | date | 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": "7n8OGVSXXLiUlDJLh998",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "r7xrbjy56ekqpjfyiovyt",
      "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
