Advertisement
McFamous

Untitled

Feb 13th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. {
  2. "meta": {
  3. "generated_at": 1707826793,
  4. "status_code": 200,
  5. "status_name": "OK",
  6. "status_description": ""
  7. },
  8. "payload": {
  9. "items": [
  10. {
  11. "id": 60,
  12. "session_id": 18,
  13. "location_id": 21,
  14. "evse_id": 49,
  15. "connector_id": 49,
  16. "offer_id": null,
  17. "payment": "corporate",
  18. "client_id": 31,
  19. "amount": {
  20. "value": 70,
  21. "currency": "RUB"
  22. },
  23. "power": 0,
  24. "reserved_at": 1707825272,
  25. "started_at": 1707825272,
  26. "finished_at": 1707826121,
  27. "reservation_expires_at": 1707826172,
  28. "state": "completed",
  29. "completed": true,
  30. "current_power": 0,
  31. "battery_percent": null,
  32. "start_battery_percent": null,
  33. "finish_battery_percent": null,
  34. "charging_connector_type": "GB/T DC",
  35. "charging_connector_power": 120,
  36. "invoice_link": null,
  37. "limit_amount": null,
  38. "limit_energy": null,
  39. "limit_finish_at": null,
  40. "limit_battery_percent": null
  41. },
  42. {
  43. "id": 59,
  44. "session_id": 17,
  45. "location_id": 21,
  46. "evse_id": 47,
  47. "connector_id": 47,
  48. "offer_id": null,
  49. "payment": "corporate",
  50. "client_id": 31,
  51. "amount": {
  52. "value": 0,
  53. "currency": "RUB"
  54. },
  55. "power": 0,
  56. "reserved_at": null,
  57. "started_at": 1707824362,
  58. "finished_at": 1707824464,
  59. "reservation_expires_at": null,
  60. "state": "completed",
  61. "completed": true,
  62. "current_power": 3,
  63. "battery_percent": null,
  64. "start_battery_percent": null,
  65. "finish_battery_percent": null,
  66. "charging_connector_type": "CCS/SAE",
  67. "charging_connector_power": 120,
  68. "invoice_link": null,
  69. "limit_amount": null,
  70. "limit_energy": null,
  71. "limit_finish_at": null,
  72. "limit_battery_percent": null
  73. }
  74. ],
  75. "total": 2,
  76. "per_page": 100,
  77. "page": 1
  78. }
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement