Advertisement
Guest User

Untitled

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