v1
latestOpenAPI 3.0.32026-07-2632131.4 MBGroup Reservations Open Api [Beta]
Create a group reservation
This endpoint allows the creation of a group reservation, based on an array of quotes
post/reservations-v3/group
Request body
Example request
{
"quoteAndRatePlanIds": [
{
"quoteId": "6213b03e7f0ba50032296f4a",
"ratePlanId": "default-rateplan-id"
},
{
"quoteId": "6213b03e7f0ba50032296f4b",
"ratePlanId": "36ft523e7f0ba500323hf736"
}
],
"name": "guesty-company-trip",
"source": "Manual",
"status": "reserved",
"reservedUntil": 36,
"groupBooker": {
"_id": "6213b03e7f0ba50032296f4a",
"fullName": "Full Name"
},
"coupons": [
"VeryCoolCoupon",
"VeryCoolCoupon2"
],
"chargeMethod": "PER_RESERVATION"
}Response
The group reservation has been created successfuly
Example response
{
"platform": "direct",
"name": "guesty-company-trip",
"source": "manual"
}