Advertisement
BrycePate

2024-07-12 17:23:41.177

Jul 16th, 2024
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.75 KB | None | 0 0
  1. {
  2.    "data":{
  3.       "productId":1235551655,
  4.       "leadTime":1,
  5.       "rates":[
  6.          {
  7.             "beginDate":"2024-07-12",
  8.             "endDate":"2024-12-31",
  9.             "amount":244.0
  10.          },
  11.          {
  12.             "beginDate":"2025-01-01",
  13.             "endDate":"2025-02-28",
  14.             "amount":269.0
  15.          },
  16.          {
  17.             "beginDate":"2025-03-01",
  18.             "endDate":"2025-03-13",
  19.             "amount":279.0
  20.          },
  21.          {
  22.             "beginDate":"2025-03-14",
  23.             "endDate":"2025-03-31",
  24.             "amount":349.0
  25.          },
  26.          {
  27.             "beginDate":"2025-04-01",
  28.             "endDate":"2025-05-31",
  29.             "amount":244.0
  30.          }
  31.       ],
  32.       "minStays":[
  33.          {
  34.             "beginDate":"2024-07-12",
  35.             "endDate":"2024-10-31",
  36.             "minStay":3
  37.          },
  38.          {
  39.             "beginDate":"2024-11-01",
  40.             "endDate":"2024-12-31",
  41.             "minStay":7
  42.          },
  43.          {
  44.             "beginDate":"2025-01-01",
  45.             "endDate":"2025-07-12",
  46.             "minStay":3
  47.          }
  48.       ],
  49.       "maxStays":[
  50.          {
  51.             "beginDate":"2024-07-12",
  52.             "endDate":"2025-07-12",
  53.             "maxStay":365
  54.          }
  55.       ],
  56.       "restrictions":[
  57.          {
  58.             "beginDate":"2024-07-12",
  59.             "endDate":"2025-07-12",
  60.             "checkIn":{
  61.                "monday":true,
  62.                "tuesday":true,
  63.                "wednesday":true,
  64.                "thursday":true,
  65.                "friday":true,
  66.                "saturday":true,
  67.                "sunday":true
  68.             },
  69.             "checkOut":{
  70.                "monday":true,
  71.                "tuesday":true,
  72.                "wednesday":true,
  73.                "thursday":true,
  74.                "friday":true,
  75.                "saturday":true,
  76.                "sunday":true
  77.             }
  78.          }
  79.       ],
  80.       "availabilities":[
  81.          {
  82.             "beginDate":"2024-07-12",
  83.             "endDate":"2024-07-14",
  84.             "availability":false
  85.          },
  86.          {
  87.             "beginDate":"2024-07-15",
  88.             "endDate":"2024-07-20",
  89.             "availability":true
  90.          },
  91.          {
  92.             "beginDate":"2024-07-21",
  93.             "endDate":"2024-07-25",
  94.             "availability":false
  95.          },
  96.          {
  97.             "beginDate":"2024-07-26",
  98.             "endDate":"2024-07-30",
  99.             "availability":true
  100.          },
  101.          {
  102.             "beginDate":"2024-07-31",
  103.             "endDate":"2024-08-04",
  104.             "availability":false
  105.          },
  106.          {
  107.             "beginDate":"2024-08-05",
  108.             "endDate":"2025-04-18",
  109.             "availability":true
  110.          }
  111.       ]
  112.    }
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement