Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. {
  2. "status_code": 0,
  3. "status_text": "Initial info",
  4. "data": {
  5. "countries": [
  6. {
  7. "id": 1,
  8. "created_at": "2018-01-31 12:02:01",
  9. "updated_at": "2018-01-31 12:02:01",
  10. "name": "Schweiz",
  11. "vat": null,
  12. "currency_id": 1,
  13. "building_expense_type_id": null,
  14. "language_id": null,
  15. "contract_id": 4
  16. },
  17. {
  18. "id": 2,
  19. "created_at": "2018-01-31 12:03:58",
  20. "updated_at": "2018-01-31 12:03:58",
  21. "name": "Österreich",
  22. "vat": null,
  23. "currency_id": 2,
  24. "building_expense_type_id": null,
  25. "language_id": null,
  26. "contract_id": 4
  27. },
  28. {
  29. "id": 3,
  30. "created_at": "2018-01-31 12:08:20",
  31. "updated_at": "2018-01-31 12:08:20",
  32. "name": "Deutschland",
  33. "vat": null,
  34. "currency_id": 2,
  35. "building_expense_type_id": null,
  36. "language_id": null,
  37. "contract_id": 4
  38. },
  39. {
  40. "id": 4,
  41. "created_at": "2018-01-31 12:54:35",
  42. "updated_at": "2018-01-31 12:54:35",
  43. "name": "Lichtenstein",
  44. "vat": null,
  45. "currency_id": 1,
  46. "building_expense_type_id": null,
  47. "language_id": null,
  48. "contract_id": 4
  49. }
  50. ],
  51. "users": [
  52. {
  53. "name": "Stefan Ninic",
  54. "id": 1
  55. },
  56. {
  57. "name": "Company Suradmin1",
  58. "id": 31
  59. }
  60. ],
  61. "location_qualities": [
  62. {
  63. "name": "Very poor",
  64. "id": 1
  65. },
  66. {
  67. "name": "Bad",
  68. "id": 2
  69. },
  70. {
  71. "name": "Moderate",
  72. "id": 3
  73. },
  74. {
  75. "name": "Average",
  76. "id": 4
  77. },
  78. {
  79. "name": "Good",
  80. "id": 5
  81. },
  82. {
  83. "name": "Good to very good",
  84. "id": 6
  85. },
  86. {
  87. "name": "Very good",
  88. "id": 7
  89. },
  90. {
  91. "name": "Very good to excellent",
  92. "id": 8
  93. },
  94. {
  95. "name": "Excellent",
  96. "id": 9
  97. },
  98. {
  99. "name": "Best location",
  100. "id": 10
  101. }
  102. ]
  103. }
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement