Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "uuid": "1aca67c1-ab67-4634-afa7-412ba7f94da0",
  5. "name": "Test2",
  6. "address": "Blblblbaa",
  7. "longitude": "",
  8. "latitude": "",
  9. "space": 0,
  10. "floor": 0,
  11. "capacity": 0,
  12. "available3d": false,
  13. "country": {
  14. "id": 0,
  15. "name": "",
  16. "type": "",
  17. "parent_item": {
  18. "id": 0,
  19. "name": "",
  20. "type": ""
  21. }
  22. },
  23. "region": {
  24. "id": 0,
  25. "name": "",
  26. "type": "",
  27. "parent_item": {
  28. "id": 0,
  29. "name": "",
  30. "type": ""
  31. }
  32. },
  33. "city": {
  34. "id": 0,
  35. "name": "",
  36. "type": "",
  37. "parent_item": {
  38. "id": 0,
  39. "name": "",
  40. "type": ""
  41. }
  42. },
  43. "metro": {
  44. "id": 0,
  45. "name": "",
  46. "type": "",
  47. "parent_item": {
  48. "id": 0,
  49. "name": "",
  50. "type": ""
  51. }
  52. },
  53. "contacts": null,
  54. "sub_locations": [
  55. {
  56. "uuid": "1d65c229-5189-418b-8bcb-5c770e7302e4",
  57. "name": "Sub test2",
  58. "space": 110,
  59. "floor": 0,
  60. "capacity": 20,
  61. "available3d": false,
  62. "props": null,
  63. "schemas": null,
  64. "equips": null,
  65. "photos": null
  66. }
  67. ]
  68. }
  69. ]
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement