Skip to main content

viagogo Sales API (2.249.0.0)

Sales

View your sales details and fulfill your sales.

List sales (recent updates)

List sales for the authenticated user that have been created or updated over a certain period of time.

Authorizations:
OAuth2 (read:userread:sales)
query Parameters
updated_since
string <date-time>

Filters the response to only return items that have been updated since the given timestamp

Responses

Response Schema: application/hal+json
total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(SalesLinks (object or null))
(SalesEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

List sales

List sales for the authenticated user.

Authorizations:
OAuth2 (read:userread:sales)
query Parameters
page
integer <int32>

Specifies which page of data to retrieve.

page_size
integer <int32>

Set custom page sizes on response.

updated_since
string <date-time>

Filters the response to only return items that have been updated since the given timestamp

sort
string

Determines the ordering of items. A comma-separated string containing created_at, event_date, inhand_at, payment_amount, quantity, orresource_version.

Responses

Response Schema: application/hal+json
total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(SalesLinks (object or null))
(SalesEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

Get a sale

Authorizations:
OAuth2 (read:userread:sales)
path Parameters
saleId
required
integer <int32>

Responses

Response Schema: application/hal+json
id
integer or null <int32>

The sale identifier.

created_at
string or null <date-time>

The date when the sale was created.

(Seating (object or null))

The seating information for the ticket(s) that have been sold.

(Money (object or null))

The total amount that the seller will receive for the sale.

number_of_tickets
integer or null <int32>

The number of tickets that have been sold.

status
string or null

A short localised string describing the current status of the sale.

status_description
string or null

A localised in-depth description of the current status of the sale.

(Money (object or null))

The total amount that the seller will receive for the sale.

confirm_by
string or null <date-time>

The date by which the seller must confirm the sale.

ship_by
string or null <date-time>

The date by which the seller must ship the tickets.

external_listing_id
string or null

The listing identifier assigned by an external system, typically generated by the seller's inventory management software.

is_legacy_stubhub_order
boolean

Boolean value that is set to true for legacy stubhub orders.

Array of objects or null (BarcodeInformation)

The barcode(s) for the ticket(s).

in_hand_at
string or null <date-time>

The date and time that the seller has the tickets 'in hand' to deliver to the buyer.

(SaleLinks (object or null))
(SaleEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "id": 0,
  • "created_at": "2019-08-24T14:15:22Z",
  • "seating": {
    },
  • "proceeds": {
    },
  • "number_of_tickets": 0,
  • "status": "string",
  • "status_description": "string",
  • "display_proceeds": {
    },
  • "confirm_by": "2019-08-24T14:15:22Z",
  • "ship_by": "2019-08-24T14:15:22Z",
  • "external_listing_id": "string",
  • "is_legacy_stubhub_order": true,
  • "barcodes": [
    ],
  • "in_hand_at": "2019-08-24T14:15:22Z",
  • "_links": {
    },
  • "_embedded": {
    }
}

Update a sale

Authorizations:
OAuth2 (write:userwrite:sales)
path Parameters
saleId
required
integer <int32>
Request Body schema: application/json
One of
confirmed
boolean or null

True when the sale should be confirmed; Otherwise, false.

eticket_ids
Array of integers or null <int32>

A array of the identifiers of the E-Tickets or proof of transfer to be assigned to the sale.

transfer_confirmation_number
string or null

Transfer confirmation number.

Array of objects or null (ETicketUrlRequest)

Urls with which the buyers can access the etickets.

change_paper_ticket_to_eticket
boolean or null

True when the ticket(s) should be changed from paper to E-ticket; Otherwise, false.

confirm_same_day_shipment
boolean or null

True when same-day shipment is confirmed; Otherwise, false

in_hand_at
string or null <date-time>

The date and time that the seller has the tickets 'in hand' to deliver to the buyer.

eticket_type
string or null

The type of ticket(s) that was sold.

tracking_number
string or null

Tacking number of the ticket shipment.

(Seating (object or null))

Any updated seating information about the tickets sold

Array of objects or null (BarcodeInformation2)

The barcode(s) for the ticket(s).

mobile_provider
string or null

The vendor being used to transfer the mobile ticket. Can be one of the following values: StubHub, Viagogo, Ticketmaster, AXS, SeatGeek, Ticketmaster Account Manager, MLB Ballpark, MPV, Paciolan, Tickets.com, Tickets.com RDP, Vivenu, Ticketmaster CA, Eventbrite, Livenation, Broadway, Telecharge, Ticketon, Seetickets, Etix, Tixr, Festicket, Insomniac, DiceImport, MGMResorts, Tickeri, SmithCenterImport, Stubwire, Computicket,

Responses

Response Schema: application/hal+json
id
integer or null <int32>

The sale identifier.

created_at
string or null <date-time>

The date when the sale was created.

(Seating (object or null))

The seating information for the ticket(s) that have been sold.

(Money (object or null))

The total amount that the seller will receive for the sale.

number_of_tickets
integer or null <int32>

The number of tickets that have been sold.

status
string or null

A short localised string describing the current status of the sale.

status_description
string or null

A localised in-depth description of the current status of the sale.

(Money (object or null))

The total amount that the seller will receive for the sale.

confirm_by
string or null <date-time>

The date by which the seller must confirm the sale.

ship_by
string or null <date-time>

The date by which the seller must ship the tickets.

external_listing_id
string or null

The listing identifier assigned by an external system, typically generated by the seller's inventory management software.

is_legacy_stubhub_order
boolean

Boolean value that is set to true for legacy stubhub orders.

Array of objects or null (BarcodeInformation)

The barcode(s) for the ticket(s).

in_hand_at
string or null <date-time>

The date and time that the seller has the tickets 'in hand' to deliver to the buyer.

(SaleLinks (object or null))
(SaleEmbeddedResources (object or null))

Request samples

Content type
application/json
{
  • "confirmed": true,
  • "eticket_ids": [
    ],
  • "transfer_confirmation_number": "string",
  • "eticket_urls": [
    ],
  • "change_paper_ticket_to_eticket": true,
  • "confirm_same_day_shipment": true,
  • "in_hand_at": "2019-08-24T14:15:22Z",
  • "eticket_type": "string",
  • "tracking_number": "string",
  • "seating": {
    },
  • "barcodes": [
    ],
  • "mobile_provider": "string"
}

Response samples

Content type
application/hal+json
{
  • "id": 0,
  • "created_at": "2019-08-24T14:15:22Z",
  • "seating": {
    },
  • "proceeds": {
    },
  • "number_of_tickets": 0,
  • "status": "string",
  • "status_description": "string",
  • "display_proceeds": {
    },
  • "confirm_by": "2019-08-24T14:15:22Z",
  • "ship_by": "2019-08-24T14:15:22Z",
  • "external_listing_id": "string",
  • "is_legacy_stubhub_order": true,
  • "barcodes": [
    ],
  • "in_hand_at": "2019-08-24T14:15:22Z",
  • "_links": {
    },
  • "_embedded": {
    }
}

Reject a sale

Report a problem with a sale of tickets.

Authorizations:
OAuth2 (write:userwrite:sales)
path Parameters
saleId
required
integer <int32>

Responses

Response samples

Content type
application/hal+json
{
  • "code": "string",
  • "message": "string",
  • "errors": {
    }
}

E-Tickets

Upload e-tickets or proof of transfer for a sale

Once the PDFs has been successfully been uploaded, you must also patch the sale confirming which pages of each PDF should be saved against the order. To do this, the Ids of the etickets property embedded in the EticketUploadEmbeddedResources of each upload, and patch the sale with those Ids.

Authorizations:
OAuth2 (write:userwrite:sales)
path Parameters
saleId
required
integer <int32>
query Parameters
page
integer <int32>

Specifies which page of data to retrieve.

page_size
integer <int32>

Set custom page sizes on response.

Responses

Response Schema: application/hal+json
total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(ETicketUploadsLinks (object or null))
(ETicketUploadsEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

List e-ticket uploads for a sale

Authorizations:
OAuth2 (read:userread:sales)
path Parameters
saleId
required
integer <int32>
query Parameters
page
integer <int32>

Specifies which page of data to retrieve.

page_size
integer <int32>

Set custom page sizes on response.

Responses

Response Schema: application/hal+json
total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(ETicketUploadsLinks (object or null))
(ETicketUploadsEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

List e-tickets for a sale

Authorizations:
OAuth2 (read:userread:sales)
path Parameters
saleId
required
integer <int32>
query Parameters
page
integer <int32>

Specifies which page of data to retrieve.

page_size
integer <int32>

Set custom page sizes on response.

Responses

Response Schema: application/hal+json
total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(ETicketsLinks (object or null))
(ETicketsEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

Upload and save e-tickets for a sale

Authorizations:
OAuth2 (write:userwrite:sales)
path Parameters
saleId
required
integer <int32>

Responses

Response Schema: application/hal+json
id
integer or null <int32>

The sale identifier.

created_at
string or null <date-time>

The date when the sale was created.

(Seating (object or null))

The seating information for the ticket(s) that have been sold.

(Money (object or null))

The total amount that the seller will receive for the sale.

number_of_tickets
integer or null <int32>

The number of tickets that have been sold.

status
string or null

A short localised string describing the current status of the sale.

status_description
string or null

A localised in-depth description of the current status of the sale.

(Money (object or null))

The total amount that the seller will receive for the sale.

confirm_by
string or null <date-time>

The date by which the seller must confirm the sale.

ship_by
string or null <date-time>

The date by which the seller must ship the tickets.

external_listing_id
string or null

The listing identifier assigned by an external system, typically generated by the seller's inventory management software.

is_legacy_stubhub_order
boolean

Boolean value that is set to true for legacy stubhub orders.

Array of objects or null (BarcodeInformation)

The barcode(s) for the ticket(s).

in_hand_at
string or null <date-time>

The date and time that the seller has the tickets 'in hand' to deliver to the buyer.

(SaleLinks (object or null))
(SaleEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "id": 0,
  • "created_at": "2019-08-24T14:15:22Z",
  • "seating": {
    },
  • "proceeds": {
    },
  • "number_of_tickets": 0,
  • "status": "string",
  • "status_description": "string",
  • "display_proceeds": {
    },
  • "confirm_by": "2019-08-24T14:15:22Z",
  • "ship_by": "2019-08-24T14:15:22Z",
  • "external_listing_id": "string",
  • "is_legacy_stubhub_order": true,
  • "barcodes": [
    ],
  • "in_hand_at": "2019-08-24T14:15:22Z",
  • "_links": {
    },
  • "_embedded": {
    }
}

Delete e-ticket from a sale

Authorizations:
OAuth2 (write:userwrite:sales)
path Parameters
saleId
required
integer <int32>
eticketId
required
integer <int32>

Responses

Response samples

Content type
application/hal+json
{
  • "code": "string",
  • "message": "string",
  • "errors": {
    }
}

Get e-ticket thumbnail file

Download an image file containing a thumbnail of an E-Ticket

Authorizations:
OAuth2 (read:user)
path Parameters
eticketId
required
integer <int32>

Responses

Response Schema: application/octet-stream
string <binary>

Response samples

Content type
application/hal+json
{
  • "code": "string",
  • "message": "string",
  • "errors": {
    }
}

Get e-ticket upload file

Download the original file that was uploaded.

Authorizations:
OAuth2 (read:user)
path Parameters
eticketUploadId
required
integer <int32>

Responses

Response Schema: application/octet-stream
string <binary>

Response samples

Content type
application/hal+json
{
  • "code": "string",
  • "message": "string",
  • "errors": {
    }
}

Get e-ticket file

Download a PDF file containing an E-Ticket.

Authorizations:
OAuth2 (read:user)
path Parameters
eticketId
required
integer <int32>

Responses

Response Schema: application/octet-stream
string <binary>

Response samples

Content type
application/hal+json
{
  • "code": "string",
  • "message": "string",
  • "errors": {
    }
}

Payments

List payments

Lists payments for the authenticated user.

Authorizations:
OAuth2 (read:userread:payment)

Responses

Response Schema: application/octet-stream
string <binary>

Response samples

Content type
application/hal+json
{
  • "code": "string",
  • "message": "string",
  • "errors": {
    }
}

Get a payment

Authorizations:
OAuth2 (read:userread:payment)
path Parameters
paymentId
required
integer <int32>

Responses

Response Schema: application/hal+json
id
integer or null <int32>

The payment identifier

created_at
string or null <date-time>

Date when the payment was created.

number_of_sales
integer <int32>

Total number of sales associated to the payment.

(Money (object or null))

Net amount the user will receive in this payment.

(Money (object or null))

Non-proceeds credits applied to the user's account, paid out in this payment.

(Money (object or null))

Charges applied to the user's account, settled in this payment.

(Money (object or null))

Money owed to the user from sale(s) of a ticket(s), paid out in this payment.

(PaymentLinks (object or null))
(PaymentEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "id": 0,
  • "created_at": "2019-08-24T14:15:22Z",
  • "number_of_sales": 0,
  • "payment_amount": {
    },
  • "credits": {
    },
  • "charges": {
    },
  • "proceeds": {
    },
  • "_links": {
    },
  • "_embedded": {
    }
}

Preview next payment

Previews the next payment for the authenticated user. The payment will not have an id and is subject to changes.

Authorizations:
OAuth2 (read:userread:payment)

Responses

Response Schema: application/hal+json
id
integer or null <int32>

The payment identifier

created_at
string or null <date-time>

Date when the payment was created.

number_of_sales
integer <int32>

Total number of sales associated to the payment.

(Money (object or null))

Net amount the user will receive in this payment.

(Money (object or null))

Non-proceeds credits applied to the user's account, paid out in this payment.

(Money (object or null))

Charges applied to the user's account, settled in this payment.

(Money (object or null))

Money owed to the user from sale(s) of a ticket(s), paid out in this payment.

(PaymentLinks (object or null))
(PaymentEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "id": 0,
  • "created_at": "2019-08-24T14:15:22Z",
  • "number_of_sales": 0,
  • "payment_amount": {
    },
  • "credits": {
    },
  • "charges": {
    },
  • "proceeds": {
    },
  • "_links": {
    },
  • "_embedded": {
    }
}

Shipments

Get shipping label for a sale

Authorizations:
OAuth2 (read:userread:sales)
path Parameters
saleId
required
integer <int32>
shipmentId
required
integer <int32>

Responses

Response Schema: application/octet-stream
string <binary>

Response samples

Content type
application/hal+json
{
  • "code": "string",
  • "message": "string",
  • "errors": {
    }
}

List shipments for a sale

Authorizations:
OAuth2 (read:userread:sales)
path Parameters
saleId
required
integer <int32>
query Parameters
page
integer <int32>

Specifies which page of data to retrieve.

page_size
integer <int32>

Set custom page sizes on response.

Responses

Response Schema: application/hal+json
total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(ShipmentsLinks (object or null))
(ShipmentsEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

Print a shipping label for a sale

Authorizations:
OAuth2 (write:userwrite:sales)
path Parameters
saleId
required
integer <int32>

Responses

Response Schema: application/hal+json
id
integer <int32>

The shipment identifier.

tracking_number
string or null

The identifier used to track the shipment of the ticket(s).

(Address (object or null))

The address that the seller must ship the tickets to.

(ShipmentLinks (object or null))
(ShipmentEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "id": 0,
  • "tracking_number": "string",
  • "delivery_address": {
    },
  • "_links": {
    },
  • "_embedded": {
    }
}

Update a shipment for a sale

Authorizations:
OAuth2 (write:userwrite:sales)
path Parameters
saleId
required
integer <int32>
shipmentId
required
integer <int32>
Request Body schema: application/json
One of
tracking_number
string or null

The identifier used to track the shipment of the ticket(s).

Responses

Response Schema: application/hal+json
id
integer <int32>

The shipment identifier.

tracking_number
string or null

The identifier used to track the shipment of the ticket(s).

(Address (object or null))

The address that the seller must ship the tickets to.

(ShipmentLinks (object or null))
(ShipmentEmbeddedResources (object or null))

Request samples

Content type
application/json
{
  • "tracking_number": "string"
}

Response samples

Content type
application/hal+json
{
  • "id": 0,
  • "tracking_number": "string",
  • "delivery_address": {
    },
  • "_links": {
    },
  • "_embedded": {
    }
}

TicketHolders

List ticket holder details for a sale

Authorizations:
OAuth2 (read:userread:sales)
path Parameters
saleId
required
integer <int32>

Responses

Response Schema: application/hal+json
id
integer or null <int32>
title
string or null
full_name
string or null
date_of_birth
string or null <date-time>
city_of_birth
string or null
province_of_birth
string or null
city_of_residence
string or null
province_of_residence
string or null
club_issuer
string or null
card_number
string or null
document_type
string or null
document_number
string or null
fiscal_code
string or null
security_code
string or null
generic_answer
string or null
email_address
string or null
(TicketHolderLinks (object or null))
(TicketHolderEmbeddedResources (object or null))

Response samples

Content type
application/hal+json
{
  • "id": 0,
  • "title": "string",
  • "full_name": "string",
  • "date_of_birth": "2019-08-24T14:15:22Z",
  • "city_of_birth": "string",
  • "province_of_birth": "string",
  • "city_of_residence": "string",
  • "province_of_residence": "string",
  • "club_issuer": "string",
  • "card_number": "string",
  • "document_type": "string",
  • "document_number": "string",
  • "fiscal_code": "string",
  • "security_code": "string",
  • "generic_answer": "string",
  • "email_address": "string",
  • "_links": {
    },
  • "_embedded": {
    }
}

Money

Returned for monetary values, such as ticket prices, fees charged and tax amounts.

amount
required
number or null <decimal>

The decimal amount of the money.

currency_code
required
string or null

The ISO 4217 currency code that the monetary value is represented in.

display
string or null

A user-friendly string representing the monetary value.

{
  • "amount": 0,
  • "currency_code": "string",
  • "display": "string"
}

ETickets

total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(ETicketsLinks (object or null))
(ETicketsEmbeddedResources (object or null))
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

ETicketUploads

total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(ETicketUploadsLinks (object or null))
(ETicketUploadsEmbeddedResources (object or null))
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

Payment

A payment on the viagogo marketplace that belongs to the currently authenticated user.

id
integer or null <int32>

The payment identifier

created_at
string or null <date-time>

Date when the payment was created.

number_of_sales
integer <int32>

Total number of sales associated to the payment.

(Money (object or null))

Net amount the user will receive in this payment.

(Money (object or null))

Non-proceeds credits applied to the user's account, paid out in this payment.

(Money (object or null))

Charges applied to the user's account, settled in this payment.

(Money (object or null))

Money owed to the user from sale(s) of a ticket(s), paid out in this payment.

(PaymentLinks (object or null))
(PaymentEmbeddedResources (object or null))
{
  • "id": 0,
  • "created_at": "2019-08-24T14:15:22Z",
  • "number_of_sales": 0,
  • "payment_amount": {
    },
  • "credits": {
    },
  • "charges": {
    },
  • "proceeds": {
    },
  • "_links": {
    },
  • "_embedded": {
    }
}

Sale

A sale on the viagogo marketplace that belongs to the currently authenticated user.

id
integer or null <int32>

The sale identifier.

created_at
string or null <date-time>

The date when the sale was created.

(Seating (object or null))

The seating information for the ticket(s) that have been sold.

(Money (object or null))

The total amount that the seller will receive for the sale.

number_of_tickets
integer or null <int32>

The number of tickets that have been sold.

status
string or null

A short localised string describing the current status of the sale.

status_description
string or null

A localised in-depth description of the current status of the sale.

(Money (object or null))

The total amount that the seller will receive for the sale.

confirm_by
string or null <date-time>

The date by which the seller must confirm the sale.

ship_by
string or null <date-time>

The date by which the seller must ship the tickets.

external_listing_id
string or null

The listing identifier assigned by an external system, typically generated by the seller's inventory management software.

is_legacy_stubhub_order
boolean

Boolean value that is set to true for legacy stubhub orders.

Array of objects or null (BarcodeInformation)

The barcode(s) for the ticket(s).

in_hand_at
string or null <date-time>

The date and time that the seller has the tickets 'in hand' to deliver to the buyer.

(SaleLinks (object or null))
(SaleEmbeddedResources (object or null))
{
  • "id": 0,
  • "created_at": "2019-08-24T14:15:22Z",
  • "seating": {
    },
  • "proceeds": {
    },
  • "number_of_tickets": 0,
  • "status": "string",
  • "status_description": "string",
  • "display_proceeds": {
    },
  • "confirm_by": "2019-08-24T14:15:22Z",
  • "ship_by": "2019-08-24T14:15:22Z",
  • "external_listing_id": "string",
  • "is_legacy_stubhub_order": true,
  • "barcodes": [
    ],
  • "in_hand_at": "2019-08-24T14:15:22Z",
  • "_links": {
    },
  • "_embedded": {
    }
}

Sales

total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(SalesLinks (object or null))
(SalesEmbeddedResources (object or null))
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

Shipment

A shipment of one or more tickets by a seller.

id
integer <int32>

The shipment identifier.

tracking_number
string or null

The identifier used to track the shipment of the ticket(s).

(Address (object or null))

The address that the seller must ship the tickets to.

(ShipmentLinks (object or null))
(ShipmentEmbeddedResources (object or null))
{
  • "id": 0,
  • "tracking_number": "string",
  • "delivery_address": {
    },
  • "_links": {
    },
  • "_embedded": {
    }
}

Shipments

The Shipments resource is a collection resource that contains zero or more references to a set of shipments, and links that guide you on ways to interact with the shipments. The collection offers a paginated view of shipments.

total_items
integer or null <int32>
page
integer or null <int32>
page_size
integer or null <int32>
(ShipmentsLinks (object or null))
(ShipmentsEmbeddedResources (object or null))
{
  • "total_items": 0,
  • "page": 0,
  • "page_size": 0,
  • "_links": {
    },
  • "_embedded": {
    }
}

TicketHolder

id
integer or null <int32>
title
string or null
full_name
string or null
date_of_birth
string or null <date-time>
city_of_birth
string or null
province_of_birth
string or null
city_of_residence
string or null
province_of_residence
string or null
club_issuer
string or null
card_number
string or null
document_type
string or null
document_number
string or null
fiscal_code
string or null
security_code
string or null
generic_answer
string or null
email_address
string or null
(TicketHolderLinks (object or null))
(TicketHolderEmbeddedResources (object or null))
{
  • "id": 0,
  • "title": "string",
  • "full_name": "string",
  • "date_of_birth": "2019-08-24T14:15:22Z",
  • "city_of_birth": "string",
  • "province_of_birth": "string",
  • "city_of_residence": "string",
  • "province_of_residence": "string",
  • "club_issuer": "string",
  • "card_number": "string",
  • "document_type": "string",
  • "document_number": "string",
  • "fiscal_code": "string",
  • "security_code": "string",
  • "generic_answer": "string",
  • "email_address": "string",
  • "_links": {
    },
  • "_embedded": {
    }
}