Advertisement
Guest User

Untitled

a guest
May 31st, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. {
  2. "status": "success",
  3. "data": {
  4. "id": 2,
  5. "id_number": "27052016/002",
  6. "media_files": [
  7. {
  8. "url": "/uploads/damage/media_files/2/pexels-photo-92641.jpeg"
  9. }
  10. ],
  11. "address": "qwe",
  12. "description": null,
  13. "vehicle_number": null,
  14. "the_closest_landmark": null,
  15. "all_name": null,
  16. "position": null,
  17. "name_of_authority": null,
  18. "name_of_institution": null,
  19. "name_of_entity": null,
  20. "product_name": null,
  21. "name_producer": null,
  22. "latitude": "23.0",
  23. "longitude": "32.0",
  24. "user_id": 2,
  25. "complain_status_id": 3,
  26. "created_at": "2016-05-27T19:31:24.773Z",
  27. "updated_at": "2016-05-31T10:42:21.549Z",
  28. "documents": [
  29. {
  30. "id": 1,
  31. "file": {
  32. "url": "/uploads/document/file/1/png_random_by_throughtthedarknes-d7dnek9.pdf"
  33. },
  34. "complain_id": 2,
  35. "created_at": "2016-05-31T10:42:21.500Z",
  36. "updated_at": "2016-05-31T10:42:21.500Z"
  37. }
  38. ],
  39. "replies": [
  40. {
  41. "id": 1,
  42. "text": "Прийняли в розгляд",
  43. "complain_id": 2,
  44. "created_at": "2016-05-27T19:55:48.024Z",
  45. "updated_at": "2016-05-27T19:55:48.024Z"
  46. },
  47. {
  48. "id": 2,
  49. "text": "Тест тест ",
  50. "complain_id": 2,
  51. "created_at": "2016-05-31T10:42:21.538Z",
  52. "updated_at": "2016-05-31T10:42:21.538Z"
  53. }
  54. ]
  55. }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement