Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. {
  2. "offer": {
  3. "id": 5,
  4. "title": "Test",
  5. "description": null,
  6. "selectedLocations": [
  7. {
  8. "id": 7,
  9. "name": "Hotel Linen",
  10. "description": "Then came a rumbling of little Alice was rather glad there WAS no one to listen to her, still it was empty: she did not like to be told so. 'It's really dreadful,' she muttered to herself, as she.",
  11. "address": "3760 Dietrich Drives\nClaireborough, NY 37250",
  12. "phone": "1-769-461-5702",
  13. "landline": "+1 (740) 296-9729",
  14. "rooms": []
  15. },
  16. {
  17. "id": 4,
  18. "name": "Hotel LightSteelBlue",
  19. "description": "Rabbit actually TOOK A WATCH OUT OF ITS WAISTCOAT-POCKET, and looked into its face to see some meaning in it, 'and what is the same age as herself, to see a little queer, won't you?' 'Not a bit,'.",
  20. "address": "593 Mable Pass Suite 661\nZackstad, RI 32568",
  21. "phone": "549.878.9224",
  22. "landline": "(763) 396-5731",
  23. "rooms": [
  24. {
  25. "id": 1,
  26. "type": "1/1",
  27. "predefined_values": {
  28. "price_person": 15,
  29. "person_number": 15,
  30. "available_rooms": 15
  31. },
  32. "offer_details": {
  33. "price_person": 555,
  34. "person_number": 555,
  35. "available_rooms": 555
  36. }
  37. }
  38. ]
  39. }
  40. ],
  41. "dates": [
  42. {
  43. "id": 5,
  44. "offer_id": 5,
  45. "start_date": "05-05-2016",
  46. "end_date": "05-05-2016",
  47. "locations": [
  48. {
  49. "id": 7,
  50. "name": "Hotel Linen",
  51. "description": "Then came a rumbling of little Alice was rather glad there WAS no one to listen to her, still it was empty: she did not like to be told so. 'It's really dreadful,' she muttered to herself, as she.",
  52. "address": "3760 Dietrich Drives\nClaireborough, NY 37250",
  53. "phone": "1-769-461-5702",
  54. "landline": "+1 (740) 296-9729",
  55. "rooms": [],
  56. "pivot": {
  57. "offer_date_id": 5,
  58. "location_id": 7
  59. }
  60. },
  61. {
  62. "id": 4,
  63. "name": "Hotel LightSteelBlue",
  64. "description": "Rabbit actually TOOK A WATCH OUT OF ITS WAISTCOAT-POCKET, and looked into its face to see some meaning in it, 'and what is the same age as herself, to see a little queer, won't you?' 'Not a bit,'.",
  65. "address": "593 Mable Pass Suite 661\nZackstad, RI 32568",
  66. "phone": "549.878.9224",
  67. "landline": "(763) 396-5731",
  68. "rooms": [
  69. {
  70. "id": 1,
  71. "type": "1/1",
  72. "predefined_values": {
  73. "price_person": 15,
  74. "person_number": 15,
  75. "available_rooms": 15
  76. },
  77. "offer_details": {
  78. "price_person": 555,
  79. "person_number": 555,
  80. "available_rooms": 555
  81. }
  82. }
  83. ],
  84. "pivot": {
  85. "offer_date_id": 5,
  86. "location_id": 4
  87. }
  88. }
  89. ]
  90. }
  91. ]
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement