---
title: "Salsa and Bachata"
description: "<p>Hi everyone 🥰</p><p>My name is Chiara and I would love to meet you at the <strong>Salsa &amp; Bachata Class</strong> 🕺🏻</p><p>Have you ever said to yourself \"I really want to learn to dance\"? Th"
canonical: "https://www.gomry.com/event/Salsa-and-Bachata-2v2ENA6npCP5UvdjPiCF"
---

# Salsa and Bachata

- **Event id**: `2v2ENA6npCP5UvdjPiCF`
- **Starts**: 2026-09-28T15:30:00.000Z (Europe/Rome)
- **Ends**: 2026-09-28T16:45:00.000Z (Europe/Rome)
- **Where**: Milano, Italia
- **Organizer**: ESN Milano-Bicocca
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/Salsa-and-Bachata-2v2ENA6npCP5UvdjPiCF?utm_medium=web&utm_campaign=catalogApi

## About

<p>Hi everyone 🥰</p><p>My name is Chiara and I would love to meet you at the <strong>Salsa &amp; Bachata Class</strong> 🕺🏻</p><p>Have you ever said to yourself "I really want to learn to dance"? This is the perfect opportunity for you! ✨</p><p>No need to be shy, we're all here to have fun together, so come join me! 🤩</p><p>Also, the dance school is easily reachable from Bicocca 😉</p><p></p><p>📍<strong> </strong>Where: <strong>Baila Conmigo Milano</strong>, Via Fortezza, 13, Milano</p><p>🗓 When: <strong>Monday, 28th September</strong></p><p>⏱ Time: <strong>from 17:30 to 18:45</strong></p><p>💰 Fee: <strong>€8</strong></p><p></p><p>⚠ <strong>Payment ONLY in CASH</strong> (no card accepted!)</p><p>IMPORTANT NOTES: bring <strong>spare shoes</strong> to use at the gym</p><p></p><p>For more informations:</p><p>💁🏻‍♀<strong> Chiara </strong>+39 345 135 1824</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `3ywRqslgTf0ovi0cAqOT` | General Admission | free | eur | yes | 1–unlimited | required | 2027-09-24T12:21:05.935Z |

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 |
| --- | --- | --- | --- | --- | --- |
| `ic976xonsc13nbzd29qnls` | ESN card number | text | yes | yes | — |
| `p8zj4u7zk8maats17s7r` | Privacy and Registration | multipleChoice | yes | yes | I confirm that I have read the Privacy Policy |
| `dalsa44z2oltil00rzom2c` | Photo and Video Consent Form | multipleChoice | no | yes | I hereby give my consent for promotional purposes and accept the release form for the use of my images |
| `f1n85qx0cr6himskq8e2nt` | Class payment | multipleChoice | no | yes | I’ll bring 8 euros in cash on the day of the event |

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": "3ywRqslgTf0ovi0cAqOT",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "ic976xonsc13nbzd29qnls",
      "value": "<answer>"
    },
    {
      "question_id": "p8zj4u7zk8maats17s7r",
      "value": "I confirm that I have read the Privacy Policy"
    }
  ]
}
```

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
