Skip to content

Reservation Created/Modified

BI CRM

The Reservation event is triggered when an reservation has been successfully placed or modified. Unlike a order, a reservation can be modified after the first creation.

{
"metadata": {
"traceId": "19bebc7b-a2f6-4ca7-9b2e-912edc26d6d6",
"occurredAt": "2024-12-11T14:42:55Z",
"version": "1.0",
"tenant": "1337",
"type": "RESERVATION"
},
"reservationId": "87654321",
"reservationPeriodInDays": 69,
"organizer": "123",
"preseller": "1234",
"branchId": "5",
"customerId": "rxrn:cx:123:customer:jg8o46vllzzupz4qpd7plve3",
"currency": "EUR",
"price": 70.22,
"reservationDateTime": "2019-11-06T13:37:13Z",
"singleTickets": [
{
"positionId": "POS124800101",
"eventId": "1403958",
"seat": {
"blockId": "42",
"block": "Parkett rechts",
"row": "3",
"seat": "142"
},
"resale": false,
"price": 70.22,
"pricing": {
"level": "Normalpreis aus Event",
"levelNumber": "1",
"category": "1. Kategorie",
"categoryNumber": "1"
},
"priceComponents": [
{
"type": "NET_PRICE",
"amount": 69.45
},
{
"type": "ADVANCE_BOOKING_FEE",
"amount": 2.00
},
{
"type": "DISCOUNT",
"amount": -1.23
}
]
}
],
"seasonTickets": [
{
"positionId": "POS124800101",
"eventId": "1403958",
"seat": {
"block": "Parkett rechts",
"blockId": "42",
"row": "3",
"seat": "142",
"categoryId": "1"
},
"price": 170.00,
"pricing": {
"level": "Normalpreis Dauerkarte",
"category": "1. Kategorie"
},
"priceComponents": [
{
"type": "ADVANCE_BOOKING_FEE",
"amount": 2.5
},
{
"type": "SYSTEM_FEE",
"amount": 1.2
},
{
"type": "NET_PRICE",
"amount": 21.1
}
]
}
],
"subscriptions": [
{
"positionId": "4711",
"price": 331,
"tickets": [
{
"positionId": "1",
"eventId": "34984127",
"seat": {
"block": "Loge",
"blockId": "196848",
"row": "3",
"seat": "142",
"categoryId": "3"
},
"price": 47.22,
"pricing": {
"level": "Normalpreis",
"category": "1. Kategorie"
},
"priceComponents": [
{
"type": "ADVANCE_BOOKING_FEE",
"amount": 2.5
},
{
"type": "SYSTEM_FEE",
"amount": 1.2
},
{
"type": "NET_PRICE",
"amount": 21.1
}
]
}
]
}
],
"packages": [
{
"positionId": "1",
"ticket": {
"positionId": "1",
"eventId": "34984127",
"seat": {
"block": "Loge",
"blockId": "196848",
"row": "3",
"seat": "142",
"categoryId": "3"
},
"price": 47.22,
"pricing": {
"level": "Normalpreis",
"category": "1. Kategorie"
},
"priceComponents": [
{
"type": "ADVANCE_BOOKING_FEE",
"amount": 2.5
},
{
"type": "SYSTEM_FEE",
"amount": 1.2
},
{
"type": "NET_PRICE",
"amount": 21.1
}
]
},
"price": 123,
"articles": [
{
"articleId": "4122",
"positionId": "1",
"price": 241.2
}
]
}
],
"subscriptionsPackages": [
{
"positionId": "1",
"subscription": {
"positionId": "4711",
"price": 331,
"tickets": [
{
"positionId": "1",
"eventId": "34984127",
"seat": {
"block": "Loge",
"blockId": "196848",
"row": "3",
"seat": "142",
"categoryId": "3"
},
"price": 47.22,
"pricing": {
"level": "Normalpreis",
"category": "1. Kategorie"
},
"priceComponents": [
{
"type": "ADVANCE_BOOKING_FEE",
"amount": 2.5
},
{
"type": "SYSTEM_FEE",
"amount": 1.2
},
{
"type": "NET_PRICE",
"amount": 21.1
}
]
}
]
},
"price": 123,
"articles": [
{
"articleId": "4122",
"positionId": "1",
"price": 241.2
}
]
}
],
"articles": [
{
"articleId": "4122",
"positionId": "1",
"price": 241.2
}
],
"fees": [
{
"amount": 3.9,
"type": "SHIPPING",
"detailType": "DELIVERY_FEE"
},
{
"amount": 33.33,
"type": "RESALE",
"detailType": "RESALE_FEE"
}
],
"custom": {}
}