Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 38.05 KB | None | 0 0
  1. {
  2.    "id":"1b057a90-3b23-2290-80cb-512bb7245f17",
  3.    "name":"Web Testing 2015",
  4.    "account":{
  5.       "name":"Test123",
  6.       "id":"99603010-bd51-3a24-d1bf-5229e414cc49"
  7.    },
  8.    "passport_blocked":"No",
  9.    "passport_required":"Yes",
  10.    "program_period":"Family Day",
  11.    "title":"Web Test Trip - Grad",
  12.    "type":"Grad Trip",
  13.    "status":"Limited",
  14.    "code":"ZAKED",
  15.    "currency":"CAD",
  16.    "destination" : {
  17.       "id" : "009aa126-a646-102e-9125-12313b0c814f",
  18.       "name" : "Southern Dominican Sun",
  19.       "short_description" : "Green rolling hills stretching off to the horizon give a special character to Puerto Plata, the bustling resort town on the northern coast of the Dominican Republic. Puerto Plata gets some of the best waves in the Caribbean, making it a well-known mecca for active sports. Nearby, Cabarete is a funky beach town dotted with surf shops, boutique hotels, and cool beach restaurants; with S-Trip!, you'll get to try your hand at some exciting sports like surfing and kite-surfing!",
  20.       "tagline" : "CARIBBEAN CULTURE & WHITE SAND BEACHES",
  21.       "videos" : "https://vimeo.com/125165309",
  22.       "image" :  "https://secure.s-trip.com/upload/photos/2015-23-04/d4ef0d24-b275-9beb-aec3-55391be16119.jpg"
  23.    },
  24.    "departure_date":"2016-09-16",
  25.    "payment_dates":[
  26.       {
  27.          "date":"2015-03-05",
  28.          "cycle_date":"2015-03-05",
  29.          "amount":"150.00",
  30.          "type":"Deposit"
  31.       },
  32.       {
  33.          "date":"2015-04-22",
  34.          "cycle_date":"2015-04-22",
  35.          "amount":"150.00",
  36.          "type":"Payment"
  37.       },
  38.       {
  39.          "date":"2015-11-12",
  40.          "cycle_date":"2015-11-12",
  41.          "amount":"150.00",
  42.          "type":"Payment"
  43.       },
  44.       {
  45.          "date":"2015-12-02",
  46.          "cycle_date":"2015-12-02",
  47.          "amount":"150.00",
  48.          "type":"Balance"
  49.       },
  50.       {
  51.          "date":"2016-04-08",
  52.          "cycle_date":"2016-04-08",
  53.          "amount":"0.00",
  54.          "type":"Balance"
  55.       }
  56.    ],
  57.    "installments_count" : "7",
  58.    "deposit" : {
  59.       "date" : "2013-04-11",
  60.       "cycle_date" : "2013-04-11",
  61.       "amount" : "150.00",
  62.       "type" : "Deposit"
  63.    },
  64.    "next_payment_date": {
  65.       "date" : "2015-08-05",
  66.       "cycle_date" : "2015-08-05",
  67.       "amount" : "150.00",
  68.       "type" : "Payment"
  69.    },
  70.    "balance_date":{
  71.       "date":"2016-04-08",
  72.       "cycle_date":"2016-04-08",
  73.       "amount":"0.00",
  74.       "type":"Balance"
  75.    },
  76.    "pricing": {
  77.         "king-suite": {
  78.             "name": "King Suite",
  79.             "value": "king-suite",
  80.             "catelog_id": "xxx",
  81.             "description": "King  room type description goes here",
  82.             "pricing": {
  83.                 "1": {
  84.                     "Subtotal": "700.00",
  85.                     "Add-ons": "10.00",
  86.                     "Discount": "10.00",
  87.                     "Tax": "10.00",
  88.                     "Total": "620.00"
  89.                 }
  90.             }
  91.         },
  92.         "queen-suite": {
  93.             "name": "Queen Suite",
  94.             "value": "queen-suite",
  95.             "catelog_id": "xxx",
  96.             "description": "Queen  room type description goes here",
  97.             "pricing": {
  98.                 "1": {
  99.                     "Subtotal": "20.00",
  100.                     "Add-ons": "10.00",
  101.                     "Discount": "10.00",
  102.                     "Tax": "10.00",
  103.                     "Total": "30.00"
  104.                 },
  105.                 "2": {
  106.                     "Subtotal": "30.00",
  107.                     "Add-ons": "10.00",
  108.                     "Discount": "10.00",
  109.                     "Tax": "10.00",
  110.                     "Total": "40.00"
  111.                 }
  112.             }
  113.         },
  114.         "standard-suite": {
  115.             "name": "Standard Suite",
  116.             "value": "standard-suite",
  117.             "catelog_id": "xxx",
  118.             "description": "Standard  room type description goes here",
  119.             "pricing": {
  120.                 "1": {
  121.                     "Subtotal": "400.00",
  122.                     "Add-ons": "10.00",
  123.                     "Discount": "10.00",
  124.                     "Tax": "10.00",
  125.                     "Total": "420.00"
  126.                 },
  127.                 "2": {
  128.                     "Subtotal": "300.00",
  129.                     "Add-ons": "10.00",
  130.                     "Discount": "10.00",
  131.                     "Tax": "10.00",
  132.                     "Total": "320.00"
  133.                 },
  134.                 "3": {
  135.                     "Subtotal": "200.00",
  136.                     "Add-ons": "10.00",
  137.                     "Discount": "10.00",
  138.                     "Tax": "10.00",
  139.                     "Total": "220.00"
  140.                 },
  141.                 "4": {
  142.                     "Subtotal": "100.00",
  143.                     "Add-ons": "10.00",
  144.                     "Discount": "10.00",
  145.                     "Tax": "10.00",
  146.                     "Total": "120.00"
  147.                 },
  148.                 "5": {
  149.                     "Subtotal": "10.00",
  150.                     "Add-ons": "10.00",
  151.                     "Discount": "10.00",
  152.                     "Tax": "10.00",
  153.                     "Total": "20.00"
  154.                 }
  155.             }
  156.         },
  157.         "econo-suite": {
  158.             "name": "Economy Suite",
  159.             "value": "econo-suite",
  160.             "catelog_id": "xxx",
  161.             "description": "Economy room type description goes here",
  162.             "pricing": {
  163.                 "1": {
  164.                     "Subtotal": "2170.00",
  165.                     "Add-ons": "270.00",
  166.                     "Discount": "0.00",
  167.                     "Tax": "445.00",
  168.                     "Total": "2885.00"
  169.                 },
  170.                 "2": {
  171.                     "Subtotal": "1570.00",
  172.                     "Add-ons": "270.00",
  173.                     "Discount": "0.00",
  174.                     "Tax": "445.00",
  175.                     "Total": "2285.00"
  176.                 },
  177.                 "5": {
  178.                     "Subtotal": "1520.00",
  179.                     "Add-ons": "270.00",
  180.                     "Discount": "0.00",
  181.                     "Tax": "445.00",
  182.                     "Total": "2235.00"
  183.                 }
  184.             }
  185.         }
  186.     },
  187.    "organizers":[
  188.       {
  189.          "first_name":"John",
  190.          "last_name":"McMickleson",
  191.          "facebook_profile":"",
  192.          "twitter_profile":"",
  193.          "email":"",
  194.          "phones":{
  195.             "mobile":"999-999-9999",
  196.             "work":""
  197.          }
  198.       },
  199.       {
  200.          "first_name":"Jane",
  201.          "last_name":"Doezer",
  202.          "facebook_profile":"",
  203.          "twitter_profile":"",
  204.          "email":"",
  205.          "phones":{
  206.             "mobile":"999-999-9999",
  207.             "work":""
  208.          }
  209.       },
  210.       {
  211.          "first_name":"Juan",
  212.          "last_name":"Corteze",
  213.          "facebook_profile":"",
  214.          "twitter_profile":"",
  215.          "email":"",
  216.          "phones":{
  217.             "mobile":"999-999-9999",
  218.             "work":""
  219.          }
  220.       }  
  221.    ],
  222.    "brand":{
  223.       "id":"2ca548bd-2b27-5908-7062-4ea5b13f3f6c",
  224.       "name":"S-Trip! - Canada",
  225.       "tagline":"GRAD IS BETTER ON THE BEACH!",
  226.       "description":"Celebrate the exciting conclusion...",
  227.       "images":{
  228.          "logo":"https:\/\/secure.s-trip.com\/upload\/photos\/2011-25-10\/b4214418-74ae-af90-7494-4ea72630a74c.jpg"
  229.       },
  230.       "videos":[
  231.          "https:\/\/www.youtube.com\/watch?v=FoW6K37dXiw"
  232.       ],
  233.       "quotes":[
  234.          {
  235.             "quote":"I never thought I'd...",
  236.             "name":"Austin Kramer",
  237.             "photo":"https:\/\/secure.s-trip.com\/upload\/\/e9c6324d-0dd1-a603-0ed7-515ee1c5cea1"
  238.          },
  239.          {
  240.             "quote":"It was the ideal way to end off our high school careers before we all headed off to start a new chapter in our lives.",
  241.             "name":"Jeneka Johnson",
  242.             "photo":"https:\/\/secure.s-trip.com\/upload\/\/7692a909-07a2-0f21-fcde-515ee106f96c"
  243.          }
  244.       ],
  245.       "miscellaneous":{
  246.          "Excursion Trip Page Description":"The best part of travel is immersing yourself in..."
  247.       },
  248.       "brand_twitter_url":"http:\/\/www.twitter.com\/studenttrip ",
  249.       "brand_color":"#00b4e4",
  250.       "brand_header":"",
  251.       "brand_company_phone_number":"1-866-627-8747",
  252.       "brand_website_url":"http:\/\/www.s-trip.com",
  253.       "brand_email_suffix":"@s-trip.com",
  254.       "brand_paragraph_style":"font-family:Helvetica, sans-serif;margin-top:0;margin-bottom:0px;margin-left:0;margin-right:0;padding:0;line-height:22px;font-size:16px;color:#666666;font-weight:lighter;",
  255.       "brand_company_name":"S-Trip!",
  256.       "brand_font":"Helvetica, sans-serif",
  257.       "brand_company_address":"128 6th Ave West, Vancouver, BC, V5Y 1K6",
  258.       "brand_footer":"",
  259.       "brand_facebook_url":"http:\/\/www.facebook.com\/studenttrip",
  260.       "brand_terms_conditions":"",
  261.       "brand_trip_year":"2015",
  262.       "brand_youtube_url":"https:\/\/www.youtube.com\/user\/studenttrip",
  263.       "brand_company_email":"info@s-trip.com",
  264.       "brand_instagram_url":"http:\/\/instagram.com\/studenttrip",
  265.       "brand_survey_url":"https:\/\/www.surveymonkey.com\/s\/VNNKXW5",
  266.       "brand_interest_list":"https:\/\/www.studenttrip.com\/interest-lists\/grad-trip-interest-iist.pdf",
  267.       "brand_corporate_title":" Handa Travel Student Trip Ltd.",
  268.       "brand_faq":"",
  269.       "brand_twitter_handle":"@studenttrip",
  270.       "brand_program_period_descriptions":"{ \"March Break\" : \"S-Trip! March break grad trips usually depart during your schools March break holiday. Exact dates will be communicated to you a minimum of 60 days prior to travel.\", \"Summer\" : \"S-Trip! summer grad trips depart in June or July. Exact dates will be communicated to you a minimum of 60 days prior to travel\" }",
  271.       "brand_basic_trip_info":"",
  272.       "brand_corporate_license":"Consumer Protection BC License # 45830"
  273.    },
  274.    "miscellaneous":[
  275.  
  276.    ],
  277.    "flights":[
  278.       {
  279.          "id":"905b3a80-b170-9a81-9502-5554eee6ab6a",
  280.          "type":"flight",
  281.          "cabin":"Economy",
  282.          "dep_date":"2016-01-07 06:15:00",
  283.          "arr_date":"2016-01-07 07:30:00",
  284.          "airline":"Air Canada",
  285.          "flight":"001",
  286.          "departure":"YYZ Toronto",
  287.          "dep_code":"YYZ",
  288.          "arrival":"YUL Montreal",
  289.          "arr_code":null,
  290.          "notes":null,
  291.          "baggage_url":"http:\/\/www.aircanada.com\/en\/travelinfo\/airport\/baggage\/",
  292.          "meal_voucher":"http:\/\/www.aircanada.com\/en\/travelinfo\/onboard\/dining\/na\/onboard\/",
  293.          "airline_meal_voucher_text":"Please note that meals are not provided on your flight, and while you can purchase food on the plane, it is cashless and the only form of payment accepted is credit card."
  294.       },
  295.       {
  296.          "id":"5e3e260c-b19e-5fde-35ff-5554ef07c411",
  297.          "type":"flight",
  298.          "cabin":"Economy",
  299.          "dep_date":"2016-01-07 07:50:00",
  300.          "arr_date":"2016-01-07 11:00:00",
  301.          "airline":"Air Canada",
  302.          "flight":"002",
  303.          "departure":"YUL Montreal",
  304.          "dep_code":"YUL",
  305.          "arrival":"CCC Cayo Coco",
  306.          "arr_code":null,
  307.          "notes":null,
  308.          "baggage_url":"http:\/\/www.aircanada.com\/en\/travelinfo\/airport\/baggage\/",
  309.          "meal_voucher":"http:\/\/www.aircanada.com\/en\/travelinfo\/onboard\/dining\/na\/onboard\/",
  310.          "airline_meal_voucher_text":"Please note that meals are not provided on your flight, and while you can purchase food on the plane, it is cashless and the only form of payment accepted is credit card."
  311.       },
  312.       {
  313.          "id":"1464e45e-6a71-2424-ade4-5554efcd8ca8",
  314.          "type":"flight",
  315.          "cabin":"Economy",
  316.          "dep_date":"2016-01-14 13:00:00",
  317.          "arr_date":"2016-01-14 16:54:00",
  318.          "airline":"Air Canada",
  319.          "flight":"003",
  320.          "departure":"CCC Cayo Coco",
  321.          "dep_code":"",
  322.          "arrival":"YUL Montreal",
  323.          "arr_code":null,
  324.          "notes":null,
  325.          "baggage_url":"http:\/\/www.aircanada.com\/en\/travelinfo\/airport\/baggage\/",
  326.          "meal_voucher":"http:\/\/www.aircanada.com\/en\/travelinfo\/onboard\/dining\/na\/onboard\/",
  327.          "airline_meal_voucher_text":"Please note that meals are not provided on your flight, and while you can purchase food on the plane, it is cashless and the only form of payment accepted is credit card."
  328.       }
  329.    ],
  330.    "details":[
  331.       {
  332.          "id":"4fe89738-d9ff-b0f1-441f-5554eddab0c1",
  333.          "type":"transportation",
  334.          "vehicle":"2",
  335.          "dep_date":"2015-05-15 09:00:00",
  336.          "arr_date":"2015-05-15 13:05:00",
  337.          "departure":"YYZ Toronto",
  338.          "arrival":"Wallaceburg",
  339.          "category":"Transfer",
  340.          "notes":null
  341.       },
  342.       {
  343.          "id":"323c9f7d-3870-23f6-e04f-5554edfa158f",
  344.          "type":"transportation",
  345.          "vehicle":true,
  346.          "dep_date":"2016-01-06 23:30:00",
  347.          "arr_date":"2016-01-07 03:00:00",
  348.          "departure":"Wallaceburg",
  349.          "arrival":"YYZ Toronto",
  350.          "category":"Transfer",
  351.          "notes":"Wallaceburg Memorial Arena - 600 Wall Street, Wallaceburg, ON"
  352.       },
  353.       {
  354.          "id":"32f10f8c-93d5-05da-4e11-4a8ab8e57582",
  355.          "type":"hotel",
  356.          "rating":"4 Stars",
  357.          "hotel_name":"Tryp Cayo Coco ",
  358.          "amenities":"Beach front location International buffet restaurant Wifi available for a fee 7 a la carte Basketball Beach volleyball Scuba diving Wind surfing Fitness centre Disco on site",
  359.          "rooms":"10",
  360.          "category":null,
  361.          "checkout":"2016-01-14 00:00:00",
  362.          "checkin":"2016-01-07 00:00:00",
  363.          "nights":"7",
  364.          "notes":null,
  365.          "short_description":"The Tryp Cayo Coco is located in one of the pristine keys off the coast of the central region of Cuba. Built over a natural lagoon, facing a wide stretch of sugar-white beach. With a ton of amenities including 8 restaurants, a tropical lagoon style pool, beautiful beach front access, and a friendly staff, Tryp Cayo Coco is the perfect place to call home on your vacation!",
  366.          "website":"https:\/\/www.melia.com",
  367.          "city":"Cayo Coco",
  368.          "state":"Ciego de Avila ",
  369.          "postal_code":null,
  370.          "country":"Cuba",
  371.          "phone_local":"011.53.33.301.300",
  372.          "phone_toll_free":null
  373.       },
  374.       {
  375.          "id":"905b3a80-b170-9a81-9502-5554eee6ab6a",
  376.          "type":"flight",
  377.          "cabin":"Economy",
  378.          "dep_date":"2016-01-07 06:15:00",
  379.          "arr_date":"2016-01-07 07:30:00",
  380.          "airline":"Air Canada",
  381.          "flight":"001",
  382.          "departure":"YYZ Toronto",
  383.          "dep_code":"YYZ",
  384.          "arrival":"YUL Montreal",
  385.          "arr_code":null,
  386.          "notes":null,
  387.          "baggage_url":"http:\/\/www.aircanada.com\/en\/travelinfo\/airport\/baggage\/",
  388.          "meal_voucher":"http:\/\/www.aircanada.com\/en\/travelinfo\/onboard\/dining\/na\/onboard\/",
  389.          "airline_meal_voucher_text":"Please note that meals are not provided on your flight, and while you can purchase food on the plane, it is cashless and the only form of payment accepted is credit card."
  390.       },
  391.       {
  392.          "id":"5e3e260c-b19e-5fde-35ff-5554ef07c411",
  393.          "type":"flight",
  394.          "cabin":"Economy",
  395.          "dep_date":"2016-01-07 07:50:00",
  396.          "arr_date":"2016-01-07 11:00:00",
  397.          "airline":"Air Canada",
  398.          "flight":"002",
  399.          "departure":"YUL Montreal",
  400.          "dep_code":"YUL",
  401.          "arrival":"CCC Cayo Coco",
  402.          "arr_code":null,
  403.          "notes":null,
  404.          "baggage_url":"http:\/\/www.aircanada.com\/en\/travelinfo\/airport\/baggage\/",
  405.          "meal_voucher":"http:\/\/www.aircanada.com\/en\/travelinfo\/onboard\/dining\/na\/onboard\/",
  406.          "airline_meal_voucher_text":"Please note that meals are not provided on your flight, and while you can purchase food on the plane, it is cashless and the only form of payment accepted is credit card."
  407.       },
  408.       {
  409.          "id":"1464e45e-6a71-2424-ade4-5554efcd8ca8",
  410.          "type":"flight",
  411.          "cabin":"Economy",
  412.          "dep_date":"2016-01-14 13:00:00",
  413.          "arr_date":"2016-01-14 16:54:00",
  414.          "airline":"Air Canada",
  415.          "flight":"003",
  416.          "departure":"CCC Cayo Coco",
  417.          "dep_code":"",
  418.          "arrival":"YUL Montreal",
  419.          "arr_code":null,
  420.          "notes":null,
  421.          "baggage_url":"http:\/\/www.aircanada.com\/en\/travelinfo\/airport\/baggage\/",
  422.          "meal_voucher":"http:\/\/www.aircanada.com\/en\/travelinfo\/onboard\/dining\/na\/onboard\/",
  423.          "airline_meal_voucher_text":"Please note that meals are not provided on your flight, and while you can purchase food on the plane, it is cashless and the only form of payment accepted is credit card."
  424.       },
  425.       {
  426.          "id":"3642dc11-901c-5e63-52e8-52f95fedba55",
  427.          "type":"hotel",
  428.          "rating":"4 Stars",
  429.          "hotel_name":"Courtyard Marriott Montreal",
  430.          "amenities":"Close to airport High speed internet Full fitness centre ",
  431.          "rooms":"10",
  432.          "category":null,
  433.          "checkout":"2016-01-15 08:00:00",
  434.          "checkin":"2016-01-14 19:30:00",
  435.          "nights":true,
  436.          "notes":null,
  437.          "short_description":"Conveniently located between Montreal-Pierre Elliott Trudeau International Airport and downtown Montreal, Courtyard Montreal Airport provides guests with easy access to all sides of the island.",
  438.          "website":null,
  439.          "city":"Montreal",
  440.          "state":"Quebec ",
  441.          "postal_code":"H4M 2Z5",
  442.          "country":"Canada",
  443.          "phone_local":"1-514-339-5333",
  444.          "phone_toll_free":null
  445.       },
  446.       {
  447.          "id":"4a44ecc7-bcbb-d3b5-d934-5554efd7a1f3",
  448.          "type":"flight",
  449.          "cabin":"Economy",
  450.          "dep_date":"2016-01-15 06:04:00",
  451.          "arr_date":"2016-01-15 07:27:00",
  452.          "airline":"Air Canada",
  453.          "flight":"004",
  454.          "departure":"YUL Montreal",
  455.          "dep_code":"YUL",
  456.          "arrival":"YYZ Toronto",
  457.          "arr_code":null,
  458.          "notes":null,
  459.          "baggage_url":"http:\/\/www.aircanada.com\/en\/travelinfo\/airport\/baggage\/",
  460.          "meal_voucher":"http:\/\/www.aircanada.com\/en\/travelinfo\/onboard\/dining\/na\/onboard\/",
  461.          "airline_meal_voucher_text":"Please note that meals are not provided on your flight, and while you can purchase food on the plane, it is cashless and the only form of payment accepted is credit card."
  462.       }
  463.    ],
  464.    "documents":[
  465.  
  466.    ],
  467.    "is_organizer":false,
  468.    "organizer_booklet": "",
  469.    "counsellor":{
  470.       "first_name":"Mickyla",
  471.       "last_name":"Kortje",
  472.       "email":"info@breakawaytours.com",
  473.       "image":"https://secure.s-trip.com/upload/photos/2013-22-03/410dc445-bda5-b360-ac0c-514c9cd2bee6.jpg",
  474.       "phones":{
  475.          "mobile":"416-274-5340",
  476.          "work":null
  477.       }
  478.    },
  479.    "insurances":{
  480.       "ea14a5fc-c2e7-ff0d-1595-532229dc0ce1":{
  481.          "id":"ea14a5fc-c2e7-ff0d-1595-532229dc0ce1",
  482.          "short_description":"Covers emergency medical benefits while traveling...",
  483.          "status":"Active",
  484.          "description":"RBC Comprehensive Medical insurance includes all of the benefits of the RBC Classic Medical insurance plus limited trip cancelation, trip interruption, baggage and personal effects, extended medical coverage, and flight & travel accident coverage.We highly recommend this option as travel can be very unpredictable at times, and with the RBC Comprehensive Medical insurance, you'll be able to enjoy your #TripofaLifetime with peace of mind.",
  485.          "policy_url": "",
  486.          "insurance_type":"Medical",
  487.          "cost":"0.000000",
  488.          "name":"RBC Classic Medical Insurance",
  489.          "date":"2015-03-06 17:20:02",
  490.          "type":"insurance",
  491.          "paid":true,
  492.          "image":"https://secure.s-trip.com/upload/photos/2014-25-09/3726e9c9-b721-3cf8-ab3f-54242c23f3ac.png",
  493.          "included":true
  494.       },
  495.       "e2547515-79bc-952e-4e89-5322296b632d":{
  496.          "type":"insurance",
  497.          "included":false,
  498.          "id":"e2547515-79bc-952e-4e89-5322296b632d",
  499.          "status":"Active",
  500.          "description":"We want to make sure you're covered in case of a medical emergency. Included in your package is medical insurance which includes emergency medical benefits while traveling, subject to the terms and conditions of the policy. This insurance does not include trip interruption or cancellation coverage.For complete travel coverage, we recommend upgrading to the Comprehensive Insurance which includes limited trip cancellation, trip interruption, baggage and personal effects,  medical, and flight & travel accident coverage.",
  501.          "policy_url": "http://www.s-trip.com/media/forms/StudentTrip-manulife-youth-policy.pdf",
  502.          "insurance_type":"Comprehensive",
  503.          "cost":"174.000000",
  504.          "name":"RBC Youth & Student Comprehensive Insurance",
  505.          "paid":false,
  506.          "image":"https://secure.s-trip.com/upload/photos/2014-25-09/dfce67ab-1e35-c263-9def-54242be939f0.png"
  507.       },
  508.       "ea14a5fc-c2e7-ff0d-1595-532229dc0ce2":{
  509.          "id":"ea14a5fc-c2e7-ff0d-1595-532229dc0ce2",
  510.          "short_description":"Decline insurance...",
  511.          "status":"Active",
  512.          "description":"Decline travel insurance",
  513.          "policy_url": "",
  514.          "insurance_type":"Declined",
  515.          "cost":"0.000000",
  516.          "name":"Decline Insurance",
  517.          "date":"2015-03-06 17:20:02",
  518.          "type":"none",
  519.          "paid":true,
  520.          "image":"https://secure.s-trip.com/upload/photos/2014-25-09/3726e9c9-b721-3cf8-ab3f-54242c23f3ac.png",
  521.          "included":false
  522.       }
  523.    },
  524.    "message":null,
  525.    "exclusions":{
  526.       "Travel Package:":[
  527.          "Personal zspending money",
  528.          "Hotel damage deposit of room damage protection",
  529.          "Optional comprehensive insurance",
  530.          "Optional excursions",
  531.          "Exit fees (if applicable)"
  532.       ]
  533.    },
  534.    "inclusions":{
  535.       "Travel Package:":[
  536.          "Round trip airfare",
  537.          "Hotel transfers",
  538.          "7 nights resort accommodation",
  539.          "All-inclusive meals, snacks & drinks"
  540.       ],
  541.       "Insurance:":[
  542.          "Medical travel insurance"
  543.       ],
  544.       "Staff:":[
  545.          "24\/7 S-Trip! staff on-site"
  546.       ],
  547.       "S-Trip! Exclusives:":[
  548.          "Volunteer abroad excursion",
  549.          "Featured off-resort excursion",
  550.          "Daily beach and pool activities",
  551.          "Themed night events",
  552.          "Featured off-resort event",
  553.          "S-Trip! graffiti t-shirt",
  554.          "Group photo shoot with professional photographer"
  555.       ]
  556.    },
  557.    "notices":[
  558.       "Room Damage Protection...",
  559.       "Online Check-In...",
  560.       "All passengers traveling...",
  561.       "2015 trips..."
  562.    ],
  563.    "terms_and_conditions":"You are booked with Handa Travel Student Trip USA Ltd. [\u201cS-Trip!\u2019] a retail travel agency based at 1330 Beacon Street, Brookline, MA 02446. S-Trip! makes arrangements with suppliers who provide travel services such as air travel, cruises, hotels, buses, sightseeing, car rental or other activities included in, or offered in addition to, a tour package. S-Trip! does not control, operate, own or manage any vehicle, hotel, resort, cruise ship, restaurant or other supplier of services.\n\nPRICE, TAXES & FEES\nPrices are per person in US Dollars unless otherwise stated and are subject to availability at the time of booking. Pricing is based on the occupancy chosen; should your occupancy change for any reason you are responsible for paying any difference in price.The prices advertised are based on fixed costs of suppliers at the time of booking. These costs are dependant on fuel costs, rate of exchange and other factors and the price may increase due to a change in these fixed costs. This contract permits price increases.\n\nBILLING & PAYMENTS\nYou agree to pay for all of the services you receive.  As an S-Trip! passenger, you agree to provide S-Trip! with complete and accurate billing information including legal name, mailing address, telephone number(s) and email addresses, at the time your account is created and to update this information within 15 days of any change. Providing false billing information shall be cause for immediate termination of your reservation.\n\nPayment Due Dates\nAll of our trips are broken into monthly installments with the balance payment due three months or more prior to the departure date. You need to make all payments according to the payment schedule in order to ensure your space on the trip. Payment dates are displayed during the online booking process. Registered passengers can find their specific payment schedule under the Payment Info tab of My Profile. All monthly payments are mandatory, failure to make a payment may result in your losing your place on the trip and\/or your early booking price. Late payments may also be subject to a late fee. \n\nData Privacy Policy\nS-Trip! agrees not to use cardholder names, account numbers or other credit card transaction information embossed, encoded, or appearing in any other manner on a card for any purpose other than for the sole purpose of assisting S-Trip! in completing the transaction, or as specifically required by law. S-Trip! also agrees not to disclose this information to any third party other than the financial institution or its designated agent.\n\nPayment Methods\nS-Trip! accepts debit card and credit card, cash is not accepted. S-Trip!\u2019s system will automatically charge your credit card for the payment for each installment as they come due if there is an active card on the account.  If you cancel your credit card or if your details change it is your responsibility to contact S-Trip! with updated information. If the payment method is by debit card you must log-on to your online portal and make payment prior to the payment due date. \n\nDelinquent or Non Payment\nIf you will miss a payment it is your responsibility to contact S-Trip! and advise of the situation. S-Trip! reserves the right to cancel the reservation if a payment is not made.  S-Trip! reserves the right to charge a fee to reinstate cancelled reservations. Reinstated accounts may no longer be entitled to the early booking price received at the time of the initial booking.\n\nCANCELLATION OF SERVICES\nAll cancellation requests must be given in writing to info@s-trip.com. Cancellations will be effective as of the date received. \n\nRegardless of your cancellation date, the initial trip deposit, insurance, and any add-ons purchased, as well as any portion of the travel services that have been used or are expired, are non-refundable.  If cancellation occurs within 90 days of the departure date or after the final payment date (whichever comes first), all monies received are non-refundable. If cancellation is prior to this date passengers will receive Trip Dollars for the amount paid up until that date, not including the initial deposit and the insurance premium if purchased. 1 Trip Dollar is equivalent to $1 that may be used towards a trip with S-Trip!. Trip Dollars are valid for 5 years from the date of cancellation. Trip Dollars are not transferable and they must be used in entirety for one trip \u2013 they cannot be combined, separated, or transferred between trips or passengers. Trip Dollars are void if the passenger cancels and receives any refund from any insurance company. If the new trip costs less than the passenger\u2019s Trip Dollars, there will be no refund or credit assigned for the difference. If the total cost of new trip exceeds the total Trip Dollars, the difference must be paid by the passenger in order to confirm the booking. Trip Dollars hold no cash value, and cannot be refunded for cash, and may not be used in conjunction with other promotional offers, special trips or discounts.\n\nCHANGE OF NAME\nA name change is possible for a fee, at our discretion, or that of our suppliers. To request a name change your account must be current and up to date. You cannot do a name change with an existing passenger, or anyone who was previously registered on your tour. Please request a name change form from info@s-trip.com or by calling 1-866-627-8747. Within 30 days prior to departure name change requests are not accepted.\n\nSUPPLIERS\nWe take great care in selecting our tour operators and suppliers of service [tour operators, airlines, hotels, coach companies, ground operators and event planners] which, together, form the tour package you purchase. We act solely as agents for the tour operators and\/or the suppliers; these are independent parties over which we exercise no direct control. S-Trip! shall not be liable for any claims, losses, damages, costs, expenses, delays or loss of enjoyment of any nature or kind whatsoever, to you or your traveling companions or group members, resulting from the acts, omissions or negligence by the tour operators or suppliers.\n\nTOUR PACKAGES\nTour Packages include the following [unless otherwise stated]: Return Airfare,  Hotel Accommodation [number of nights and inclusions as stated], Hotel Transfers, Assistance at Destination and Medical Insurance. Departures generally occur between Thursday to Sunday of the selected week, but can leave as early as Wednesday on the selected travel week or as late as the following Tuesday. S-Trip reserves the right to withhold or change exact travel dates until the entire group has paid in full and\/or it is within 60 days of the travel week selected. S-Trip! and suppliers reserve the right to cancel a tour or modify the travel service you have purchased by changing the destination, substituting services, varying the itinerary, changing the aircraft, hotel or otherwise up to the departure. In this case a comparable or superior product will be offered. Suppliers may have the right to substitute other suppliers in their place with or without notice to S-Trip! and\/or passengers.  S-Trip! does not assume responsibility for any claims whatsoever resulting from such substitution. S-Trip! reserves the right to change the destination, tour package and\/or itinerary whenever, in its judgement, conditions warrant or it is deemed necessary for the convenience, comfort or safety of the tour.\n\nAIR TRANSPORTATION\nS-Trip! uses both scheduled and chartered air carriers. The routing may include a stopover or a connection via highway coach or air carrier.  In some cases overnight stays in a city that is not your final destination may be required. In this case S-Trip! may provide overnight accommodation as part of the package price.  It is the sole responsibility of the passenger to reconfirm inbound and outbound flight times with the respective carrier. Baggage allowances vary and should be verified with the air carrier. Airline tickets state the conditions of carriage and liabilities. Scheduled flight times are not guaranteed and may affect the duration of your stay at destination without any compensation.  Expenses incurred due to delays or missed connections are beyond the control and responsibility of S-Trip!.\n\nACCOMMODATION\nThe hotel accommodation selected is your preferred selection and may be substituted or modified for a hotel within the same category, or from a higher category, at any time. Reasons for a modification in hotel accommodation may include, but are not limited to: construction, change in hotel policy, change in services standards or overbooking. Hotel rooms are based on run-of-the-house room availability. Cots may be available at an extra cost but cannot be \nguaranteed. Certain hotels have a per diem charge for the use of safety deposit boxes.  At the hotels discretion a security deposit may be required. S-Trip! requires a security damage deposit, or the purchase of room damage protection. S-Trip! does not hold responsibility for charges incurred by passengers in the hotel such as, but not limited to: mini-bar, room service, phone calls, safety deposit boxes or damage to the room or premises.\n\nROOMING\nUpon booking, passengers must select their desired room occupancy - the occupancy selected will affect the cost of the trip. Once room occupancy is chosen, passengers are responsible for selecting roommates based on that occupancy. Passengers must submit their roommate selection by the assigned deadline. If the passenger submits an incomplete request, a request that cannot be accommodated, or does not submit a request, S-Trip will assign roommates of the same gender and group, and\/or adjust the passenger\u2019s occupancy as necessary. Should the number of people in your room change, whether it was changed at your request, due to circumstances out of your control, or by S-Trip! when assigning rooms, you will be responsible for finding additional roommates to fill the space and\/or paying the additional cost associated with an occupancy change. S-Trip! reserves the right to adjust room assignments based on hotel space and availability. The room occupancy of your choice may not always be available due to hotel space limitation and\/or restrictions.\n\nINSURANCE\nS-Trip! recommends ensuring your safety and protecting your investment through the purchase of trip cancellation and interruption, and medical insurance. Travel Insurance Policy Brochures are available from S-Trip! and can also be found at www.s-trip.com\/forms. Insurance is only included in the price of your package if stated. The cost of insurance is non refundable if you cancel your trip. Insurance is only in effect from the date it is paid and added to your trip. Unless otherwise stated, trips are insured a maximum to a of $2000 USD for trip interruption and cancellation purposes.\n\nDOCUMENTATION\nIt is the sole responsibility of the passenger to ensure proper and valid documentation. S-Trip! requires that every passenger have a valid passport when traveling out of their home country. Most destinations require a valid passport for travel and in certain cases a visa or affidavit may be required. Please verify with the consulate or embassy of the country of travel to ensure that you have all necessary travel documents. Please note that entry to another country may be refused even if the required information and travel documents are complete. S-Trip! will neither reimburse nor assume responsibility for any passenger denied boarding or refused passage or entrance to any destination for any reason. \n\nNO AFFILIATION WITH SCHOOL\nTours are not school-sanctioned.\n\nAGE OF MAJORITY\nPassengers under the age of eighteen [18] participating on a tour package must have permission from a parent or guardian. The legal age to consume alcohol at most destinations is eighteen [18], in some cases the legal age will be enforced as twenty-one [21]. S-Trip! does not condone the use of alcohol. Neither S-Trip! nor its suppliers assume responsibility for the enforcement of alcohol consumption by passengers. Abuse of alcohol can result in dismissal from the tour.\n\nPASSENGER CONDUCT\nNeither S-Trip! nor its employees are responsible for passengers, or their actions, while travelling. Every passenger and if under the age of eighteen [18] a parent or guardian must sign the S-Trip! Code agreeing to the tour rules. The S-Trip! Code is available from S-Trip! or at www.s-trip.com\/forms. The instructions of destination staff are for the safety of the tour and must be obeyed at all times. Failure to obey staff instructions, fighting, abuse of alcohol (regardless of age) and\/or use of illegal drugs will result in dismissal from the tour. The passenger and parent or guardian are responsible for immediately paying all costs resulting from a passenger\u2019s dismissal from the tour. \n\nLIVING STANDARDS\nPassengers should be aware that there may be different rules of law and\/or living standards and conditions outside of the United States and conduct themselves accordingly. S-Trip! shall not be responsible for any damage, loss, injury or inconvenience resulting from different rules of law and\/or living standards.\n\nRELEASE, WAIVER AND INDEMNITY\nThe passenger, and if under eighteen [18] the parent\/guardian, releases and indemnifies S-Trip!, its parent or sister companies, affiliates, employees, agents, volunteers and other representatives from all cost, damage, loss and injury or loss of life related to the tour package or any activity associated with the tour package.\n\nFORCE MAJEURE\nS-Trip! shall not be liable for any claims, losses, damages, costs, expenses, delays or loss of enjoyment, of any nature or kind whatsoever, to you or your travelling companions or group members resulting from a Force Majeure, that is an event beyond our or a supplier\u2019s reasonable control including, but not limited to, acts of nature, strikes, lockouts or other labour disputes or disruptions, wars, blockades, insurrections, riots, earthquakes, weather conditions, floods or acts or restraints imposed by government authorities.\n\nCOMMENTS AND COMPLAINTS\nAt destination passengers should contact their tour representative and representatives of suppliers immediately for assistance to remedy any problem without delay. If a problem cannot be solved, please forward the specifics of the incident in writing to S-Trip! within ten [10] days after returning from the trip. Failing to do so will preclude a passenger from pursuing a claim.\n\nPRIVACY\nBy registering the passenger and\/or parent\/guardian understands and acknowledges that S-Trip! may share this personal information with companies providing travel services including, but not limited to tour operators, airlines and hotels, and with other non-travel related companies, unless a written request is provided to S-Trip! stating otherwise. Any photographs or videotape taken of passengers by S-Trip! or its affiliates shall remain the property of S-Trip! and may be used for promotional or marketing purposes without further permission or compensation.\n\nLAWS\nThe Terms & Conditions constitute the entire legally binding agreement between S-Trip! [Handa Travel Student Trip USA Ltd.] and the passenger and\/or the legal parent or guardian and supersede all prior or contemporaneous communications whether electronic, oral or written.  The invalidity of any provision contained herein does not affect the validity of any other provision listed. This agreement shall be governed by the laws of the State of Massachusetts. Legal action against S-Trip! [Handa Travel Student Trip USA Ltd.] shall be heard before a court in the State of Massachusetts.\n"
  564. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement