Guest User

Untitled

a guest
Nov 25th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. {
  2. "items": [
  3. {
  4. "apartmentCorporate": true,
  5. "attribute1": 0,
  6. "attribute2": 0,
  7. "attribute3": 0,
  8. "attributes": [
  9. {
  10. "name": "string",
  11. "value": "string"
  12. }
  13. ],
  14. "conditions": "string",
  15. "description": "string",
  16. "discountPrice": 0,
  17. "enableBookNowBtn": true,
  18. "enableCalendar": true,
  19. "enableOnRequestBtn": true,
  20. "facilities": {},
  21. "fullPrice": 0,
  22. "gallery": [
  23. {
  24. "caption": "string",
  25. "filenameBig": "string",
  26. "filenameSmall": "string",
  27. "id": 0,
  28. "name": "string",
  29. "priority": 0,
  30. "type": "string"
  31. }
  32. ],
  33. "id": 0,
  34. "location": {
  35. "address": "string",
  36. "areas": [
  37. {
  38. "id": 0,
  39. "name": "string"
  40. }
  41. ],
  42. "city": "string",
  43. "country": "string",
  44. "geopos": {
  45. "addressGoogle": "string",
  46. "lat": 0,
  47. "lon": 0,
  48. "zoom": 0
  49. },
  50. "pois": [
  51. {
  52. "id": 0,
  53. "name": "string"
  54. }
  55. ],
  56. "zipcode": "string"
  57. },
  58. "markup": 0,
  59. "offer": "string",
  60. "priceLabel": "string",
  61. "showPrice": true,
  62. "thumbnailMainBig": "string",
  63. "thumbnailMainSmall": "string",
  64. "title": "string"
  65. }
  66. ],
  67. "paginationInfo": {
  68. "categoryTitle" : "string",
  69. "city": {
  70. "id": 0,
  71. "lat": 0,
  72. "lng": 0,
  73. "name": "string"
  74. },
  75. "currentPage": 0,
  76. "end": 0,
  77. "filter": {
  78. "areas": [
  79. {
  80. "id": {},
  81. "name": "string",
  82. "type": "POI"
  83. }
  84. ],
  85. "pois": [
  86. {
  87. "id": {},
  88. "name": "string",
  89. "type": "POI"
  90. }
  91. ]
  92. },
  93. "hasNext": true,
  94. "hasPrevious": true,
  95. "lang": "string",
  96. "numTotItems": 0,
  97. "numTotPages": 0,
  98. "orderInfo": {
  99. "price": "ASC",
  100. "name": "ASC"
  101. },
  102. "pageSize": 0,
  103. "querykey": "string",
  104. "start": 0
  105. }
  106. }
Add Comment
Please, Sign In to add comment