Advertisement
nubooya

Untitled

Jun 3rd, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "message": "product-status",
  3. "data": [
  4. {
  5. "color": "red",
  6. "percent_value": "49.84",
  7. "status_name": "Alokasi",
  8. "total": 18116
  9. },
  10. {
  11. "color": "blue",
  12. "percent_value": "29.84",
  13. "status_name": "Instalasi",
  14. "total": 1812
  15. },
  16. {
  17. "color": "yellow",
  18. "percent_value": "10",
  19. "status_name": "QC",
  20. "total": 1500
  21. },
  22. {
  23. "color": "yellow",
  24. "percent_value": "15",
  25. "status_name": "Pengemasan",
  26. "total": 2100
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement