Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.81 KB | None | 0 0
  1. {
  2.     "bookings": [
  3.             {
  4.                 "id": 416048,
  5.                 "status": "pending",
  6.                 "allocations": {
  7.                     "11": [
  8.                         {
  9.                             "from": "2017-08-01",
  10.                             "to": "2017-08-03"
  11.                         },
  12.                         {
  13.                             "from": "2017-08-05",
  14.                             "to": "2017-08-06"
  15.                         }
  16.                     ],
  17.                     "12": [
  18.                         {
  19.                             "from": "2017-07-01",
  20.                             "to": "2017-07-31"
  21.                         }
  22.                     ],
  23.                     "13": [
  24.                         {
  25.                             "from": "2017-07-01",
  26.                             "to": "2017-07-31"
  27.                         }
  28.                     ],
  29.                     "14": [
  30.                         {
  31.                             "from": "2017-07-01",
  32.                             "to": "2017-07-31"
  33.                         }
  34.                     ],
  35.                     "15": [
  36.                         {
  37.                             "from": "2017-07-01",
  38.                             "to": "2017-07-31"
  39.                         }
  40.                     ],
  41.                     "16": [
  42.                         {
  43.                             "from": "2017-07-01",
  44.                             "to": "2017-07-31"
  45.                         }
  46.                     ]
  47.                 },
  48.                 "alerts": [],
  49.                 "booking_id": 416048,
  50.                 "property_id": 128,
  51.                 "arrival_date": "2017-07-01",
  52.                 "departure_date": "2017-07-31",
  53.                 "booking_name": "asd",
  54.                 "agent_id": null
  55.             },
  56.             {
  57.                 "id": 496619,
  58.                 "status": null,
  59.                 "allocations": null,
  60.                 "alerts": null,
  61.                 "booking_id": null,
  62.                 "property_id": null,
  63.                 "arrival_date": null,
  64.                 "departure_date": null,
  65.                 "booking_name": null,
  66.                 "agent_id": null
  67.             },
  68.             {
  69.                 "id": 511154,
  70.                 "status": "confirmed",
  71.                 "allocations": {
  72.                     "37": [
  73.                         {
  74.                             "from": "2017-07-01",
  75.                             "to": "2017-07-03"
  76.                         }
  77.                     ]
  78.                 },
  79.                 "alerts": [],
  80.                 "booking_id": 511154,
  81.                 "property_id": 128,
  82.                 "arrival_date": "2017-07-01",
  83.                 "departure_date": "2017-07-03",
  84.                 "booking_name": "TEST",
  85.                 "agent_id": null
  86.             }
  87.     ]
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement