---
title: "POST /api/third/exchange/swap/tickets"
method: POST
path: "/api/third/exchange/swap/tickets"
tags: ["api", "third"]
---

# POST /api/third/exchange/swap/tickets

`POST /api/third/exchange/swap/tickets`

Swap multiple tickets with new customer information

## Request body

- POSTThirdSwapMultipleTicketsWithNewCustomerInformation
  - `ticketIds` string[], required — The IDs of the tickets to be swapped
  - `eventId` string, required — The ID of the event
  - `customer` object, required
    - `name` string — The name of the customer
    - `prename` string — The prename of the customer
    - `lastname` string — The lastname of the customer
    - `email` string, required — The email of the customer
  - `listingId` string — The ID of the listing

## Response `200`

OK

- union[]
  - union
    - string
    - number
    - boolean
    - integer
    - object

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
