TicketingOfferPrice
KorusTicket API
BookingOrderDocument
BookingOrderItemTicket
BookingOrder
BookingReservation
TicketingCatalog
TicketingOffer
TicketingOfferAvailability
TicketingOfferTicket
TicketingOfferTicketSession
TicketingProductBaseOption
TicketingProductBaseOptionValue
TicketingProductBase
TicketingProduct
TicketingSeatMap
TicketingSession
Officially supported language for the catalog. This language can be used to query events, products, and other resources in the catalog such as offers.
amountInclTaxcontains the amount including tax
Only eur is supported for now
Security
JWT
- Demo serverhttps://api.demo.korusticket.com/v1/ticketing/offers/{id}/price
- Production serverhttps://api.korusticket.com/v1/ticketing/offers/{id}/price
curl -i -X GET \
'https://api.demo.korusticket.com/v1/ticketing/offers/{id}/price' \
-H 'Authorization: YOUR_API_KEY_HERE'TicketingOfferPrice resource
Response
- string
- object
{ "@context": "string", "@id": "string", "@type": "string", "offer": "string", "amountInclTax": "100.00", "amountExclTax": "80.00", "originalAmountInclTax": "120.00", "currency": "eur", "purchaseAmountInclTax": "80.00" }