---
title: "(Auth roles: Promoter)"
method: PUT
path: "/v{api-version}/ManageTickets"
tags: ["ManageTickets"]
---

# (Auth roles: Promoter)

`PUT /v{api-version}/ManageTickets`

## Path parameters

- `api-version` string, required

## Request body

- UpdateTicketInfoRequest
  - `ticketId` integer
  - `fullName` string, nullable

## Response `200`

OK

- ManageTicketResponseInvokeResponse
  - `isSuccess` boolean
  - `code` 2000 | 4001 | 4002 | 4003 | 4004 | 4005 | 4006 | 4007 | 4008 | 4009 | 4010 | 4101 | 4201 | 4202 | 4203 | 4301 | 4302 | 4303 | 4304 | 4305 | 4307 | 4308 | 4309 | 4310 | 4311 | 4312 | 4313 | 4314 | 4320 | 4321 | 5001 | 5002 | 6001
  - `errorMessage` string, nullable
  - `exception` ISerializable
  - `result` ManageTicketResponse
    - `id` integer
    - `status` 1 | 2 | 3 | 4 | 5 | 6
    - `fullName` string, nullable
    - `createdAtUtc` string, date-time
    - `modifiedAtUtc` string, date-time
    - `ticketTemplateId` integer
    - `ticketName` string, nullable
    - `area` string, nullable
    - `side` string, nullable
    - `row` string, nullable
    - `seat` string, nullable
    - `entrance` string, nullable
    - `customerEmail` string, nullable
    - `customerPhone` string, nullable
    - `address` string, nullable
    - `zip` string, nullable
    - `city` string, nullable
    - `transactionId` string, nullable
    - `baseBarcode` string, nullable
    - `barcode` string, nullable
    - `nfcCode` string, nullable
    - `scansCount` integer
    - `isSeasonPass` boolean
    - `price` number, double
    - `currency` string, nullable
    - `allowRefund` boolean
    - `allowCancel` boolean
    - `allowChangeSeat` boolean
    - `allowChangeName` boolean
    - `allowLost` boolean

---

[API](https://skmtc.dev/sixtix/apis/sixtix-api-developer-documentation.md) · [All operations](https://skmtc.dev/sixtix/apis/sixtix-api-developer-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sixtix/sixtix-api-developer-documentation/revisions/06d7984f1f4e/schema)
