sheena2994

Untitled

Jul 4th, 2016
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the details!",
  4. "daily_revenue": {
  5. "total": "",
  6. "data": [
  7. {
  8. "a_count": "1",
  9. "time": "02:00 PM",
  10. "total": ""
  11. }
  12. ]
  13. },
  14. "weekly_revenue": {
  15. "total": "",
  16. "data": [
  17. {
  18. "a_count": "1",
  19. "time": "Mon",
  20. "total": ""
  21. },
  22. {
  23. "a_count": "1",
  24. "time": "Sat",
  25. "total": ""
  26. }
  27. ]
  28. },
  29. "monthly_revenue": {
  30. "total": "",
  31. "data": [
  32. {
  33. "a_count": "10",
  34. "time": "Jul",
  35. "total": ""
  36. }
  37. ]
  38. }
  39. }
Add Comment
Please, Sign In to add comment