Offers

Offers API

Offer#show

GET https://api.vidi.cc/api/v2/offers/:offer_id

This endpoint allows you to query an order based off it's id. Here are examples of offers with currencies that do have a subunit JPY: https://api.vidi.cc/api/v2/offers/9436 VND: https://api.vidi.cc/api/v2/offers/14062

Path Parameters

Name
Type
Description

offer_id

integer

ID of the offer selected

Headers

Name
Type
Description

X-Currency-Code

string

e.g 'USD', 'JPY'

X-Api-key

string

Authentication token based from the user_api_key

{
	"data": {
		"id": "6926",
		"type": "offer",
		"attributes": {
			"id": 6926,
			"created_at": "2016-03-17T08:59:37.000+08:00",
			"updated_at": "2018-04-19T10:39:01.000+08:00",
			"title": "Helicopter Sightseeing Tour In Hong Kong",
			"summary": "Experience Hong Kong from the air on a flight seeing adventure by MD902 helicopter. This shared aerial tour operates on a per-seat basis with up to six passengers; tours depart from the Peninsula Hong Kong or the Wanchai Heliport. You may also select a private helicopter tour when booking, if you prefer.",
			"excerpt": "Experience Hong Kong from the air on a flight seeing adventure by MD902 helicopter. This shared aerial tour operates on a per-seat basis with up to six passengers; tours depart from the Peninsula...",
			"description": "Your Hong Kong Island helicopter tour provides panoramic, bird's-eye views of Victoria Harbour and attractions around the island. Board your air-conditioned MD902 Explorer, an ideal platform for aerial views of the city; you'll enjoy its comfort, safety, and reliability. See landmarks of the Hong Kong skyline, including the Central district with its headquarters to many international corporations and Two International Finance Centre (IFC), the second-tallest building in Hong Kong. Admire the Bank of China Tower, and look down on the Star Ferry Pier, connecting Central to Tsim Sha Tsui. Other sights include the International Commerce Center, Hong Kong’s tallest building; the Avenue of Stars, a promenade along the waterfront in Tsim Sha Tsui; Aberdeen Harbour, an area in the south known for its floating village and seafood restaurants; and the Hong Kong Golf Club, home to one of the oldest golfing societies in Deep Water Bay. Fly over Kai Tak Airport, famed for its low approaches and now the site of the cruise terminal; the summit of Victoria Peak; Wan Chai, a bustling nightlife district and home to the Hong Kong Convention and Exhibition Centre and Golden Bauhinia Square; and Happy Valley, a prestigious residential area known for its Happy Valley Race Course. Your tour starts (and ends) from either the rooftop of the Peninsula Hong Kong hotel or the Wanchai Helipad, located next to the Convention and Exhibition Centre and Golden Bauhinia Square.",
			"highlights": "Once-in-a-Lifetime ExperienceScenic helicopter flightGreat overview and orientation of the cityPerfect introduction for first-time visitorsEnjoy fantastic aerial views",
			"is_available": true,
			"is_published": true,
			"is_highlighted": false,
			"duration": null,
			"preview_token": "87263811ea234ad3d61c",
			"voucher_requirements": "You can present either a paper or an electronic voucher for this activity.",
			"additional_info": [
				"Confirmation will be received within 48 hours of booking, subject to availability",
				"Children must be accompanied by an adult",
				"Adult pricing applies to all travelers",
				"Reservation will be received at time of booking",
				"A minimum of 2 people per booking is required",
				"Subject to favorable weather conditions. If canceled due to poor weather, you will be given the option of an alternative date or full refund",
				"All passenger weights MUST be advised at time of booking"
			],
			"departure_time": "From 9am to before sunset",
			"departure_time_comments": "All flight times are approximate and subject to change due to weather conditions and weight restrictions.",
			"departure_point": "The Peninsula Hotel or Wanchai Heliport",
			"operates": "Daily, from 9:00am to before sunset",
			"inclusions": [
				"All taxes, fees and handling charges"
			],
			"exclusions": [
				"Souvenir photos (available to purchase)",
				"Transportation to/from attractions (additional service)"
			],
			"return_details": "Returns to original departure point",
			"duration_in_words": "15 minutes",
			"currency_code": "USD",
			"price": {
				"in_subunit": "23767",
				"in_unit": "237.67",
				"in_format": "$237.67",
				"currency_id": "usd",
				"currency_disambiguate_symbol": "US$",
				"currency_exponent": 2,
				"currency_symbol": "US$"
			},
			"value_price": {
				"in_subunit": "23767",
				"in_unit": "237.67",
				"in_format": "$237.67",
				"currency_id": "usd",
				"currency_disambiguate_symbol": "US$",
				"currency_exponent": 2,
				"currency_symbol": "US$"
			},
			"savings": {
				"in_subunit": "0",
				"in_unit": "0.00",
				"in_format": "$0.00",
				"currency_id": "usd",
				"currency_disambiguate_symbol": "US$",
				"currency_exponent": 2,
				"currency_symbol": "US$"
			},
			"code": "18892P1",
			"confirmation_type": "DeferredCRMBE",
			"cancellation_type": null,
			"image_url": "https://s3-ap-southeast-1.amazonaws.com/tly-production/partner_offers/images/000/006/926/medium/helicopter-sightseeing-tour-in-hong-kong-in-hong-kong-304608.jpg?1458176377"
		},
		"relationships": {
			"variants": {
				"data": [
					{
						"id": "15665",
						"type": "variant"
					},
					{
						"id": "15666",
						"type": "variant"
					}
				]
			}
		}
	},
	"included": [
		{
			"id": "15665",
			"type": "variant",
			"attributes": {
				"id": 15665,
				"title": "Private Helicopter Tour",
				"available_dates": null,
				"requires_pickup": false,
				"available_dates_for_current_month": {
					"2018-10": []
				}
			},
			"relationships": {
				"booking_questions": {
					"data": [
						{
							"id": "20",
							"type": "booking_question"
						}
					]
				},
				"age_bands": {
					"data": [
						{
							"id": "5029563",
							"type": "age_band"
						}
					]
				}
			}
		},
		{
			"id": "15666",
			"type": "variant",
			"attributes": {
				"id": 15666,
				"title": "Shared Helicopter Tour",
				"available_dates": null,
				"requires_pickup": false,
				"available_dates_for_current_month": {
					"2018-10": []
				}
			},
			"relationships": {
				"booking_questions": {
					"data": [
						{
							"id": "20",
							"type": "booking_question"
						}
					]
				},
				"age_bands": {
					"data": [
						{
							"id": "5029564",
							"type": "age_band"
						}
					]
				}
			}
		},
		{
			"id": "5029563",
			"type": "age_band",
			"attributes": {
				"id": 5029563,
				"group_id": 0,
				"name": "Adult",
				"age_from": 18,
				"age_to": 99,
				"min_count": 6,
				"max_count": null,
				"updated_at": "2017-02-15T14:36:56.000+08:00",
				"price": {
					"in_subunit": "23767",
					"in_unit": "237.67",
					"in_format": "$237.67",
					"currency_id": "usd",
					"currency_disambiguate_symbol": "US$",
					"currency_exponent": 2,
					"currency_symbol": "US$"
				},
				"value_price": {
					"in_subunit": "23767",
					"in_unit": "237.67",
					"in_format": "$237.67",
					"currency_id": "usd",
					"currency_disambiguate_symbol": "US$",
					"currency_exponent": 2,
					"currency_symbol": "US$"
				}
			}
		},
		{
			"id": "5029564",
			"type": "age_band",
			"attributes": {
				"id": 5029564,
				"group_id": 0,
				"name": "Adult",
				"age_from": 18,
				"age_to": 99,
				"min_count": 2,
				"max_count": null,
				"updated_at": "2017-02-15T14:36:58.000+08:00",
				"price": {
					"in_subunit": "26409",
					"in_unit": "264.09",
					"in_format": "$264.09",
					"currency_id": "usd",
					"currency_disambiguate_symbol": "US$",
					"currency_exponent": 2,
					"currency_symbol": "US$"
				},
				"value_price": {
					"in_subunit": "26409",
					"in_unit": "264.09",
					"in_format": "$264.09",
					"currency_id": "usd",
					"currency_disambiguate_symbol": "US$",
					"currency_exponent": 2,
					"currency_symbol": "US$"
				}
			}
		},
		{
			"id": "20",
			"type": "booking_question",
			"attributes": {
				"id": 20,
				"title": "Passenger Weights",
				"sub_title": "(e.g. 127 pounds, 145 kilos, etc)",
				"is_required": "1",
				"message": "For safety reasons you must enter the weight of all passengers. Please indicate pounds or kilos.",
				"created_at": "2015-05-22T13:44:31.000+08:00"
			}
		}
	]
}

Last updated