Advertisement
Guest User

json

a guest
Oct 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. items: {
  3. 'total': 5,
  4.  
  5. 'items':{
  6. 0 :{
  7. 'id':1,
  8. 'user_id':'1',
  9. 'name': 'Electra Nomer 2',
  10. 'type':'bicycle' | 'scooter',
  11. 'status': 'active',
  12. 'claim' {
  13. 'status' : 'no' | 'new',
  14. 'id' : '1234' | 'null'
  15. },
  16. 'mileage' : { //пробег
  17. 'value': '100500',
  18. 'unit' : 'meters'
  19. },
  20. 'total_rental_time':{ //Общее время аренды
  21. 'value' : '100500',
  22. 'unit': 'minutes'
  23. }
  24. 'lock':{
  25. 'IDDevice' :'863921030920683',
  26. 'status' : 'locked' | 'unlocked' | 'unavable',
  27. 'GSM_status' : '100',
  28. 'battery': '100',
  29. 'agent_id' : '71367',
  30. 'Lat': '54.750423',
  31. 'Lon' : '55.998016'
  32.  
  33. },
  34. 'insurance':
  35. {
  36. 'id':'12342',
  37. 'valid_to' : '30.01.2022'
  38. }
  39.  
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement