Introduction
API Reference
- Events
- Bookings
- Channels
- Lists
- Passes
- Subscriptions
- Tickets
- Users
- Payments
- Refunds
- Wallet Movement
Get bookings
Get all the bookings given a date (allows filtering by space name)
curl --request GET \
--url https://api-alpha.fourvenues.com/integrations/bookings/ \
--header 'integration_id: <api-key>' \
--header 'secret: <api-key>' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": [
{
"_id": "jl830v6km000pcwrxge2757vyrfpqEsq",
"channel_id": "ajifs2hke000dwemmurwd3kuqN3Kopcx",
"code": "XLLF3W73D",
"commentary_client": "I want the biggest VIP table.",
"commentary_reserve": "Preferred table for that client is 10.",
"date": "2022-09-15T23:00:00.000Z",
"deposit": 0,
"deposit_method": "online",
"deposit_paid": 0,
"duration": 7200,
"enter": 0,
"event_id": "nl830t4mw0001cwrxbbg0226j4MgmEUG",
"event_name": "Saturday Night",
"for": 5,
"gender_group": "boys",
"hour": "2:00",
"name": "Sergio Centeno Pérez",
"phone": "+34666666666",
"price": 0,
"rate_slug": "",
"referral_id": "ñeifupjvx000rwe2m2zuba1z9FqyR2dSL",
"refunded": 0,
"space_id": "",
"space_name": "S1",
"status": "accepted",
"walkin": true,
"zone_name": "Terraza",
"zone_slug": "1658138633506",
"invoice_reference": "EV24T-TOX2-0000215",
"corrective_invoice_references": [
"EV24T-COR-H58Z-0000002",
"EV24T-COR-H58Z-0000003"
]
}
]
}
Authorizations
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Response
true
Array of Booking
Unique ID of the reservation.
"jl830v6km000pcwrxge2757vyrfpqEsq"
Unique identifier of the channel. (It can be the same or other organization).
"ajifs2hke000dwemmurwd3kuqN3Kopcx"
Access code (QR) of the reservation.
"XLLF3W73D"
Observations sent by the client.
"I want the biggest VIP table."
Observations made by the organization.
"Preferred table for that client is 10."
Reservation date in ISO 8601 format.
"2022-09-15T23:00:00.000Z"
Value of the reservation advance.
0
Reservation payment method.
online
, cash
"online"
Value of the advance payment of the reservation already paid in the currency of the organization.
0
Estimated reservation duration in seconds. If the configuration zone does not support duration, the default value will be 0.
7200
Number of people received from the reservation.
0
Event identifier.
"nl830t4mw0001cwrxbbg0226j4MgmEUG"
Reservation event name. Empty if it is a reservation by calendar, not associated with an event but with a date.
"Saturday Night"
Number of people in the reservation.
5
Gender of reservation attendees.
mixed
, boys
, girls
"boys"
Time in “HH:mm” format of the reservation. If there is no time indicated, the field will be empty.
"2:00"
Reservation name.
"Sergio Centeno Pérez"
Phone number of the client.
"+34666666666"
Reservation price. It does not have to coincide with the advance. Ex: a reservation of €100 can have an advance of €50, the remaining €50 would be paid on the premises, if the advance (deposit_paid) is paid.
0
Identifier of the rate used by the reservation.
""
PPRR identifier.
"ñeifupjvx000rwe2m2zuba1z9FqyR2dSL"
Amount refunded from the online advance, in the currency of the organization.
0
Reservation space identifier.
""
Name of the space where the reservation is located.
"S1"
Reservation status:<br><br> - <b>Pending</b>: If a reservation is in pending status, a verification is necessary in order to be accepted. This verification can be done manually for the users of Fourvenues Pro. In case of an automatic verification, the reservation must have an advance included.<br><br> - Accepted: A reservation is considered as accepted when there is no additional action by the organizer. This reservation is prepared to be attended on the event day.<br><br> - Rejected: In order to classify the reservation as rejected, a manual action is necessary from Fourvenues Pro. When a reservation is in this status, it will not record the whole amount nor the advance paid by cash. In case of a confirmed advance paid by card and no reimbursement, it will be recorded on event dashboard.<br><br> - Arrival: The arrival status can be used when the clients arrive at the venue. It is possible to use this status in case that the clients don’t get a seat and they are waiting to be seated.<br><br> - Sitting: With the sitting status, the clients have an assigned place.<br><br> - Released: The last status of a reservation is when the clients leave the venue. This status leaves the place vacant and it is possible to sell the place again.<br>
pending
, accepted
, rejected
, arrival
, sitting
, released
"accepted"
True if the reservation is entered as a walking, false otherwise.
true
Name of the area where the reservation is located.
"Terraza"
Zone identifier. The same zone for two different days (or events) has the same zone_slug but different id.
"1658138633506"
Invoice reference.
"EV24T-TOX2-0000215"
Corrective invoice references.
[
"EV24T-COR-H58Z-0000002",
"EV24T-COR-H58Z-0000003"
]
curl --request GET \
--url https://api-alpha.fourvenues.com/integrations/bookings/ \
--header 'integration_id: <api-key>' \
--header 'secret: <api-key>' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": [
{
"_id": "jl830v6km000pcwrxge2757vyrfpqEsq",
"channel_id": "ajifs2hke000dwemmurwd3kuqN3Kopcx",
"code": "XLLF3W73D",
"commentary_client": "I want the biggest VIP table.",
"commentary_reserve": "Preferred table for that client is 10.",
"date": "2022-09-15T23:00:00.000Z",
"deposit": 0,
"deposit_method": "online",
"deposit_paid": 0,
"duration": 7200,
"enter": 0,
"event_id": "nl830t4mw0001cwrxbbg0226j4MgmEUG",
"event_name": "Saturday Night",
"for": 5,
"gender_group": "boys",
"hour": "2:00",
"name": "Sergio Centeno Pérez",
"phone": "+34666666666",
"price": 0,
"rate_slug": "",
"referral_id": "ñeifupjvx000rwe2m2zuba1z9FqyR2dSL",
"refunded": 0,
"space_id": "",
"space_name": "S1",
"status": "accepted",
"walkin": true,
"zone_name": "Terraza",
"zone_slug": "1658138633506",
"invoice_reference": "EV24T-TOX2-0000215",
"corrective_invoice_references": [
"EV24T-COR-H58Z-0000002",
"EV24T-COR-H58Z-0000003"
]
}
]
}