Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. "occupancies": {
  2.     "rooms": 1,
  3.     "adults": 2,
  4.     "children": 1,
  5.     "paxes": [
  6.       {
  7.         "type": "AD",
  8.         "age": 30
  9.       },
  10.       {
  11.         "type": "AD",
  12.         "age": 30
  13.       },
  14.       {
  15.         "type": "CH",
  16.         "age": 8
  17.       }
  18.     ]
  19.   },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement