Reservations
Reservation details
Retrieve reservation details.
get
/rest/partners/booking/{id}
Path params
Name | Type | Mandatory | Description |
---|---|---|---|
id | integer | yes | Booking ID |
Request
GET /rest/partners/booking/1 HTTP/1.1
Host: {HOST}
Content-Type: application/json
Accept: application/json
Authorization: Basic {BASE64_BASIC_AUTH}
Response
{
"id": 4341,
"checkin": "2020-05-21",
"checkout": "2020-05-29",
"adults": 2,
"children": 1,
"babies": 0,
"pets": 0,
"external_id": "test-123142142",
"notes": null,
"status": "pending",
"cancel_reason": null,
"reject_reason": null,
"reject_message_to_guest": null,
"total": "3656.92",
"total_accommodation": "3233.92",
"total_fees": "423.00",
"total_taxes": "0.00",
"total_discount": "0.00",
"property": {
"id": 1,
"name": {
"en": "Pasley St"
},
"bedrooms": 3,
"toilets": 0,
"bathrooms": 2,
"max_occupancy": 7,
"registration_number": null,
"address": "21 Pasley StreetSouth Yarra, Victoria 3141",
"postcode": "3141",
"geo": {
"lat": -37.8439143,
"lon": 144.9844098999
},
"short_description": {
"en": "This beautiful property is packed to the rafters with special features.\r"
},
"description": {
"en": "This beautiful property is packed to the rafters with special features.\r\nFrom the open fireplaces to the marble mantels, the wide entrance hall, the sun-drenched lounge and dining area, which perfectly compliments the large designer kitchen, you will feel truly spoiled in this stunning house.\r\nThe fully equipped kitchen boasts stone bench tops, Miele stainless steel appliances and an abundance of cupboard space.\r\nThe three spacious double bedrooms - main with renovated ensuite, provide plenty of space for all guests and there is also a studio/office, centrally located renovated bathroom and separate laundry.\r\nOther features of this impressive home include ducted heating, polished wooden flooring, off-street parking and a in ground pool.\r\nOn top of everything else, you will be situated only minutes from Toorak Road, excellent transport links to the city, exclusive shops and an abundance of restaurants.\r\nSouth Yarra is perfectly located inbetween the trendy eating and dining area of Prahran and the more exclusive offerings of Toorak.\r\nEasy walking distance to Fawkner Park and the Botanical Gardens, there is plenty to occupy your time. Enjoy lunch at sophisticated Bistro Gitan or stroll down to Toorak Road for exclusive boutique shopping and plenty of cafe and restaurant options."
},
"house_rules": null,
"surroundings": null,
"show_exact_address": true,
"home_truths": {
"en": "Bedroom #1: Queen bed w/ ensuite (bath)\nBedroom #2: King bed\nBedroom #3: Queen bed\nFamily bathroom : Shower\nPrivate swimming pool Solar Heated \n1x Off-streeet car park (driveway)\n\n"
},
"checkin_category": "doorman_entry",
"unique_benefits": null,
"ical_url": "https://app.staging.onemineral.com/rest/ical/7428dd15a2f2f2189167dc7c1e085e29ccd35f81/1.ics"
},
"currency": {
"id": 3,
"iso_code": "AUD",
"name": {
"en": "Australian Dollars"
},
"symbol": "$",
"html_code": "$",
"html_entity": "$"
},
"guest": {
"id": 4216,
"name": "John Doe"
}
}
Going live
Before you go live with your integration, we recommend contacting our support team.
Support & feedback
Need help integrating with Content API? The experts in our support team are here to help. Contact us at contact@rentalwise.com.